(1.0ms) 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.3ms) BEGIN Role Load (0.7ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.4ms) SAVEPOINT active_record_1 Role Exists (1.0ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "vincent_doyle@stark.info"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Dorotea"], ["permalink", "dorotea-e972fa45"], ["username", "Claudia"], ["email", "vincent_doyle@stark.info"], ["encrypted_password", "$2a$04$9l9A8HXaXq6KdxrAFJGacebRSMhMy42uY3dL0Pd8X8ptQVbs5DkdK"], ["created_at", "2018-08-23 17:56:34.140922"], ["updated_at", "2018-08-23 17:56:34.140922"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 2], ["key", "user.create"], ["created_at", "2018-08-23 17:56:34.176861"], ["updated_at", "2018-08-23 17:56:34.176861"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 2], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 LIMIT $2 [["setting_id", "1"], ["LIMIT", 1]] KepplerLanguages::Language Load (0.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 2], ["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 2], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 74ms (ActiveRecord: 13.2ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "amina@waelchi.info"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Emilia"], ["permalink", "emilia-5b6c58d5"], ["username", "Alicia"], ["email", "amina@waelchi.info"], ["encrypted_password", "$2a$04$0NWfx0NOEdSqPgSyXPv94u/BDF8nIp1mx1Ou6Uis3PCWMm9oLvPES"], ["created_at", "2018-08-23 17:56:34.273758"], ["updated_at", "2018-08-23 17:56:34.273758"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 3], ["key", "user.create"], ["created_at", "2018-08-23 17:56:34.276713"], ["updated_at", "2018-08-23 17:56:34.276713"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 3], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 LIMIT $2 [["setting_id", "1"], ["LIMIT", 1]] KepplerLanguages::Language Load (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 3], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 3], ["LIMIT", 1]] Setting Load (0.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.6ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 3], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.5ms) Completed 200 OK in 48ms (Views: 11.9ms | ActiveRecord: 6.1ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Customize Create (0.7ms) INSERT INTO "customizes" ("file", "installed", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["file", nil], ["installed", true], ["created_at", "2018-08-23 17:56:34.402188"], ["updated_at", "2018-08-23 17:56:34.402188"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Customize"], ["trackable_id", 2], ["key", "customize.create"], ["created_at", "2018-08-23 17:56:34.407176"], ["updated_at", "2018-08-23 17:56:34.407176"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (1.7ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Jesús"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Jesús"], ["position", 1], ["created_at", "2018-08-23 17:56:34.478868"], ["updated_at", "2018-08-23 17:56:34.478868"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (10.9ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 4], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Luis Miguel"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Luis Miguel"], ["position", 1], ["created_at", "2018-08-23 17:56:34.497512"], ["updated_at", "2018-08-23 17:56:34.497512"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 5], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Salvador"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Salvador"], ["position", 1], ["created_at", "2018-08-23 17:56:34.505436"], ["updated_at", "2018-08-23 17:56:34.505436"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] Permission Create (10.0ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 6], ["created_at", "2018-08-23 17:56:34.510232"], ["updated_at", "2018-08-23 17:56:34.510232"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 6], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Antonio"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Antonio"], ["position", 1], ["created_at", "2018-08-23 17:56:34.528874"], ["updated_at", "2018-08-23 17:56:34.528874"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 7], ["created_at", "2018-08-23 17:56:34.534387"], ["updated_at", "2018-08-23 17:56:34.534387"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 7], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 7], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 7], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 7], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-08-23 17:56:34.543175"], ["id", 2]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 7], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.9ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Antonia"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Antonia"], ["position", 1], ["created_at", "2018-08-23 17:56:34.551373"], ["updated_at", "2018-08-23 17:56:34.551373"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 8], ["LIMIT", 1]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 8], ["created_at", "2018-08-23 17:56:34.556997"], ["updated_at", "2018-08-23 17:56:34.556997"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Permission Update (0.7ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-08-23 17:56:34.569557"], ["id", 3]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.7ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-08-23 17:56:34.580970"], ["id", 3]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Arturo"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Arturo"], ["position", 1], ["created_at", "2018-08-23 17:56:34.590732"], ["updated_at", "2018-08-23 17:56:34.590732"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 9], ["LIMIT", 1]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 9], ["created_at", "2018-08-23 17:56:34.594505"], ["updated_at", "2018-08-23 17:56:34.594505"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 9], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Blanca"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Blanca"], ["position", 1], ["created_at", "2018-08-23 17:56:34.601844"], ["updated_at", "2018-08-23 17:56:34.601844"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 10], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Patricia"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Patricia"], ["position", 1], ["created_at", "2018-08-23 17:56:34.608355"], ["updated_at", "2018-08-23 17:56:34.608355"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 11], ["LIMIT", 1]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 11], ["created_at", "2018-08-23 17:56:34.612334"], ["updated_at", "2018-08-23 17:56:34.612334"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 11], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.6ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-08-23 17:56:34.640287' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.6ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "José Luis"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-08-23 17:56:34.639473"], ["updated_at", "2018-08-23 17:56:34.639473"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 1], ["key", "script.create"], ["created_at", "2018-08-23 17:56:34.644801"], ["updated_at", "2018-08-23 17:56:34.644801"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.4ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-08-23 17:56:34.653854' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.7ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Jaime"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-08-23 17:56:34.653363"], ["updated_at", "2018-08-23 17:56:34.653363"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 2], ["key", "script.create"], ["created_at", "2018-08-23 17:56:34.658417"], ["updated_at", "2018-08-23 17:56:34.658417"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Script Load (0.4ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "reynold_cummings@oberbrunner.org"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "dee@donnelly.name"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "lavonne_schamberger@crist.co"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Yolanda"], ["permalink", "yolanda-4558cd7f"], ["username", "Armando"], ["email", "lavonne_schamberger@crist.co"], ["encrypted_password", "$2a$04$AtrM7WobifFxqKtaf7pzIOPBXW/.W9znfK3vFCTJHG4qGzEtczBTi"], ["created_at", "2018-08-23 17:56:34.741984"], ["updated_at", "2018-08-23 17:56:34.741984"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 4], ["key", "user.create"], ["created_at", "2018-08-23 17:56:34.745125"], ["updated_at", "2018-08-23 17:56:34.745125"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 4], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.7ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "deie.hackett@hirthesanford.name"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Juan"], ["permalink", "juan-bc769347"], ["username", "Alejandra"], ["email", "deie.hackett@hirthesanford.name"], ["encrypted_password", "$2a$04$SVpIoFyfShRXNvZOY2MFfOZHPn65quMSP4rk0zDAittKmYRNn2z4q"], ["created_at", "2018-08-23 17:56:34.769244"], ["updated_at", "2018-08-23 17:56:34.769244"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 5], ["key", "user.create"], ["created_at", "2018-08-23 17:56:34.789312"], ["updated_at", "2018-08-23 17:56:34.789312"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 5], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 2]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (1.0ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "mozell_langosh@morar.name"], ["LIMIT", 1]] User Create (1.1ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Silvia"], ["permalink", "silvia-0b891e25"], ["username", "Manuela"], ["email", "mozell_langosh@morar.name"], ["encrypted_password", "$2a$04$zjQoSYzPiRGwYLpyzQDYHebsqd6ikp1pkNEcdOuaRAZZDYw5liNDS"], ["created_at", "2018-08-23 17:56:34.816389"], ["updated_at", "2018-08-23 17:56:34.816389"]] PublicActivity::Activity Create (1.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 6], ["key", "user.create"], ["created_at", "2018-08-23 17:56:34.820292"], ["updated_at", "2018-08-23 17:56:34.820292"]] User::HABTM_Roles Create (0.7ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 6], ["role_id", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "alex_runolfon@nolan.io"], ["LIMIT", 1]] User Create (0.8ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Patricio"], ["permalink", "patricio-d360751e"], ["username", "Víctor"], ["email", "alex_runolfon@nolan.io"], ["encrypted_password", "$2a$04$./SwOWVnmRF0ClHLFTD2PulaghaIWEcrLZRVrn/A2Smij61eoVMcu"], ["created_at", "2018-08-23 17:58:21.142678"], ["updated_at", "2018-08-23 17:58:21.142678"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 7], ["key", "user.create"], ["created_at", "2018-08-23 17:58:21.188652"], ["updated_at", "2018-08-23 17:58:21.188652"]] User::HABTM_Roles Create (0.6ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 7], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 LIMIT $2 [["setting_id", "1"], ["LIMIT", 1]] KepplerLanguages::Language Load (0.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 7], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 88ms (ActiveRecord: 15.9ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "christine@pourosfritsch.org"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Amalia"], ["permalink", "amalia-d3bccefd"], ["username", "Diego"], ["email", "christine@pourosfritsch.org"], ["encrypted_password", "$2a$04$9pXp.176dpV20M0oxncL8OH5foQ48hz6O9wT1ObbC2.jny4k7B8Iy"], ["created_at", "2018-08-23 17:58:21.302800"], ["updated_at", "2018-08-23 17:58:21.302800"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 8], ["key", "user.create"], ["created_at", "2018-08-23 17:58:21.306505"], ["updated_at", "2018-08-23 17:58:21.306505"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 8], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 LIMIT $2 [["setting_id", "1"], ["LIMIT", 1]] KepplerLanguages::Language Load (0.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 8], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 8], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.7ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.8ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 8], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (1.4ms) Completed 200 OK in 46ms (Views: 17.6ms | ActiveRecord: 7.0ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.6ms) BEGIN  (0.2ms) ROLLBACK  (0.6ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Customize Create (0.6ms) INSERT INTO "customizes" ("file", "installed", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["file", nil], ["installed", true], ["created_at", "2018-08-23 17:58:21.398884"], ["updated_at", "2018-08-23 17:58:21.398884"]] PublicActivity::Activity Create (1.2ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Customize"], ["trackable_id", 3], ["key", "customize.create"], ["created_at", "2018-08-23 17:58:21.402593"], ["updated_at", "2018-08-23 17:58:21.402593"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Eduardo"], ["LIMIT", 1]] Role Create (0.8ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Eduardo"], ["position", 1], ["created_at", "2018-08-23 17:58:21.458726"], ["updated_at", "2018-08-23 17:58:21.458726"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.7ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 12], ["LIMIT", 1]]  (0.8ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Alejandro"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Alejandro"], ["position", 1], ["created_at", "2018-08-23 17:58:21.472005"], ["updated_at", "2018-08-23 17:58:21.472005"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 13], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Claudia"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Claudia"], ["position", 1], ["created_at", "2018-08-23 17:58:21.481401"], ["updated_at", "2018-08-23 17:58:21.481401"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 14], ["LIMIT", 1]] Permission Create (1.0ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 14], ["created_at", "2018-08-23 17:58:21.486059"], ["updated_at", "2018-08-23 17:58:21.486059"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 14], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Yolanda"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Yolanda"], ["position", 1], ["created_at", "2018-08-23 17:58:21.495076"], ["updated_at", "2018-08-23 17:58:21.495076"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.9ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 15], ["LIMIT", 1]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 15], ["created_at", "2018-08-23 17:58:21.499092"], ["updated_at", "2018-08-23 17:58:21.499092"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 15], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 15], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 15], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 15], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-08-23 17:58:21.507465"], ["id", 7]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 15], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Barbara"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Barbara"], ["position", 1], ["created_at", "2018-08-23 17:58:21.515277"], ["updated_at", "2018-08-23 17:58:21.515277"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 16], ["LIMIT", 1]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 16], ["created_at", "2018-08-23 17:58:21.519130"], ["updated_at", "2018-08-23 17:58:21.519130"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-08-23 17:58:21.527385"], ["id", 8]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-08-23 17:58:21.535758"], ["id", 8]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Esperanza"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Esperanza"], ["position", 1], ["created_at", "2018-08-23 17:58:21.543181"], ["updated_at", "2018-08-23 17:58:21.543181"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 17], ["LIMIT", 1]] Permission Create (0.4ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 17], ["created_at", "2018-08-23 17:58:21.547154"], ["updated_at", "2018-08-23 17:58:21.547154"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.5ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 17], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.4ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Daniela"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Daniela"], ["position", 1], ["created_at", "2018-08-23 17:58:21.555710"], ["updated_at", "2018-08-23 17:58:21.555710"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.5ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 18], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Cecilia"], ["LIMIT", 1]] Role Create (0.7ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Cecilia"], ["position", 1], ["created_at", "2018-08-23 17:58:21.564802"], ["updated_at", "2018-08-23 17:58:21.564802"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 19], ["LIMIT", 1]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 19], ["created_at", "2018-08-23 17:58:21.572108"], ["updated_at", "2018-08-23 17:58:21.572108"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 19], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.6ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-08-23 17:58:21.607625' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.4ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "María José"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-08-23 17:58:21.606864"], ["updated_at", "2018-08-23 17:58:21.606864"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 3], ["key", "script.create"], ["created_at", "2018-08-23 17:58:21.612295"], ["updated_at", "2018-08-23 17:58:21.612295"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Script Update All (0.4ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-08-23 17:58:21.621765' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.4ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Armando"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-08-23 17:58:21.621254"], ["updated_at", "2018-08-23 17:58:21.621254"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 4], ["key", "script.create"], ["created_at", "2018-08-23 17:58:21.625525"], ["updated_at", "2018-08-23 17:58:21.625525"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "jonathan@kuhn.org"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (1.0ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (1.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "johnathan_gibson@rohanblock.info"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.8ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.5ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "maya_ratke@hammes.net"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Inés"], ["permalink", "ines-bf0c3d96"], ["username", "Gustavo"], ["email", "maya_ratke@hammes.net"], ["encrypted_password", "$2a$04$pEapyBHfsetdN5Cy.X6PEeObCOGpTgjRKqWPh1GlkOKJcFD7zW5CG"], ["created_at", "2018-08-23 17:58:21.706223"], ["updated_at", "2018-08-23 17:58:21.706223"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 9], ["key", "user.create"], ["created_at", "2018-08-23 17:58:21.710237"], ["updated_at", "2018-08-23 17:58:21.710237"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 9], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "antone@weinat.info"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Jorge Luis"], ["permalink", "jorge-luis-93bcfc6f"], ["username", "María Eugenia"], ["email", "antone@weinat.info"], ["encrypted_password", "$2a$04$ZyOQzXMaUwnFUOSK5yOFG.DTnvJSABUG1kI.IYN8AzrSmSfD7psUa"], ["created_at", "2018-08-23 17:58:21.728122"], ["updated_at", "2018-08-23 17:58:21.728122"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 10], ["key", "user.create"], ["created_at", "2018-08-23 17:58:21.731496"], ["updated_at", "2018-08-23 17:58:21.731496"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 10], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 2]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "annamae@mosciski.io"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Ernesto"], ["permalink", "ernesto-a4a11909"], ["username", "Susana"], ["email", "annamae@mosciski.io"], ["encrypted_password", "$2a$04$ffxFjl9T0T8RVWKoJNCjqu9dP0xmbuKSWBjDOZAe78qSfbEVb2zCa"], ["created_at", "2018-08-23 17:58:21.794980"], ["updated_at", "2018-08-23 17:58:21.794980"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 11], ["key", "user.create"], ["created_at", "2018-08-23 17:58:21.798066"], ["updated_at", "2018-08-23 17:58:21.798066"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 11], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) BEGIN Role Load (1.0ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (1.1ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (1.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "holly_hermiston@mcclure.com"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Hugo"], ["permalink", "hugo-f61a24fd"], ["username", "Juan"], ["email", "holly_hermiston@mcclure.com"], ["encrypted_password", "$2a$04$/UTn6P9deGtxw9b9NnHbC.axMqFrEMK8Y5Sdurzov96lJHo58AEGO"], ["created_at", "2018-08-23 17:58:55.381717"], ["updated_at", "2018-08-23 17:58:55.381717"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 12], ["key", "user.create"], ["created_at", "2018-08-23 17:58:55.419971"], ["updated_at", "2018-08-23 17:58:55.419971"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 12], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 LIMIT $2 [["setting_id", "1"], ["LIMIT", 1]] KepplerLanguages::Language Load (0.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 12], ["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 12], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 101ms (ActiveRecord: 13.5ms)  (0.3ms) ROLLBACK  (0.4ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "rosanna.lubowitz@kovacek.name"], ["LIMIT", 1]] User Create (1.3ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Raquel"], ["permalink", "raquel-d008ed01"], ["username", "Manuel"], ["email", "rosanna.lubowitz@kovacek.name"], ["encrypted_password", "$2a$04$rqYR1jTK32K8euPMurtLTe02yPmHoY6N2g0zQzlj2eYBPkYx5YlMy"], ["created_at", "2018-08-23 17:58:55.555202"], ["updated_at", "2018-08-23 17:58:55.555202"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 13], ["key", "user.create"], ["created_at", "2018-08-23 17:58:55.560178"], ["updated_at", "2018-08-23 17:58:55.560178"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 13], ["role_id", 1]]  (1.9ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 LIMIT $2 [["setting_id", "1"], ["LIMIT", 1]] KepplerLanguages::Language Load (0.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 13], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 13], ["LIMIT", 1]] Setting Load (0.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.6ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 13], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.4ms) Completed 200 OK in 36ms (Views: 12.0ms | ActiveRecord: 5.9ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Customize Create (0.7ms) INSERT INTO "customizes" ("file", "installed", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["file", nil], ["installed", true], ["created_at", "2018-08-23 17:58:55.644705"], ["updated_at", "2018-08-23 17:58:55.644705"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Customize"], ["trackable_id", 4], ["key", "customize.create"], ["created_at", "2018-08-23 17:58:55.648635"], ["updated_at", "2018-08-23 17:58:55.648635"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Guillermo"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Guillermo"], ["position", 1], ["created_at", "2018-08-23 17:58:55.708205"], ["updated_at", "2018-08-23 17:58:55.708205"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.7ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 20], ["LIMIT", 1]]  (0.5ms) ROLLBACK  (0.4ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Luz"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Luz"], ["position", 1], ["created_at", "2018-08-23 17:58:55.719463"], ["updated_at", "2018-08-23 17:58:55.719463"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 21], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Laura"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Laura"], ["position", 1], ["created_at", "2018-08-23 17:58:55.727819"], ["updated_at", "2018-08-23 17:58:55.727819"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 22], ["LIMIT", 1]] Permission Create (0.8ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 22], ["created_at", "2018-08-23 17:58:55.733091"], ["updated_at", "2018-08-23 17:58:55.733091"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 22], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Caridad"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Caridad"], ["position", 1], ["created_at", "2018-08-23 17:58:55.741217"], ["updated_at", "2018-08-23 17:58:55.741217"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 23], ["LIMIT", 1]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 23], ["created_at", "2018-08-23 17:58:55.745217"], ["updated_at", "2018-08-23 17:58:55.745217"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 23], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 23], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 23], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 23], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-08-23 17:58:55.753701"], ["id", 12]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 23], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Bernardo"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Bernardo"], ["position", 1], ["created_at", "2018-08-23 17:58:55.762002"], ["updated_at", "2018-08-23 17:58:55.762002"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 24], ["LIMIT", 1]] Permission Create (1.4ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 24], ["created_at", "2018-08-23 17:58:55.766278"], ["updated_at", "2018-08-23 17:58:55.766278"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Permission Update (0.8ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-08-23 17:58:55.780070"], ["id", 13]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.7ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-08-23 17:58:55.790143"], ["id", 13]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Nicolás"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Nicolás"], ["position", 1], ["created_at", "2018-08-23 17:58:55.798518"], ["updated_at", "2018-08-23 17:58:55.798518"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 25], ["LIMIT", 1]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 25], ["created_at", "2018-08-23 17:58:55.802833"], ["updated_at", "2018-08-23 17:58:55.802833"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.3ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 25], ["LIMIT", 1]]  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Mayte"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Mayte"], ["position", 1], ["created_at", "2018-08-23 17:58:55.810590"], ["updated_at", "2018-08-23 17:58:55.810590"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.5ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 26], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Anita"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Anita"], ["position", 1], ["created_at", "2018-08-23 17:58:55.818959"], ["updated_at", "2018-08-23 17:58:55.818959"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 27], ["LIMIT", 1]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 27], ["created_at", "2018-08-23 17:58:55.822873"], ["updated_at", "2018-08-23 17:58:55.822873"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 27], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.6ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-08-23 17:58:55.894332' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.6ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Rubén"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-08-23 17:58:55.893600"], ["updated_at", "2018-08-23 17:58:55.893600"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 5], ["key", "script.create"], ["created_at", "2018-08-23 17:58:55.898721"], ["updated_at", "2018-08-23 17:58:55.898721"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Script Update All (0.4ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-08-23 17:58:55.907473' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.3ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Estela"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-08-23 17:58:55.906999"], ["updated_at", "2018-08-23 17:58:55.906999"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 6], ["key", "script.create"], ["created_at", "2018-08-23 17:58:55.910854"], ["updated_at", "2018-08-23 17:58:55.910854"]]  (1.0ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "aracely_keeling@mitchell.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN Role Load (0.8ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "jared@runolfsdottir.biz"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.3ms) BEGIN User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.9ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "dejuan_osinski@bartell.co"], ["LIMIT", 1]] User Create (1.3ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Lorena"], ["permalink", "lorena-1b5f09ca"], ["username", "Rebeca"], ["email", "dejuan_osinski@bartell.co"], ["encrypted_password", "$2a$04$7p0Y6aZh19E0pcP4FvER.u/obv1P1JzgEXLc4A3/vEny9n4bBOJCW"], ["created_at", "2018-08-23 17:58:55.977976"], ["updated_at", "2018-08-23 17:58:55.977976"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 14], ["key", "user.create"], ["created_at", "2018-08-23 17:58:55.983647"], ["updated_at", "2018-08-23 17:58:55.983647"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 14], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "mathew@dickizemlak.co"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Magdalena"], ["permalink", "magdalena-5b5c86c2"], ["username", "Rosario"], ["email", "mathew@dickizemlak.co"], ["encrypted_password", "$2a$04$V9B29b09nn4d6zinAOT29uuJG7kj5zChtgLTwH3WX1GlMr1gSlu4i"], ["created_at", "2018-08-23 17:58:56.003994"], ["updated_at", "2018-08-23 17:58:56.003994"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 15], ["key", "user.create"], ["created_at", "2018-08-23 17:58:56.006764"], ["updated_at", "2018-08-23 17:58:56.006764"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 15], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 2]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "abbigail_macejkovic@kuphal.com"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Verónica"], ["permalink", "veronica-cb09431e"], ["username", "Carlota"], ["email", "abbigail_macejkovic@kuphal.com"], ["encrypted_password", "$2a$04$rtluURzVVmrlDG.1Gw4gTO775lTIFU1okhDhpBWXP58fwOvEflFrW"], ["created_at", "2018-08-23 17:58:56.030139"], ["updated_at", "2018-08-23 17:58:56.030139"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 16], ["key", "user.create"], ["created_at", "2018-08-23 17:58:56.033034"], ["updated_at", "2018-08-23 17:58:56.033034"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 16], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "freeman@wilkinson.info"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Octavio"], ["permalink", "octavio-3357ae16"], ["username", "Guillermina"], ["email", "freeman@wilkinson.info"], ["encrypted_password", "$2a$04$.M0nPC81GQI0aRmLOQ9LQe3oH1QBEfeNgRKk9wesq/dtTZp/qcqyG"], ["created_at", "2018-08-23 18:21:06.825371"], ["updated_at", "2018-08-23 18:21:06.825371"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 17], ["key", "user.create"], ["created_at", "2018-08-23 18:21:06.859716"], ["updated_at", "2018-08-23 18:21:06.859716"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 17], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 LIMIT $2 [["setting_id", "1"], ["LIMIT", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 17], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 17], ["LIMIT", 1]] Setting Load (0.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 54ms (ActiveRecord: 12.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "eda@schiller.org"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Susana"], ["permalink", "susana-fba23e68"], ["username", "Pedro"], ["email", "eda@schiller.org"], ["encrypted_password", "$2a$04$vWfj7jRAF/c/6OUU.FB/7uOYqzZGWOp9BCHySxNsgwtRCY9QXVf9m"], ["created_at", "2018-08-23 18:21:06.934346"], ["updated_at", "2018-08-23 18:21:06.934346"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 18], ["key", "user.create"], ["created_at", "2018-08-23 18:21:06.937388"], ["updated_at", "2018-08-23 18:21:06.937388"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 18], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 LIMIT $2 [["setting_id", "1"], ["LIMIT", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 18], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 18], ["LIMIT", 1]] Setting Load (0.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.5ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 18], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.3ms) Completed 200 OK in 28ms (Views: 10.0ms | ActiveRecord: 5.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Customize Create (0.7ms) INSERT INTO "customizes" ("file", "installed", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["file", nil], ["installed", true], ["created_at", "2018-08-23 18:21:07.000284"], ["updated_at", "2018-08-23 18:21:07.000284"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Customize"], ["trackable_id", 5], ["key", "customize.create"], ["created_at", "2018-08-23 18:21:07.003561"], ["updated_at", "2018-08-23 18:21:07.003561"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.4ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Rosario"], ["LIMIT", 1]] Role Create (0.9ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Rosario"], ["position", 1], ["created_at", "2018-08-23 18:21:07.067116"], ["updated_at", "2018-08-23 18:21:07.067116"]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.9ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 28], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "María Cristina"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "María Cristina"], ["position", 1], ["created_at", "2018-08-23 18:21:07.080427"], ["updated_at", "2018-08-23 18:21:07.080427"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 29], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Alejandra"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Alejandra"], ["position", 1], ["created_at", "2018-08-23 18:21:07.089836"], ["updated_at", "2018-08-23 18:21:07.089836"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 30], ["LIMIT", 1]] Permission Create (0.8ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 30], ["created_at", "2018-08-23 18:21:07.095596"], ["updated_at", "2018-08-23 18:21:07.095596"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 30], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Elvira"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Elvira"], ["position", 1], ["created_at", "2018-08-23 18:21:07.105349"], ["updated_at", "2018-08-23 18:21:07.105349"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 31], ["LIMIT", 1]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 31], ["created_at", "2018-08-23 18:21:07.109335"], ["updated_at", "2018-08-23 18:21:07.109335"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 31], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 31], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 31], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 31], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.8ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-08-23 18:21:07.118427"], ["id", 17]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 31], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Marco Antonio"], ["LIMIT", 1]] Role Create (8.0ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Marco Antonio"], ["position", 1], ["created_at", "2018-08-23 18:21:07.126372"], ["updated_at", "2018-08-23 18:21:07.126372"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 32], ["LIMIT", 1]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 32], ["created_at", "2018-08-23 18:21:07.138244"], ["updated_at", "2018-08-23 18:21:07.138244"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 32], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 32], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 32], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 32], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-08-23 18:21:07.146101"], ["id", 18]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 32], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 32], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 32], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 32], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-08-23 18:21:07.154140"], ["id", 18]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 32], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Amalia"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Amalia"], ["position", 1], ["created_at", "2018-08-23 18:21:07.161126"], ["updated_at", "2018-08-23 18:21:07.161126"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 33], ["LIMIT", 1]] Permission Create (0.4ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 33], ["created_at", "2018-08-23 18:21:07.164671"], ["updated_at", "2018-08-23 18:21:07.164671"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 33], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Santiago"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Santiago"], ["position", 1], ["created_at", "2018-08-23 18:21:07.171983"], ["updated_at", "2018-08-23 18:21:07.171983"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.3ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 34], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Manuel"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Manuel"], ["position", 1], ["created_at", "2018-08-23 18:21:07.178082"], ["updated_at", "2018-08-23 18:21:07.178082"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 35], ["LIMIT", 1]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 35], ["created_at", "2018-08-23 18:21:07.181861"], ["updated_at", "2018-08-23 18:21:07.181861"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 35], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.6ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-08-23 18:21:07.209481' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.5ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Francisca"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-08-23 18:21:07.208713"], ["updated_at", "2018-08-23 18:21:07.208713"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 7], ["key", "script.create"], ["created_at", "2018-08-23 18:21:07.213488"], ["updated_at", "2018-08-23 18:21:07.213488"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.4ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-08-23 18:21:07.222055' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.4ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Teresa"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-08-23 18:21:07.221605"], ["updated_at", "2018-08-23 18:21:07.221605"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 8], ["key", "script.create"], ["created_at", "2018-08-23 18:21:07.225622"], ["updated_at", "2018-08-23 18:21:07.225622"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 8], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "brianne@turcotteoberbrunner.biz"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "velva.barrows@heel.io"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (1.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "nicolette.bernhard@stoltenberg.biz"], ["LIMIT", 1]] User Create (0.8ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Clemente"], ["permalink", "clemente-0dcb8986"], ["username", "Rocio"], ["email", "nicolette.bernhard@stoltenberg.biz"], ["encrypted_password", "$2a$04$SYYnvKirhLML8GIze0CR4.xsP6eivXM8YpZBmqvoOTHYXk1mygZaO"], ["created_at", "2018-08-23 18:21:07.289863"], ["updated_at", "2018-08-23 18:21:07.289863"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 19], ["key", "user.create"], ["created_at", "2018-08-23 18:21:07.294107"], ["updated_at", "2018-08-23 18:21:07.294107"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 19], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.4ms) SAVEPOINT active_record_1 Role Exists (0.8ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "tod_ernser@leffler.co"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Manuel"], ["permalink", "manuel-810a8288"], ["username", "Silvia"], ["email", "tod_ernser@leffler.co"], ["encrypted_password", "$2a$04$lINkqy1lyy6qoQDg0zvjZue1Yc2i2srmXA1Ssyzr1GE5bzpc9yTRu"], ["created_at", "2018-08-23 18:21:07.313774"], ["updated_at", "2018-08-23 18:21:07.313774"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 20], ["key", "user.create"], ["created_at", "2018-08-23 18:21:07.317075"], ["updated_at", "2018-08-23 18:21:07.317075"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 20], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 2]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.7ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "sammie@becker.biz"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Gustavo"], ["permalink", "gustavo-d7d6e2a6"], ["username", "Cristian"], ["email", "sammie@becker.biz"], ["encrypted_password", "$2a$04$9SPfxZk8vYLW0JUF6BYjyOs/eL1IE0PjnySNGo5R.I9mFZtE93HPm"], ["created_at", "2018-08-23 18:21:07.343608"], ["updated_at", "2018-08-23 18:21:07.343608"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 21], ["key", "user.create"], ["created_at", "2018-08-23 18:21:07.347096"], ["updated_at", "2018-08-23 18:21:07.347096"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 21], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) BEGIN Role Load (0.7ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "wellington_parisian@jaskolskitremblay.org"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Ana Luisa"], ["permalink", "ana-luisa-13121e71"], ["username", "Concepción"], ["email", "wellington_parisian@jaskolskitremblay.org"], ["encrypted_password", "$2a$04$n0IuAdCXM22Juoj/jzw09uEc3pP7oVgFNds/QNquvHagSU3WneBg2"], ["created_at", "2018-08-23 18:24:03.032728"], ["updated_at", "2018-08-23 18:24:03.032728"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 22], ["key", "user.create"], ["created_at", "2018-08-23 18:24:03.067878"], ["updated_at", "2018-08-23 18:24:03.067878"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 22], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 LIMIT $2 [["setting_id", "1"], ["LIMIT", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 22], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 22], ["LIMIT", 1]] Setting Load (0.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 51ms (ActiveRecord: 9.6ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "isom.witting@mayer.io"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "José María"], ["permalink", "jose-maria-724edf30"], ["username", "Carla"], ["email", "isom.witting@mayer.io"], ["encrypted_password", "$2a$04$ZAC9IPTwvcZf5h3iBPgeqO5qwt2LKwECN8D/L9rZBMFvvxFY7RlXK"], ["created_at", "2018-08-23 18:24:03.137976"], ["updated_at", "2018-08-23 18:24:03.137976"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 23], ["key", "user.create"], ["created_at", "2018-08-23 18:24:03.156678"], ["updated_at", "2018-08-23 18:24:03.156678"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 23], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 LIMIT $2 [["setting_id", "1"], ["LIMIT", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 23], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 23], ["LIMIT", 1]] Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.5ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 23], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.4ms) Completed 200 OK in 28ms (Views: 9.8ms | ActiveRecord: 5.3ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Customize Create (0.6ms) INSERT INTO "customizes" ("file", "installed", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["file", nil], ["installed", true], ["created_at", "2018-08-23 18:24:03.220176"], ["updated_at", "2018-08-23 18:24:03.220176"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Customize"], ["trackable_id", 6], ["key", "customize.create"], ["created_at", "2018-08-23 18:24:03.223298"], ["updated_at", "2018-08-23 18:24:03.223298"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.7ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "María"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "María"], ["position", 1], ["created_at", "2018-08-23 18:24:03.267131"], ["updated_at", "2018-08-23 18:24:03.267131"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.5ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 36], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Gilberto"], ["LIMIT", 1]] Role Create (0.3ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Gilberto"], ["position", 1], ["created_at", "2018-08-23 18:24:03.274141"], ["updated_at", "2018-08-23 18:24:03.274141"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 37], ["LIMIT", 1]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Barbara"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Barbara"], ["position", 1], ["created_at", "2018-08-23 18:24:03.280249"], ["updated_at", "2018-08-23 18:24:03.280249"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]] Permission Create (0.8ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 38], ["created_at", "2018-08-23 18:24:03.285175"], ["updated_at", "2018-08-23 18:24:03.285175"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 38], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Carolina"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Carolina"], ["position", 1], ["created_at", "2018-08-23 18:24:03.292769"], ["updated_at", "2018-08-23 18:24:03.292769"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 39], ["LIMIT", 1]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 39], ["created_at", "2018-08-23 18:24:03.296153"], ["updated_at", "2018-08-23 18:24:03.296153"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 39], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 39], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 39], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 39], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-08-23 18:24:03.304353"], ["id", 22]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 39], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Irene"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Irene"], ["position", 1], ["created_at", "2018-08-23 18:24:03.311032"], ["updated_at", "2018-08-23 18:24:03.311032"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 40], ["LIMIT", 1]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 40], ["created_at", "2018-08-23 18:24:03.314848"], ["updated_at", "2018-08-23 18:24:03.314848"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 40], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 40], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 40], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 40], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-08-23 18:24:03.322504"], ["id", 23]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 40], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 40], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 40], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 40], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-08-23 18:24:03.328869"], ["id", 23]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 40], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Sergio"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Sergio"], ["position", 1], ["created_at", "2018-08-23 18:24:03.335551"], ["updated_at", "2018-08-23 18:24:03.335551"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 41], ["LIMIT", 1]] Permission Create (0.4ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 41], ["created_at", "2018-08-23 18:24:03.339057"], ["updated_at", "2018-08-23 18:24:03.339057"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 41], ["LIMIT", 1]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Ramona"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Ramona"], ["position", 1], ["created_at", "2018-08-23 18:24:03.345179"], ["updated_at", "2018-08-23 18:24:03.345179"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 42], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Cristobal"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Cristobal"], ["position", 1], ["created_at", "2018-08-23 18:24:03.351145"], ["updated_at", "2018-08-23 18:24:03.351145"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 43], ["LIMIT", 1]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 43], ["created_at", "2018-08-23 18:24:03.354880"], ["updated_at", "2018-08-23 18:24:03.354880"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 43], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.7ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-08-23 18:24:03.382257' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.5ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Fernando"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-08-23 18:24:03.381279"], ["updated_at", "2018-08-23 18:24:03.381279"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 9], ["key", "script.create"], ["created_at", "2018-08-23 18:24:03.386321"], ["updated_at", "2018-08-23 18:24:03.386321"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Script Update All (0.4ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-08-23 18:24:03.394229' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.4ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Tomás"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-08-23 18:24:03.393741"], ["updated_at", "2018-08-23 18:24:03.393741"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 10], ["key", "script.create"], ["created_at", "2018-08-23 18:24:03.397747"], ["updated_at", "2018-08-23 18:24:03.397747"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 10], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "darlene.weber@moriette.com"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (1.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "seth@gleichner.name"], ["LIMIT", 1]]  (0.6ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.9ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.8ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "brady@zemlakprice.net"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "María Elena"], ["permalink", "maria-elena-a1b9ccee"], ["username", "Alejandra"], ["email", "brady@zemlakprice.net"], ["encrypted_password", "$2a$04$3b/PCiCF5DDZcm37NzqMzOiA4fiiI7Sz/2moq9/Jq51dn/ksyY5pC"], ["created_at", "2018-08-23 18:24:03.476015"], ["updated_at", "2018-08-23 18:24:03.476015"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 24], ["key", "user.create"], ["created_at", "2018-08-23 18:24:03.479280"], ["updated_at", "2018-08-23 18:24:03.479280"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 24], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "mackenzie.schamberger@pacochaarmstrong.net"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Mercedes"], ["permalink", "mercedes-f4986f95"], ["username", "Manuela"], ["email", "mackenzie.schamberger@pacochaarmstrong.net"], ["encrypted_password", "$2a$04$7sZmFVY2I.25QGp1cyM73OHVVhNw1YRN42YG3EgmENNtd6LyKg8Xe"], ["created_at", "2018-08-23 18:24:03.496922"], ["updated_at", "2018-08-23 18:24:03.496922"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 25], ["key", "user.create"], ["created_at", "2018-08-23 18:24:03.500237"], ["updated_at", "2018-08-23 18:24:03.500237"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 25], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 2]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "orion@will.com"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Jaime"], ["permalink", "jaime-35453eef"], ["username", "Cristina"], ["email", "orion@will.com"], ["encrypted_password", "$2a$04$OaNbJYF.HUAo4izAUqFjPOWs6INImIUYTDKCmUnx3WTj9by8RR1Kq"], ["created_at", "2018-08-23 18:24:03.524795"], ["updated_at", "2018-08-23 18:24:03.524795"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 26], ["key", "user.create"], ["created_at", "2018-08-23 18:24:03.528049"], ["updated_at", "2018-08-23 18:24:03.528049"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 26], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (1.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.5ms) BEGIN Role Load (0.7ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.4ms) SAVEPOINT active_record_1 Role Exists (1.0ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "sterling@stehr.co"], ["LIMIT", 1]] User Create (3.3ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Ignacio"], ["permalink", "ignacio-cf519788"], ["username", "Raquel"], ["email", "sterling@stehr.co"], ["encrypted_password", "$2a$04$Xf88k3Tz3kj/cvx4cAXk0ekXUeZ5Kwpz7iPGLwC21mIBZwA6i99ZK"], ["created_at", "2018-08-23 18:24:35.779608"], ["updated_at", "2018-08-23 18:24:35.779608"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 27], ["key", "user.create"], ["created_at", "2018-08-23 18:24:35.834931"], ["updated_at", "2018-08-23 18:24:35.834931"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 27], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 LIMIT $2 [["setting_id", "1"], ["LIMIT", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 27], ["LIMIT", 1]] Role Load (0.9ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 27], ["LIMIT", 1]] Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 70ms (ActiveRecord: 13.3ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.7ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "toy@oberbrunnerhilpert.net"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Inés"], ["permalink", "ines-73731cd0"], ["username", "Jesús"], ["email", "toy@oberbrunnerhilpert.net"], ["encrypted_password", "$2a$04$VuMNUaTrSfKO700uUZJW3.qzFbHvXII800CKfhuUzT2yB7XOsg2cO"], ["created_at", "2018-08-23 18:24:35.932664"], ["updated_at", "2018-08-23 18:24:35.932664"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 28], ["key", "user.create"], ["created_at", "2018-08-23 18:24:35.936640"], ["updated_at", "2018-08-23 18:24:35.936640"]] User::HABTM_Roles Create (0.6ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 28], ["role_id", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 LIMIT $2 [["setting_id", "1"], ["LIMIT", 1]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 28], ["LIMIT", 1]] Role Load (1.1ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 28], ["LIMIT", 1]] Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.8ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 28], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.9ms) Completed 200 OK in 39ms (Views: 13.6ms | ActiveRecord: 7.5ms)  (1.1ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Customize Create (1.1ms) INSERT INTO "customizes" ("file", "installed", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["file", nil], ["installed", true], ["created_at", "2018-08-23 18:24:36.024279"], ["updated_at", "2018-08-23 18:24:36.024279"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Customize"], ["trackable_id", 7], ["key", "customize.create"], ["created_at", "2018-08-23 18:24:36.031171"], ["updated_at", "2018-08-23 18:24:36.031171"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.5ms) BEGIN  (0.9ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (2.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (2.9ms) ROLLBACK  (0.3ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Role Exists (0.9ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Manuela"], ["LIMIT", 1]] Role Create (1.1ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Manuela"], ["position", 1], ["created_at", "2018-08-23 18:24:36.114249"], ["updated_at", "2018-08-23 18:24:36.114249"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.7ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 44], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Clemente"], ["LIMIT", 1]] Role Create (1.1ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Clemente"], ["position", 1], ["created_at", "2018-08-23 18:24:36.124059"], ["updated_at", "2018-08-23 18:24:36.124059"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 45], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Eloisa"], ["LIMIT", 1]] Role Create (0.7ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Eloisa"], ["position", 1], ["created_at", "2018-08-23 18:24:36.135271"], ["updated_at", "2018-08-23 18:24:36.135271"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.9ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 46], ["LIMIT", 1]] Permission Create (1.0ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 46], ["created_at", "2018-08-23 18:24:36.144105"], ["updated_at", "2018-08-23 18:24:36.144105"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 46], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Elsa"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Elsa"], ["position", 1], ["created_at", "2018-08-23 18:24:36.152540"], ["updated_at", "2018-08-23 18:24:36.152540"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 47], ["LIMIT", 1]] Permission Create (0.8ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 47], ["created_at", "2018-08-23 18:24:36.156284"], ["updated_at", "2018-08-23 18:24:36.156284"]]  (0.7ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 47], ["LIMIT", 1]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 47], ["LIMIT", 1]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 47], ["LIMIT", 1]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 47], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Permission Update (0.8ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-08-23 18:24:36.169420"], ["id", 27]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 47], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Rosa"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Rosa"], ["position", 1], ["created_at", "2018-08-23 18:24:36.180692"], ["updated_at", "2018-08-23 18:24:36.180692"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 48], ["LIMIT", 1]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 48], ["created_at", "2018-08-23 18:24:36.185966"], ["updated_at", "2018-08-23 18:24:36.185966"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (1.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 48], ["LIMIT", 1]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 48], ["LIMIT", 1]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 48], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 48], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Permission Update (0.8ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-08-23 18:24:36.201281"], ["id", 28]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 48], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 48], ["LIMIT", 1]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 48], ["LIMIT", 1]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 48], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 Permission Update (0.7ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-08-23 18:24:36.213165"], ["id", 28]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 48], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Lilia"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Lilia"], ["position", 1], ["created_at", "2018-08-23 18:24:36.221884"], ["updated_at", "2018-08-23 18:24:36.221884"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 49], ["LIMIT", 1]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 49], ["created_at", "2018-08-23 18:24:36.225829"], ["updated_at", "2018-08-23 18:24:36.225829"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.7ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 49], ["LIMIT", 1]]  (2.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.9ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Marco Antonio"], ["LIMIT", 1]] Role Create (0.7ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Marco Antonio"], ["position", 1], ["created_at", "2018-08-23 18:24:36.239474"], ["updated_at", "2018-08-23 18:24:36.239474"]]  (0.6ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.9ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 50], ["LIMIT", 1]]  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.8ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Francisca"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Francisca"], ["position", 1], ["created_at", "2018-08-23 18:24:36.251504"], ["updated_at", "2018-08-23 18:24:36.251504"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (1.8ms) SAVEPOINT active_record_1 Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 51], ["LIMIT", 1]] Permission Create (1.2ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 51], ["created_at", "2018-08-23 18:24:36.258304"], ["updated_at", "2018-08-23 18:24:36.258304"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 51], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (1.0ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Script Update All (0.7ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-08-23 18:24:36.296770' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.4ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Lilia"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-08-23 18:24:36.295849"], ["updated_at", "2018-08-23 18:24:36.295849"]] PublicActivity::Activity Create (16.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 11], ["key", "script.create"], ["created_at", "2018-08-23 18:24:36.300876"], ["updated_at", "2018-08-23 18:24:36.300876"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Script Load (0.5ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.6ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Script Update All (0.6ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-08-23 18:24:36.333784' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.6ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Francisco"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-08-23 18:24:36.333235"], ["updated_at", "2018-08-23 18:24:36.333235"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 12], ["key", "script.create"], ["created_at", "2018-08-23 18:24:36.337946"], ["updated_at", "2018-08-23 18:24:36.337946"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Script Load (0.5ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "terrance@doyle.name"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "selina@lebsack.co"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (1.1ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.8ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN Role Load (0.8ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "dangelo@rippinkeeling.biz"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Mayte"], ["permalink", "mayte-4256ebb8"], ["username", "Adela"], ["email", "dangelo@rippinkeeling.biz"], ["encrypted_password", "$2a$04$QujfC0bSZtgS6aZgdeI5De0765BKk8a8EIcMKyHCuRCNYXCXkXdoG"], ["created_at", "2018-08-23 18:24:36.409686"], ["updated_at", "2018-08-23 18:24:36.409686"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 29], ["key", "user.create"], ["created_at", "2018-08-23 18:24:36.412616"], ["updated_at", "2018-08-23 18:24:36.412616"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 29], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.4ms) SAVEPOINT active_record_1 Role Exists (0.8ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "monica_cain@heaney.co"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Antonio"], ["permalink", "antonio-18f07cdc"], ["username", "Jorge"], ["email", "monica_cain@heaney.co"], ["encrypted_password", "$2a$04$D.TJatZisRifVGziT6ClE.TlsO.pBR6bTYuuz1YvB6rNZG3duTROe"], ["created_at", "2018-08-23 18:24:36.431373"], ["updated_at", "2018-08-23 18:24:36.431373"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 30], ["key", "user.create"], ["created_at", "2018-08-23 18:24:36.435383"], ["updated_at", "2018-08-23 18:24:36.435383"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 30], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 2]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "austin.lynch@considine.io"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Andrea"], ["permalink", "andrea-ba03c132"], ["username", "Jorge"], ["email", "austin.lynch@considine.io"], ["encrypted_password", "$2a$04$f3MFUUZCmrpCktMPMt5wlua2Pv7zqtccBaMREjlIGVgSl5mblJlZC"], ["created_at", "2018-08-23 18:24:36.459308"], ["updated_at", "2018-08-23 18:24:36.459308"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 31], ["key", "user.create"], ["created_at", "2018-08-23 18:24:36.462273"], ["updated_at", "2018-08-23 18:24:36.462273"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 31], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) BEGIN Role Load (0.7ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.8ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "belle_okuneva@bogisich.info"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Cristobal"], ["permalink", "cristobal-7bd7ed08"], ["username", "Gerardo"], ["email", "belle_okuneva@bogisich.info"], ["encrypted_password", "$2a$04$U8E6VjLRw841DFOOELXGv..RGzIuhATyMSWLl84q9s92q7Hh/ZW4G"], ["created_at", "2018-08-23 18:25:03.435993"], ["updated_at", "2018-08-23 18:25:03.435993"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 32], ["key", "user.create"], ["created_at", "2018-08-23 18:25:03.474072"], ["updated_at", "2018-08-23 18:25:03.474072"]] User::HABTM_Roles Create (0.6ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 32], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 LIMIT $2 [["setting_id", "1"], ["LIMIT", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 32], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 32], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 57ms (ActiveRecord: 10.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.9ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "mariana.bruen@hamill.info"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Jorge Luis"], ["permalink", "jorge-luis-c14a280d"], ["username", "Martín"], ["email", "mariana.bruen@hamill.info"], ["encrypted_password", "$2a$04$htchh5ZeQdZBDVpfLXh0i.v.zkLWb0w8UTNPA8r.oEcC4vznCIM4u"], ["created_at", "2018-08-23 18:25:03.554792"], ["updated_at", "2018-08-23 18:25:03.554792"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 33], ["key", "user.create"], ["created_at", "2018-08-23 18:25:03.578683"], ["updated_at", "2018-08-23 18:25:03.578683"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 33], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 LIMIT $2 [["setting_id", "1"], ["LIMIT", 1]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 33], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 33], ["LIMIT", 1]] Setting Load (0.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (1.0ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 33], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.3ms) Completed 200 OK in 35ms (Views: 10.6ms | ActiveRecord: 6.9ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Customize Create (0.6ms) INSERT INTO "customizes" ("file", "installed", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["file", nil], ["installed", true], ["created_at", "2018-08-23 18:25:03.652636"], ["updated_at", "2018-08-23 18:25:03.652636"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Customize"], ["trackable_id", 8], ["key", "customize.create"], ["created_at", "2018-08-23 18:25:03.655848"], ["updated_at", "2018-08-23 18:25:03.655848"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.8ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Luisa"], ["LIMIT", 1]] Role Create (0.7ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Luisa"], ["position", 1], ["created_at", "2018-08-23 18:25:03.709913"], ["updated_at", "2018-08-23 18:25:03.709913"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.7ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 52], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Hernán"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Hernán"], ["position", 1], ["created_at", "2018-08-23 18:25:03.719887"], ["updated_at", "2018-08-23 18:25:03.719887"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 53], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Leticia"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Leticia"], ["position", 1], ["created_at", "2018-08-23 18:25:03.729548"], ["updated_at", "2018-08-23 18:25:03.729548"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 54], ["LIMIT", 1]] Permission Create (0.8ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 54], ["created_at", "2018-08-23 18:25:03.735748"], ["updated_at", "2018-08-23 18:25:03.735748"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 54], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Elena"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Elena"], ["position", 1], ["created_at", "2018-08-23 18:25:03.746423"], ["updated_at", "2018-08-23 18:25:03.746423"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 55], ["LIMIT", 1]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 55], ["created_at", "2018-08-23 18:25:03.751538"], ["updated_at", "2018-08-23 18:25:03.751538"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 55], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 55], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 55], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 55], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (1.2ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-08-23 18:25:03.760044"], ["id", 32]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 55], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Soledad"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Soledad"], ["position", 1], ["created_at", "2018-08-23 18:25:03.768245"], ["updated_at", "2018-08-23 18:25:03.768245"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 56], ["LIMIT", 1]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 56], ["created_at", "2018-08-23 18:25:03.772138"], ["updated_at", "2018-08-23 18:25:03.772138"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 56], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 56], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 56], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 56], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-08-23 18:25:03.781328"], ["id", 33]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 56], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 56], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 56], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 56], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.7ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-08-23 18:25:03.788810"], ["id", 33]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 56], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Miguel Ángel"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Miguel Ángel"], ["position", 1], ["created_at", "2018-08-23 18:25:03.796870"], ["updated_at", "2018-08-23 18:25:03.796870"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 57], ["LIMIT", 1]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 57], ["created_at", "2018-08-23 18:25:03.801028"], ["updated_at", "2018-08-23 18:25:03.801028"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 57], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "María Eugenia"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "María Eugenia"], ["position", 1], ["created_at", "2018-08-23 18:25:03.808196"], ["updated_at", "2018-08-23 18:25:03.808196"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.6ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 58], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Isabela"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Isabela"], ["position", 1], ["created_at", "2018-08-23 18:25:03.815977"], ["updated_at", "2018-08-23 18:25:03.815977"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 59], ["LIMIT", 1]] Permission Create (1.2ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 59], ["created_at", "2018-08-23 18:25:03.819827"], ["updated_at", "2018-08-23 18:25:03.819827"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 59], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.7ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.8ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-08-23 18:25:03.856125' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.6ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Maricarmen"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-08-23 18:25:03.854948"], ["updated_at", "2018-08-23 18:25:03.854948"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 13], ["key", "script.create"], ["created_at", "2018-08-23 18:25:03.862215"], ["updated_at", "2018-08-23 18:25:03.862215"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.5ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-08-23 18:25:03.873756' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.5ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Estela"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-08-23 18:25:03.873090"], ["updated_at", "2018-08-23 18:25:03.873090"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 14], ["key", "script.create"], ["created_at", "2018-08-23 18:25:03.878975"], ["updated_at", "2018-08-23 18:25:03.878975"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 14], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.7ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (1.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "charley@jacobs.net"], ["LIMIT", 1]]  (0.6ms) ROLLBACK  (1.0ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "howell.boehm@lubowitz.io"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.5ms) BEGIN User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (1.8ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "faustino@abshire.biz"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Marilu"], ["permalink", "marilu-f26d8174"], ["username", "María Teresa"], ["email", "faustino@abshire.biz"], ["encrypted_password", "$2a$04$CAe8rb0cMouWpYMBriT9TOquG0F1AUPGtBOrAGCwepQMVNXSFSjra"], ["created_at", "2018-08-23 18:25:03.957877"], ["updated_at", "2018-08-23 18:25:03.957877"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 34], ["key", "user.create"], ["created_at", "2018-08-23 18:25:03.961313"], ["updated_at", "2018-08-23 18:25:03.961313"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 34], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "michaela@swaniawskihayes.name"], ["LIMIT", 1]] User Create (0.8ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Javier"], ["permalink", "javier-f64140d5"], ["username", "Guillermo"], ["email", "michaela@swaniawskihayes.name"], ["encrypted_password", "$2a$04$jnZq0AhdBFJVcmGJ/BL8DO.2BgQpBepiNuj1KE92CX.m.C/EwFfhu"], ["created_at", "2018-08-23 18:25:03.981309"], ["updated_at", "2018-08-23 18:25:03.981309"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 35], ["key", "user.create"], ["created_at", "2018-08-23 18:25:03.985543"], ["updated_at", "2018-08-23 18:25:03.985543"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 35], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 2]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "antwan.schiller@kuhngulgowski.com"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Marilu"], ["permalink", "marilu-37cf3617"], ["username", "Blanca"], ["email", "antwan.schiller@kuhngulgowski.com"], ["encrypted_password", "$2a$04$xyj0KLQVWhlc57wFgat76uRZYJR9SCErOcTF4V8RpqxYrpkLPO7ci"], ["created_at", "2018-08-23 18:25:04.009630"], ["updated_at", "2018-08-23 18:25:04.009630"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 36], ["key", "user.create"], ["created_at", "2018-08-23 18:25:04.013080"], ["updated_at", "2018-08-23 18:25:04.013080"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 36], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (1.1ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (1.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "norwood.mayer@wilderman.net"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Fernando"], ["permalink", "fernando-07bb24ee"], ["username", "Manuel"], ["email", "norwood.mayer@wilderman.net"], ["encrypted_password", "$2a$04$KqTW1OZ5feTcJkBQkXyXle.6r3zpNWzbxk5JBsLds5KxnyBoB6596"], ["created_at", "2018-08-23 18:25:59.344724"], ["updated_at", "2018-08-23 18:25:59.344724"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 37], ["key", "user.create"], ["created_at", "2018-08-23 18:25:59.384052"], ["updated_at", "2018-08-23 18:25:59.384052"]] User::HABTM_Roles Create (0.7ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 37], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 LIMIT $2 [["setting_id", "1"], ["LIMIT", 1]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 37], ["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 37], ["LIMIT", 1]] Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 65ms (ActiveRecord: 13.1ms)  (0.6ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "natalia.wehner@quitzon.com"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Eva"], ["permalink", "eva-2151a8c7"], ["username", "Hugo"], ["email", "natalia.wehner@quitzon.com"], ["encrypted_password", "$2a$04$5313QyEtRVtZxTmKow0yau20E0DR3ySkWNTtJve1Xz54oLj6FOBj6"], ["created_at", "2018-08-23 18:25:59.474996"], ["updated_at", "2018-08-23 18:25:59.474996"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 38], ["key", "user.create"], ["created_at", "2018-08-23 18:25:59.478150"], ["updated_at", "2018-08-23 18:25:59.478150"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 38], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 LIMIT $2 [["setting_id", "1"], ["LIMIT", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 38], ["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 38], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.4ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.8ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.9ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 38], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.3ms) Completed 200 OK in 32ms (Views: 11.1ms | ActiveRecord: 6.4ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Customize Create (0.5ms) INSERT INTO "customizes" ("file", "installed", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["file", nil], ["installed", true], ["created_at", "2018-08-23 18:25:59.546163"], ["updated_at", "2018-08-23 18:25:59.546163"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Customize"], ["trackable_id", 9], ["key", "customize.create"], ["created_at", "2018-08-23 18:25:59.549406"], ["updated_at", "2018-08-23 18:25:59.549406"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.5ms) BEGIN  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "María José"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "María José"], ["position", 1], ["created_at", "2018-08-23 18:25:59.604803"], ["updated_at", "2018-08-23 18:25:59.604803"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.8ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 60], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Jesús"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Jesús"], ["position", 1], ["created_at", "2018-08-23 18:25:59.615974"], ["updated_at", "2018-08-23 18:25:59.615974"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 61], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.8ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Juan Carlos"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Juan Carlos"], ["position", 1], ["created_at", "2018-08-23 18:25:59.628437"], ["updated_at", "2018-08-23 18:25:59.628437"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 62], ["LIMIT", 1]] Permission Create (0.9ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 62], ["created_at", "2018-08-23 18:25:59.635955"], ["updated_at", "2018-08-23 18:25:59.635955"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 62], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Juan"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Juan"], ["position", 1], ["created_at", "2018-08-23 18:25:59.647257"], ["updated_at", "2018-08-23 18:25:59.647257"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 63], ["LIMIT", 1]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 63], ["created_at", "2018-08-23 18:25:59.652906"], ["updated_at", "2018-08-23 18:25:59.652906"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 63], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 63], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 63], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 63], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.8ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-08-23 18:25:59.664330"], ["id", 37]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 63], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Javier"], ["LIMIT", 1]] Role Create (0.7ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Javier"], ["position", 1], ["created_at", "2018-08-23 18:25:59.675157"], ["updated_at", "2018-08-23 18:25:59.675157"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 64], ["LIMIT", 1]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 64], ["created_at", "2018-08-23 18:25:59.680708"], ["updated_at", "2018-08-23 18:25:59.680708"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 64], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 64], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 64], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 64], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Permission Update (0.8ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-08-23 18:25:59.688563"], ["id", 38]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 64], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 64], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 64], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 64], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.7ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-08-23 18:25:59.697272"], ["id", 38]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 64], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Javier"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Javier"], ["position", 1], ["created_at", "2018-08-23 18:25:59.704759"], ["updated_at", "2018-08-23 18:25:59.704759"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 65], ["LIMIT", 1]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 65], ["created_at", "2018-08-23 18:25:59.708203"], ["updated_at", "2018-08-23 18:25:59.708203"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 65], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Rosalia"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Rosalia"], ["position", 1], ["created_at", "2018-08-23 18:25:59.715248"], ["updated_at", "2018-08-23 18:25:59.715248"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.3ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 66], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Rosario"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Rosario"], ["position", 1], ["created_at", "2018-08-23 18:25:59.721559"], ["updated_at", "2018-08-23 18:25:59.721559"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 67], ["LIMIT", 1]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 67], ["created_at", "2018-08-23 18:25:59.725025"], ["updated_at", "2018-08-23 18:25:59.725025"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 67], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.8ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-08-23 18:25:59.758022' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.7ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Cecilia"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-08-23 18:25:59.757272"], ["updated_at", "2018-08-23 18:25:59.757272"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 15], ["key", "script.create"], ["created_at", "2018-08-23 18:25:59.762766"], ["updated_at", "2018-08-23 18:25:59.762766"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Script Load (0.4ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.5ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-08-23 18:25:59.772002' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.4ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Silvia"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-08-23 18:25:59.771503"], ["updated_at", "2018-08-23 18:25:59.771503"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 16], ["key", "script.create"], ["created_at", "2018-08-23 18:25:59.775539"], ["updated_at", "2018-08-23 18:25:59.775539"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 16], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.8ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "vivien_kuhic@little.io"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "astrid@klockoziemann.info"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.4ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "jabari_moore@zemlakcain.co"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Silvia"], ["permalink", "silvia-8a855972"], ["username", "Raúl"], ["email", "jabari_moore@zemlakcain.co"], ["encrypted_password", "$2a$04$NK6wcbfdOuvUKDJerrTTgulVhFWr.DzlCgwKr8wTV2dPQiNNUG.ja"], ["created_at", "2018-08-23 18:25:59.845559"], ["updated_at", "2018-08-23 18:25:59.845559"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 39], ["key", "user.create"], ["created_at", "2018-08-23 18:25:59.850091"], ["updated_at", "2018-08-23 18:25:59.850091"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 39], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.4ms) SAVEPOINT active_record_1 Role Exists (1.0ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (1.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "pinkie@powlowski.net"], ["LIMIT", 1]] User Create (1.1ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Marta"], ["permalink", "marta-f3fdcbad"], ["username", "Juan Carlos"], ["email", "pinkie@powlowski.net"], ["encrypted_password", "$2a$04$gYIohEIQXGPLU7.RFd4L.OSGJHqwgADVNjjDIkdJBjtp6vqcecNrO"], ["created_at", "2018-08-23 18:25:59.873021"], ["updated_at", "2018-08-23 18:25:59.873021"]] PublicActivity::Activity Create (1.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 40], ["key", "user.create"], ["created_at", "2018-08-23 18:25:59.877778"], ["updated_at", "2018-08-23 18:25:59.877778"]] User::HABTM_Roles Create (0.7ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 40], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.4ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 2]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "preston.hauck@smith.org"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Daniel"], ["permalink", "daniel-270b7467"], ["username", "Alejandra"], ["email", "preston.hauck@smith.org"], ["encrypted_password", "$2a$04$qiMXjG.SmL.0mB8iWBJj2u1sprpHc8ozH5ot91YR1QZ.sQ.eJo.7C"], ["created_at", "2018-08-23 18:25:59.907895"], ["updated_at", "2018-08-23 18:25:59.907895"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 41], ["key", "user.create"], ["created_at", "2018-08-23 18:25:59.911808"], ["updated_at", "2018-08-23 18:25:59.911808"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 41], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.5ms) SAVEPOINT active_record_1 Role Exists (1.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (1.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "omer.crist@franecki.name"], ["LIMIT", 1]] User Create (1.4ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Antonia"], ["permalink", "antonia-a7380039"], ["username", "Silvia"], ["email", "omer.crist@franecki.name"], ["encrypted_password", "$2a$04$DOf6WoRQbIA8qB6sJNcZE.6a3pk/pZ67gaOe03xyVlbWbk9..4Y6O"], ["created_at", "2018-08-23 18:26:33.651764"], ["updated_at", "2018-08-23 18:26:33.651764"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 42], ["key", "user.create"], ["created_at", "2018-08-23 18:26:33.689188"], ["updated_at", "2018-08-23 18:26:33.689188"]] User::HABTM_Roles Create (0.6ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 42], ["role_id", 1]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 LIMIT $2 [["setting_id", "1"], ["LIMIT", 1]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 42], ["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 42], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 75ms (ActiveRecord: 13.7ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "llewellyn@gusikowski.io"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Josefina"], ["permalink", "josefina-ea1482c8"], ["username", "Carla"], ["email", "llewellyn@gusikowski.io"], ["encrypted_password", "$2a$04$9EnfKS/rEi8ft7seufkvceWSzg/AmzYnkFZaarv3rpfrltwVbxc/m"], ["created_at", "2018-08-23 18:26:33.791817"], ["updated_at", "2018-08-23 18:26:33.791817"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 43], ["key", "user.create"], ["created_at", "2018-08-23 18:26:33.795711"], ["updated_at", "2018-08-23 18:26:33.795711"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 43], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 LIMIT $2 [["setting_id", "1"], ["LIMIT", 1]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 43], ["LIMIT", 1]] Role Load (0.8ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 43], ["LIMIT", 1]] Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (1.3ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.8ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 43], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.3ms) Completed 200 OK in 32ms (Views: 9.8ms | ActiveRecord: 8.0ms)  (0.6ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Customize Create (0.5ms) INSERT INTO "customizes" ("file", "installed", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["file", nil], ["installed", true], ["created_at", "2018-08-23 18:26:33.865855"], ["updated_at", "2018-08-23 18:26:33.865855"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Customize"], ["trackable_id", 10], ["key", "customize.create"], ["created_at", "2018-08-23 18:26:33.869041"], ["updated_at", "2018-08-23 18:26:33.869041"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Francisco"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Francisco"], ["position", 1], ["created_at", "2018-08-23 18:26:33.934368"], ["updated_at", "2018-08-23 18:26:33.934368"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.6ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 68], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Marta"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Marta"], ["position", 1], ["created_at", "2018-08-23 18:26:33.941600"], ["updated_at", "2018-08-23 18:26:33.941600"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 69], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Anita"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Anita"], ["position", 1], ["created_at", "2018-08-23 18:26:33.948901"], ["updated_at", "2018-08-23 18:26:33.948901"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 70], ["LIMIT", 1]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 70], ["created_at", "2018-08-23 18:26:33.953523"], ["updated_at", "2018-08-23 18:26:33.953523"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 70], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Amalia"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Amalia"], ["position", 1], ["created_at", "2018-08-23 18:26:33.966179"], ["updated_at", "2018-08-23 18:26:33.966179"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 71], ["LIMIT", 1]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 71], ["created_at", "2018-08-23 18:26:33.972006"], ["updated_at", "2018-08-23 18:26:33.972006"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 71], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 71], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 71], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 71], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.7ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-08-23 18:26:33.982196"], ["id", 42]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 71], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Pilar"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Pilar"], ["position", 1], ["created_at", "2018-08-23 18:26:33.991020"], ["updated_at", "2018-08-23 18:26:33.991020"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 72], ["LIMIT", 1]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 72], ["created_at", "2018-08-23 18:26:33.995487"], ["updated_at", "2018-08-23 18:26:33.995487"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 72], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 72], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 72], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 72], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-08-23 18:26:34.004087"], ["id", 43]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 72], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 72], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 72], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 72], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-08-23 18:26:34.012184"], ["id", 43]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 72], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Emilia"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Emilia"], ["position", 1], ["created_at", "2018-08-23 18:26:34.019307"], ["updated_at", "2018-08-23 18:26:34.019307"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 73], ["LIMIT", 1]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 73], ["created_at", "2018-08-23 18:26:34.022910"], ["updated_at", "2018-08-23 18:26:34.022910"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.5ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 73], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Horacio"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Horacio"], ["position", 1], ["created_at", "2018-08-23 18:26:34.030374"], ["updated_at", "2018-08-23 18:26:34.030374"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.3ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 74], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Micaela"], ["LIMIT", 1]] Role Create (0.3ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Micaela"], ["position", 1], ["created_at", "2018-08-23 18:26:34.036323"], ["updated_at", "2018-08-23 18:26:34.036323"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 75], ["LIMIT", 1]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 75], ["created_at", "2018-08-23 18:26:34.040098"], ["updated_at", "2018-08-23 18:26:34.040098"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 75], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.6ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-08-23 18:26:34.066649' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.4ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "María Soledad"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-08-23 18:26:34.065884"], ["updated_at", "2018-08-23 18:26:34.065884"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 17], ["key", "script.create"], ["created_at", "2018-08-23 18:26:34.070628"], ["updated_at", "2018-08-23 18:26:34.070628"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Script Update All (0.4ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-08-23 18:26:34.078721' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.4ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Carla"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-08-23 18:26:34.078278"], ["updated_at", "2018-08-23 18:26:34.078278"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 18], ["key", "script.create"], ["created_at", "2018-08-23 18:26:34.082099"], ["updated_at", "2018-08-23 18:26:34.082099"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 18], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "arno@greenfelder.net"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "hipolito@waters.name"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (1.1ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.8ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.4ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (1.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "demetris@trantow.name"], ["LIMIT", 1]] User Create (1.0ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Francisco"], ["permalink", "francisco-573c668e"], ["username", "Carla"], ["email", "demetris@trantow.name"], ["encrypted_password", "$2a$04$6AGU.BX45MVn3Q/i/vluY.WNGF5fjbG8TEZRvzslsOfznB2znKU/O"], ["created_at", "2018-08-23 18:26:34.146644"], ["updated_at", "2018-08-23 18:26:34.146644"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 44], ["key", "user.create"], ["created_at", "2018-08-23 18:26:34.150276"], ["updated_at", "2018-08-23 18:26:34.150276"]] User::HABTM_Roles Create (0.7ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 44], ["role_id", 1]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN Role Load (0.8ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.5ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "austin.orn@armstrong.net"], ["LIMIT", 1]] User Create (0.9ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Víctor"], ["permalink", "victor-930995e2"], ["username", "Mateo"], ["email", "austin.orn@armstrong.net"], ["encrypted_password", "$2a$04$oToP2NDNWGu1.t2mGnspzes7KGZhaXcZNIPx584ubeiI1VZBqAM.e"], ["created_at", "2018-08-23 18:26:34.170180"], ["updated_at", "2018-08-23 18:26:34.170180"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 45], ["key", "user.create"], ["created_at", "2018-08-23 18:26:34.173755"], ["updated_at", "2018-08-23 18:26:34.173755"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 45], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 2]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "shanelle_huel@lindgrenhalvorson.info"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Francisco"], ["permalink", "francisco-14e54565"], ["username", "Martín"], ["email", "shanelle_huel@lindgrenhalvorson.info"], ["encrypted_password", "$2a$04$98NnP.tUOnt31bk83iavuuXsxeWcp0hmmvD7P4J5d0Vgnxvvo9Vq6"], ["created_at", "2018-08-23 18:26:34.198026"], ["updated_at", "2018-08-23 18:26:34.198026"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 46], ["key", "user.create"], ["created_at", "2018-08-23 18:26:34.201036"], ["updated_at", "2018-08-23 18:26:34.201036"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 46], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.9ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "erica_tremblay@stark.info"], ["LIMIT", 1]] User Create (0.8ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Adela"], ["permalink", "adela-4fc931cb"], ["username", "Victoria"], ["email", "erica_tremblay@stark.info"], ["encrypted_password", "$2a$04$WgrtAEnq7ymzeY9Q4yBb4OdK7XLRii/GEKG4M4D/h/xkexrw55vf."], ["created_at", "2018-08-23 18:27:25.382771"], ["updated_at", "2018-08-23 18:27:25.382771"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 47], ["key", "user.create"], ["created_at", "2018-08-23 18:27:25.428452"], ["updated_at", "2018-08-23 18:27:25.428452"]] User::HABTM_Roles Create (0.6ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 47], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 LIMIT $2 [["setting_id", "1"], ["LIMIT", 1]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 47], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 47], ["LIMIT", 1]] Setting Load (0.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 58ms (ActiveRecord: 13.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "chelsie@schambergerwaters.co"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Luis"], ["permalink", "luis-901eab29"], ["username", "Gabriel"], ["email", "chelsie@schambergerwaters.co"], ["encrypted_password", "$2a$04$6MZ3G1qEHHmENcxwvqNTVe5VVYAxNg4ESdV9Wh0Mm11sJgMfL/rAm"], ["created_at", "2018-08-23 18:27:25.507699"], ["updated_at", "2018-08-23 18:27:25.507699"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 48], ["key", "user.create"], ["created_at", "2018-08-23 18:27:25.510546"], ["updated_at", "2018-08-23 18:27:25.510546"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 48], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 LIMIT $2 [["setting_id", "1"], ["LIMIT", 1]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 48], ["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 48], ["LIMIT", 1]] Setting Load (0.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.7ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 48], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.3ms) Completed 200 OK in 48ms (Views: 9.9ms | ActiveRecord: 6.2ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Customize Create (0.6ms) INSERT INTO "customizes" ("file", "installed", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["file", nil], ["installed", true], ["created_at", "2018-08-23 18:27:25.592838"], ["updated_at", "2018-08-23 18:27:25.592838"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Customize"], ["trackable_id", 11], ["key", "customize.create"], ["created_at", "2018-08-23 18:27:25.596035"], ["updated_at", "2018-08-23 18:27:25.596035"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Débora"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Débora"], ["position", 1], ["created_at", "2018-08-23 18:27:25.643509"], ["updated_at", "2018-08-23 18:27:25.643509"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.5ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 76], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Antonia"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Antonia"], ["position", 1], ["created_at", "2018-08-23 18:27:25.652311"], ["updated_at", "2018-08-23 18:27:25.652311"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 77], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Horacio"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Horacio"], ["position", 1], ["created_at", "2018-08-23 18:27:25.659747"], ["updated_at", "2018-08-23 18:27:25.659747"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 78], ["LIMIT", 1]] Permission Create (0.9ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 78], ["created_at", "2018-08-23 18:27:25.664622"], ["updated_at", "2018-08-23 18:27:25.664622"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 78], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Manuel"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Manuel"], ["position", 1], ["created_at", "2018-08-23 18:27:25.674410"], ["updated_at", "2018-08-23 18:27:25.674410"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 79], ["LIMIT", 1]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 79], ["created_at", "2018-08-23 18:27:25.678184"], ["updated_at", "2018-08-23 18:27:25.678184"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 79], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 79], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 79], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 79], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-08-23 18:27:25.685853"], ["id", 47]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 79], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Claudia"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Claudia"], ["position", 1], ["created_at", "2018-08-23 18:27:25.694624"], ["updated_at", "2018-08-23 18:27:25.694624"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 80], ["LIMIT", 1]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 80], ["created_at", "2018-08-23 18:27:25.698997"], ["updated_at", "2018-08-23 18:27:25.698997"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 80], ["LIMIT", 1]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 80], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 80], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 80], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-08-23 18:27:25.707403"], ["id", 48]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 80], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 80], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 80], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 80], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-08-23 18:27:25.714331"], ["id", 48]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 80], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Patricio"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Patricio"], ["position", 1], ["created_at", "2018-08-23 18:27:25.721824"], ["updated_at", "2018-08-23 18:27:25.721824"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 81], ["LIMIT", 1]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 81], ["created_at", "2018-08-23 18:27:25.725756"], ["updated_at", "2018-08-23 18:27:25.725756"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 81], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Lorena"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Lorena"], ["position", 1], ["created_at", "2018-08-23 18:27:25.732515"], ["updated_at", "2018-08-23 18:27:25.732515"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.3ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 82], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Elisa"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Elisa"], ["position", 1], ["created_at", "2018-08-23 18:27:25.739254"], ["updated_at", "2018-08-23 18:27:25.739254"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 83], ["LIMIT", 1]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 83], ["created_at", "2018-08-23 18:27:25.742857"], ["updated_at", "2018-08-23 18:27:25.742857"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 83], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.6ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-08-23 18:27:25.771488' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.5ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Rodrigo"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-08-23 18:27:25.770696"], ["updated_at", "2018-08-23 18:27:25.770696"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 19], ["key", "script.create"], ["created_at", "2018-08-23 18:27:25.775781"], ["updated_at", "2018-08-23 18:27:25.775781"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Script Load (0.4ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.5ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-08-23 18:27:25.785182' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.4ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "María"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-08-23 18:27:25.784474"], ["updated_at", "2018-08-23 18:27:25.784474"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 20], ["key", "script.create"], ["created_at", "2018-08-23 18:27:25.788963"], ["updated_at", "2018-08-23 18:27:25.788963"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.4ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 20], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "olen_wiza@balistreri.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "ronny@renner.info"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.5ms) BEGIN  (0.3ms) ROLLBACK  (0.4ms) BEGIN User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (1.1ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "sofia@ernser.com"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "María Elena"], ["permalink", "maria-elena-aab64e25"], ["username", "Ángela"], ["email", "sofia@ernser.com"], ["encrypted_password", "$2a$04$q0HqsN8.MAWamRMtM2EhgeV34zNnkvIlO/ES8Noj2C1XRgtb9HER."], ["created_at", "2018-08-23 18:27:25.860986"], ["updated_at", "2018-08-23 18:27:25.860986"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 49], ["key", "user.create"], ["created_at", "2018-08-23 18:27:25.864636"], ["updated_at", "2018-08-23 18:27:25.864636"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 49], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "floy.carroll@batzgusikowski.org"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Mario"], ["permalink", "mario-c768bf7f"], ["username", "Yolanda"], ["email", "floy.carroll@batzgusikowski.org"], ["encrypted_password", "$2a$04$EG/h1f3UO7VAgXHKFPIFweohrF.hFiloHAc29THuWlBAnUsBT6B9."], ["created_at", "2018-08-23 18:27:25.882818"], ["updated_at", "2018-08-23 18:27:25.882818"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 50], ["key", "user.create"], ["created_at", "2018-08-23 18:27:25.886308"], ["updated_at", "2018-08-23 18:27:25.886308"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 50], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 2]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "dena_lynch@barton.net"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Ariadna"], ["permalink", "ariadna-656d8806"], ["username", "Soledad"], ["email", "dena_lynch@barton.net"], ["encrypted_password", "$2a$04$rlm2l6euqFiRt6wiEX9n3.1oHOtSqfNqE59/T.p72PgHR97eSgqGy"], ["created_at", "2018-08-23 18:27:25.916753"], ["updated_at", "2018-08-23 18:27:25.916753"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 51], ["key", "user.create"], ["created_at", "2018-08-23 18:27:25.919939"], ["updated_at", "2018-08-23 18:27:25.919939"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 51], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) BEGIN Role Load (1.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "joesph@gorczany.biz"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Patricio"], ["permalink", "patricio-0e4ec8bf"], ["username", "Jaime"], ["email", "joesph@gorczany.biz"], ["encrypted_password", "$2a$04$OWLyrkrOemQ6XgLW5W3Y3e6RFIc6UPSW6cLfqZ4McICgLIlv5elJq"], ["created_at", "2018-08-23 18:29:49.347023"], ["updated_at", "2018-08-23 18:29:49.347023"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 52], ["key", "user.create"], ["created_at", "2018-08-23 18:29:49.382965"], ["updated_at", "2018-08-23 18:29:49.382965"]] User::HABTM_Roles Create (0.6ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 52], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 LIMIT $2 [["setting_id", "1"], ["LIMIT", 1]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 52], ["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 52], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 55ms (ActiveRecord: 10.2ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "myrna.von@swaniawskigaylord.io"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Mario"], ["permalink", "mario-41cf4252"], ["username", "Guillermo"], ["email", "myrna.von@swaniawskigaylord.io"], ["encrypted_password", "$2a$04$THWg1/zKCQpD5RwTIsz4Ken9DBg7rECIW.WYgeVD5dEuboMP.zcEu"], ["created_at", "2018-08-23 18:29:49.457259"], ["updated_at", "2018-08-23 18:29:49.457259"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 53], ["key", "user.create"], ["created_at", "2018-08-23 18:29:49.460313"], ["updated_at", "2018-08-23 18:29:49.460313"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 53], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 LIMIT $2 [["setting_id", "1"], ["LIMIT", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 53], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 53], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.5ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 53], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.4ms) Completed 200 OK in 44ms (Views: 9.8ms | ActiveRecord: 5.4ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Customize Create (0.6ms) INSERT INTO "customizes" ("file", "installed", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["file", nil], ["installed", true], ["created_at", "2018-08-23 18:29:49.541506"], ["updated_at", "2018-08-23 18:29:49.541506"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Customize"], ["trackable_id", 12], ["key", "customize.create"], ["created_at", "2018-08-23 18:29:49.545162"], ["updated_at", "2018-08-23 18:29:49.545162"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Diana"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Diana"], ["position", 1], ["created_at", "2018-08-23 18:29:49.589714"], ["updated_at", "2018-08-23 18:29:49.589714"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.5ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 84], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Pablo"], ["LIMIT", 1]] Role Create (0.7ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Pablo"], ["position", 1], ["created_at", "2018-08-23 18:29:49.597268"], ["updated_at", "2018-08-23 18:29:49.597268"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 85], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Arturo"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Arturo"], ["position", 1], ["created_at", "2018-08-23 18:29:49.605365"], ["updated_at", "2018-08-23 18:29:49.605365"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 86], ["LIMIT", 1]] Permission Create (0.9ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 86], ["created_at", "2018-08-23 18:29:49.610630"], ["updated_at", "2018-08-23 18:29:49.610630"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 86], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Alejandra"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Alejandra"], ["position", 1], ["created_at", "2018-08-23 18:29:49.619934"], ["updated_at", "2018-08-23 18:29:49.619934"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 87], ["LIMIT", 1]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 87], ["created_at", "2018-08-23 18:29:49.624744"], ["updated_at", "2018-08-23 18:29:49.624744"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 87], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 87], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 87], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 87], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-08-23 18:29:49.633343"], ["id", 52]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 87], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (1.0ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "María Eugenia"], ["LIMIT", 1]] Role Create (1.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "María Eugenia"], ["position", 1], ["created_at", "2018-08-23 18:29:49.641712"], ["updated_at", "2018-08-23 18:29:49.641712"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 88], ["LIMIT", 1]] Permission Create (0.8ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 88], ["created_at", "2018-08-23 18:29:49.648805"], ["updated_at", "2018-08-23 18:29:49.648805"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 88], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 88], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 88], ["LIMIT", 1]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 88], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Permission Update (0.7ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-08-23 18:29:49.662403"], ["id", 53]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 88], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 88], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 88], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 88], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-08-23 18:29:49.670613"], ["id", 53]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 88], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Luis Miguel"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Luis Miguel"], ["position", 1], ["created_at", "2018-08-23 18:29:49.678834"], ["updated_at", "2018-08-23 18:29:49.678834"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 89], ["LIMIT", 1]] Permission Create (0.4ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 89], ["created_at", "2018-08-23 18:29:49.682519"], ["updated_at", "2018-08-23 18:29:49.682519"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 89], ["LIMIT", 1]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Norma"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Norma"], ["position", 1], ["created_at", "2018-08-23 18:29:49.688648"], ["updated_at", "2018-08-23 18:29:49.688648"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.5ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 90], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Susana"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Susana"], ["position", 1], ["created_at", "2018-08-23 18:29:49.695253"], ["updated_at", "2018-08-23 18:29:49.695253"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 91], ["LIMIT", 1]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 91], ["created_at", "2018-08-23 18:29:49.699675"], ["updated_at", "2018-08-23 18:29:49.699675"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 91], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Script Update All (0.6ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-08-23 18:29:49.727649' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.4ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Virginia"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-08-23 18:29:49.726848"], ["updated_at", "2018-08-23 18:29:49.726848"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 21], ["key", "script.create"], ["created_at", "2018-08-23 18:29:49.731851"], ["updated_at", "2018-08-23 18:29:49.731851"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Script Update All (0.5ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-08-23 18:29:49.739913' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.4ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Gustavo"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-08-23 18:29:49.739409"], ["updated_at", "2018-08-23 18:29:49.739409"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 22], ["key", "script.create"], ["created_at", "2018-08-23 18:29:49.743727"], ["updated_at", "2018-08-23 18:29:49.743727"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 22], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "trevor@blanda.io"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.9ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "florian.sauer@yundt.name"], ["LIMIT", 1]]  (0.5ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.8ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "leon_bechtelar@rohanhuels.biz"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Pedro"], ["permalink", "pedro-46308c79"], ["username", "Carmen"], ["email", "leon_bechtelar@rohanhuels.biz"], ["encrypted_password", "$2a$04$vx9y65/3myn7OO.agnjxXeVVQLw2.Frm4d5D04enmHAG7oBG.kQrG"], ["created_at", "2018-08-23 18:29:49.806091"], ["updated_at", "2018-08-23 18:29:49.806091"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 54], ["key", "user.create"], ["created_at", "2018-08-23 18:29:49.809265"], ["updated_at", "2018-08-23 18:29:49.809265"]] User::HABTM_Roles Create (0.6ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 54], ["role_id", 1]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN Role Load (0.7ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.5ms) SAVEPOINT active_record_1 Role Exists (0.8ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "ernie_lueilwitz@zemlak.org"], ["LIMIT", 1]] User Create (0.8ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Germán"], ["permalink", "german-f57f74f3"], ["username", "Óscar"], ["email", "ernie_lueilwitz@zemlak.org"], ["encrypted_password", "$2a$04$fq377amgdS3GKLSkeC.BRO9O4UfgIEnNQoS5Kl60LNiwHeFlTHeg2"], ["created_at", "2018-08-23 18:29:49.836973"], ["updated_at", "2018-08-23 18:29:49.836973"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 55], ["key", "user.create"], ["created_at", "2018-08-23 18:29:49.841946"], ["updated_at", "2018-08-23 18:29:49.841946"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 55], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 2]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "elya_luettgen@oberbrunner.co"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Claudio"], ["permalink", "claudio-2a3a47c9"], ["username", "Juan Carlos"], ["email", "elya_luettgen@oberbrunner.co"], ["encrypted_password", "$2a$04$jB.rkI0H05xoMerFW.D0Verutw9dh.1UrzAmWSy1LWsuc0N02rBgC"], ["created_at", "2018-08-23 18:29:49.872801"], ["updated_at", "2018-08-23 18:29:49.872801"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 56], ["key", "user.create"], ["created_at", "2018-08-23 18:29:49.877166"], ["updated_at", "2018-08-23 18:29:49.877166"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 56], ["role_id", 1]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.6ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.4ms) BEGIN Role Load (0.7ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "amanda@glovermitchell.name"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Graciela"], ["permalink", "graciela-172ff900"], ["username", "Vicente"], ["email", "amanda@glovermitchell.name"], ["encrypted_password", "$2a$04$dvlWmLPCTDKC5XM4qu66j.XQ1YXh7FaJQ7/HZTw3UFH.hBNu1DeYO"], ["created_at", "2018-08-23 18:30:25.252837"], ["updated_at", "2018-08-23 18:30:25.252837"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 57], ["key", "user.create"], ["created_at", "2018-08-23 18:30:25.287993"], ["updated_at", "2018-08-23 18:30:25.287993"]] User::HABTM_Roles Create (0.6ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 57], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 LIMIT $2 [["setting_id", "1"], ["LIMIT", 1]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 57], ["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 57], ["LIMIT", 1]] Setting Load (0.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 55ms (ActiveRecord: 11.9ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "shaniya@koconn.biz"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Caridad"], ["permalink", "caridad-6975efc6"], ["username", "Luis Miguel"], ["email", "shaniya@koconn.biz"], ["encrypted_password", "$2a$04$xHNWZYutbUlfuzq1SdljuOFdYIKIRuC8VbkDuI0FrkrnjsEjI7fcW"], ["created_at", "2018-08-23 18:30:25.363351"], ["updated_at", "2018-08-23 18:30:25.363351"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 58], ["key", "user.create"], ["created_at", "2018-08-23 18:30:25.366367"], ["updated_at", "2018-08-23 18:30:25.366367"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 58], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 LIMIT $2 [["setting_id", "1"], ["LIMIT", 1]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 58], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 58], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.7ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 58], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.3ms) Completed 200 OK in 29ms (Views: 9.7ms | ActiveRecord: 6.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Customize Create (0.6ms) INSERT INTO "customizes" ("file", "installed", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["file", nil], ["installed", true], ["created_at", "2018-08-23 18:30:25.430806"], ["updated_at", "2018-08-23 18:30:25.430806"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Customize"], ["trackable_id", 13], ["key", "customize.create"], ["created_at", "2018-08-23 18:30:25.433830"], ["updated_at", "2018-08-23 18:30:25.433830"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.5ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Esperanza"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Esperanza"], ["position", 1], ["created_at", "2018-08-23 18:30:25.502105"], ["updated_at", "2018-08-23 18:30:25.502105"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.5ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 92], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Cristobal"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Cristobal"], ["position", 1], ["created_at", "2018-08-23 18:30:25.510519"], ["updated_at", "2018-08-23 18:30:25.510519"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 93], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Ester"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Ester"], ["position", 1], ["created_at", "2018-08-23 18:30:25.519090"], ["updated_at", "2018-08-23 18:30:25.519090"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 94], ["LIMIT", 1]] Permission Create (0.9ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 94], ["created_at", "2018-08-23 18:30:25.525606"], ["updated_at", "2018-08-23 18:30:25.525606"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 94], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Germán"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Germán"], ["position", 1], ["created_at", "2018-08-23 18:30:25.533208"], ["updated_at", "2018-08-23 18:30:25.533208"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 95], ["LIMIT", 1]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 95], ["created_at", "2018-08-23 18:30:25.536759"], ["updated_at", "2018-08-23 18:30:25.536759"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 95], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 95], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 95], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 95], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-08-23 18:30:25.543451"], ["id", 57]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 95], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Claudia"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Claudia"], ["position", 1], ["created_at", "2018-08-23 18:30:25.550930"], ["updated_at", "2018-08-23 18:30:25.550930"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 96], ["LIMIT", 1]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 96], ["created_at", "2018-08-23 18:30:25.554450"], ["updated_at", "2018-08-23 18:30:25.554450"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 96], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 96], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 96], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 96], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-08-23 18:30:25.562161"], ["id", 58]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 96], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 96], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 96], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 96], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-08-23 18:30:25.568712"], ["id", 58]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 96], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Claudia"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Claudia"], ["position", 1], ["created_at", "2018-08-23 18:30:25.574822"], ["updated_at", "2018-08-23 18:30:25.574822"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 97], ["LIMIT", 1]] Permission Create (0.8ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 97], ["created_at", "2018-08-23 18:30:25.579347"], ["updated_at", "2018-08-23 18:30:25.579347"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.8ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 97], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Leticia"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Leticia"], ["position", 1], ["created_at", "2018-08-23 18:30:25.588103"], ["updated_at", "2018-08-23 18:30:25.588103"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 98], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Gilberto"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Gilberto"], ["position", 1], ["created_at", "2018-08-23 18:30:25.596591"], ["updated_at", "2018-08-23 18:30:25.596591"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 99], ["LIMIT", 1]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 99], ["created_at", "2018-08-23 18:30:25.600028"], ["updated_at", "2018-08-23 18:30:25.600028"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 99], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (1.0ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-08-23 18:30:25.629673' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.7ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Óscar"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-08-23 18:30:25.627748"], ["updated_at", "2018-08-23 18:30:25.627748"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 23], ["key", "script.create"], ["created_at", "2018-08-23 18:30:25.638716"], ["updated_at", "2018-08-23 18:30:25.638716"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Script Load (0.5ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Script Update All (0.6ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-08-23 18:30:25.653762' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.6ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Rosalia"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-08-23 18:30:25.653073"], ["updated_at", "2018-08-23 18:30:25.653073"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 24], ["key", "script.create"], ["created_at", "2018-08-23 18:30:25.659239"], ["updated_at", "2018-08-23 18:30:25.659239"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Script Load (0.5ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 24], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.7ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (1.0ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "frederic_hahn@terry.name"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.7ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.3ms) BEGIN Role Load (0.8ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (1.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "spencer@parker.com"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "junior@cremin.name"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Patricia"], ["permalink", "patricia-082e8c81"], ["username", "Raúl"], ["email", "junior@cremin.name"], ["encrypted_password", "$2a$04$OaA9Y5wm0WA/XgSY1nr1KOryRgHffdxNI13bLziO9Al00e3wZtFJe"], ["created_at", "2018-08-23 18:30:25.736370"], ["updated_at", "2018-08-23 18:30:25.736370"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 59], ["key", "user.create"], ["created_at", "2018-08-23 18:30:25.739490"], ["updated_at", "2018-08-23 18:30:25.739490"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 59], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "ozella@bernier.info"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Homero"], ["permalink", "homero-5250a2eb"], ["username", "Santiago"], ["email", "ozella@bernier.info"], ["encrypted_password", "$2a$04$L6tUSOBv/1oLAt.B1mLB2ui2CxAZnvoym7JTqQaHw7.TRQaHfg/ui"], ["created_at", "2018-08-23 18:30:25.754554"], ["updated_at", "2018-08-23 18:30:25.754554"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 60], ["key", "user.create"], ["created_at", "2018-08-23 18:30:25.757697"], ["updated_at", "2018-08-23 18:30:25.757697"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 60], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 2]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "taryn@hilll.com"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Leonor"], ["permalink", "leonor-de06e170"], ["username", "Luis Miguel"], ["email", "taryn@hilll.com"], ["encrypted_password", "$2a$04$d3hIwn1ufTtCqgzO6cge/uyBO.zHGro5ZHA8I7j9Ef2sn0Z6LH4sW"], ["created_at", "2018-08-23 18:30:25.780520"], ["updated_at", "2018-08-23 18:30:25.780520"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 61], ["key", "user.create"], ["created_at", "2018-08-23 18:30:25.783951"], ["updated_at", "2018-08-23 18:30:25.783951"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 61], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (1.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.5ms) BEGIN Role Load (1.0ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (20.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (1.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "prince.quigley@marvindaugherty.biz"], ["LIMIT", 1]] User Create (26.8ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Marcos"], ["permalink", "marcos-e1b4f568"], ["username", "Óscar"], ["email", "prince.quigley@marvindaugherty.biz"], ["encrypted_password", "$2a$04$R8geddaS5Yj7NNK5inGxku9SK7296LY6tPgK53nXVSfIDMJdlVPTm"], ["created_at", "2018-09-10 13:47:17.534944"], ["updated_at", "2018-09-10 13:47:17.534944"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 3], ["key", "user.create"], ["created_at", "2018-09-10 13:47:17.600548"], ["updated_at", "2018-09-10 13:47:17.600548"]] User::HABTM_Roles Create (19.8ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 3], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.2ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 3], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 3], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 104ms (ActiveRecord: 23.3ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "mohammed@schamberger.io"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Ramiro"], ["permalink", "ramiro-e0bc0be2"], ["username", "Jorge Luis"], ["email", "mohammed@schamberger.io"], ["encrypted_password", "$2a$04$L6PCE3i4CbmVxbNzulkTEOo1qJ2VxQlSd4debdEZaeta.odKavVqm"], ["created_at", "2018-09-10 13:47:17.747882"], ["updated_at", "2018-09-10 13:47:17.747882"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 4], ["key", "user.create"], ["created_at", "2018-09-10 13:47:17.750913"], ["updated_at", "2018-09-10 13:47:17.750913"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 4], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 4], ["LIMIT", 1]] Role Load (0.8ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 4], ["LIMIT", 1]] Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.3ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.7ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 4], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 2], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.3ms) Completed 200 OK in 58ms (Views: 28.5ms | ActiveRecord: 8.8ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Customize Create (30.4ms) INSERT INTO "customizes" ("file", "installed", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["file", nil], ["installed", true], ["created_at", "2018-09-10 13:47:17.862000"], ["updated_at", "2018-09-10 13:47:17.862000"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Customize"], ["trackable_id", 2], ["key", "customize.create"], ["created_at", "2018-09-10 13:47:17.895393"], ["updated_at", "2018-09-10 13:47:17.895393"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (1.0ms) BEGIN  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Jacobo"], ["LIMIT", 1]] Role Create (30.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Jacobo"], ["position", 1], ["created_at", "2018-09-10 13:47:17.948507"], ["updated_at", "2018-09-10 13:47:17.948507"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.7ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 4], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Daniela"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Daniela"], ["position", 1], ["created_at", "2018-09-10 13:47:17.989672"], ["updated_at", "2018-09-10 13:47:17.989672"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 5], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Luisa"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Luisa"], ["position", 1], ["created_at", "2018-09-10 13:47:17.999352"], ["updated_at", "2018-09-10 13:47:17.999352"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 6]] Permission Create (8.0ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 6], ["created_at", "2018-09-10 13:47:18.004729"], ["updated_at", "2018-09-10 13:47:18.004729"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 6], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Daniel"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Daniel"], ["position", 1], ["created_at", "2018-09-10 13:47:18.020491"], ["updated_at", "2018-09-10 13:47:18.020491"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 7]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 7], ["created_at", "2018-09-10 13:47:18.024704"], ["updated_at", "2018-09-10 13:47:18.024704"]]  (1.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 7], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 7], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 7], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 7], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-09-10 13:47:18.034036"], ["id", 3]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 7], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Horacio"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Horacio"], ["position", 1], ["created_at", "2018-09-10 13:47:18.041775"], ["updated_at", "2018-09-10 13:47:18.041775"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 8]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 8], ["created_at", "2018-09-10 13:47:18.045876"], ["updated_at", "2018-09-10 13:47:18.045876"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-09-10 13:47:18.054068"], ["id", 4]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-09-10 13:47:18.061875"], ["id", 4]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Rosa"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Rosa"], ["position", 1], ["created_at", "2018-09-10 13:47:18.069140"], ["updated_at", "2018-09-10 13:47:18.069140"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 9]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 9], ["created_at", "2018-09-10 13:47:18.073311"], ["updated_at", "2018-09-10 13:47:18.073311"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 9], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Manuela"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Manuela"], ["position", 1], ["created_at", "2018-09-10 13:47:18.080430"], ["updated_at", "2018-09-10 13:47:18.080430"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 10], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Tomás"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Tomás"], ["position", 1], ["created_at", "2018-09-10 13:47:18.087945"], ["updated_at", "2018-09-10 13:47:18.087945"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 11]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 11], ["created_at", "2018-09-10 13:47:18.091867"], ["updated_at", "2018-09-10 13:47:18.091867"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 11], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (29.2ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-09-10 13:47:18.124145' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (14.6ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Julia"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-09-10 13:47:18.123354"], ["updated_at", "2018-09-10 13:47:18.123354"]] PublicActivity::Activity Create (1.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 1], ["key", "script.create"], ["created_at", "2018-09-10 13:47:18.171843"], ["updated_at", "2018-09-10 13:47:18.171843"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Script Load (0.5ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.6ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-09-10 13:47:18.183642' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.6ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Alejandro"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-09-10 13:47:18.183117"], ["updated_at", "2018-09-10 13:47:18.183117"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 2], ["key", "script.create"], ["created_at", "2018-09-10 13:47:18.188480"], ["updated_at", "2018-09-10 13:47:18.188480"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Script Load (0.4ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "bethany@mante.name"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "raoul@lowenolan.co"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.9ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 2], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.3ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "norberto@turcotte.name"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Cristian"], ["permalink", "cristian-4856b620"], ["username", "Florencia"], ["email", "norberto@turcotte.name"], ["encrypted_password", "$2a$04$bPzX7Rl4cHZgMJqSKpreQO/bPQRWKXalxl43e.MVHa7nuqSxM0Dqu"], ["created_at", "2018-09-10 13:47:18.261720"], ["updated_at", "2018-09-10 13:47:18.261720"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 5], ["key", "user.create"], ["created_at", "2018-09-10 13:47:18.265044"], ["updated_at", "2018-09-10 13:47:18.265044"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 5], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (1.0ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "vena@kohler.biz"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Yolanda"], ["permalink", "yolanda-70e14222"], ["username", "María Teresa"], ["email", "vena@kohler.biz"], ["encrypted_password", "$2a$04$/2qhrrPtUXErFwcgyEIpnOJ/KsKlmemdU5s8JWzLQZh7TuVREO2Ee"], ["created_at", "2018-09-10 13:47:18.282366"], ["updated_at", "2018-09-10 13:47:18.282366"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 6], ["key", "user.create"], ["created_at", "2018-09-10 13:47:18.285815"], ["updated_at", "2018-09-10 13:47:18.285815"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 6], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 2]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "anibal.wunsch@bergnaum.co"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Teodoro"], ["permalink", "teodoro-bebe6743"], ["username", "Margarita"], ["email", "anibal.wunsch@bergnaum.co"], ["encrypted_password", "$2a$04$QxWtXsYJQTmK.S33gEljxuHg/SBqDveJA9HQcUYUwOEvAYzTPZhxS"], ["created_at", "2018-09-10 13:47:18.310576"], ["updated_at", "2018-09-10 13:47:18.310576"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 7], ["key", "user.create"], ["created_at", "2018-09-10 13:47:18.314530"], ["updated_at", "2018-09-10 13:47:18.314530"]] User::HABTM_Roles Create (0.6ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 7], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (1.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (1.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "carmen.ruecker@kovacek.info"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Benjamín"], ["permalink", "benjamin-6fb6d09b"], ["username", "Carlota"], ["email", "carmen.ruecker@kovacek.info"], ["encrypted_password", "$2a$04$vnhPej53WqY.KakqiH5yteOT5nKBDzM7ujbJ7i87o8dZiurHo/l2i"], ["created_at", "2018-09-10 15:41:13.970842"], ["updated_at", "2018-09-10 15:41:13.970842"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 2], ["key", "user.create"], ["created_at", "2018-09-10 15:41:14.005503"], ["updated_at", "2018-09-10 15:41:14.005503"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 2], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 2], ["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 2], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 124ms (ActiveRecord: 19.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "morton_little@fadelbergnaum.biz"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Enrique"], ["permalink", "enrique-0873f57f"], ["username", "Alejandro"], ["email", "morton_little@fadelbergnaum.biz"], ["encrypted_password", "$2a$04$DkNldLybjV4I2KgAJPe8euws7oI39twz3ffOZQI4g0YRr2VxyVxiO"], ["created_at", "2018-09-10 15:41:14.152547"], ["updated_at", "2018-09-10 15:41:14.152547"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 3], ["key", "user.create"], ["created_at", "2018-09-10 15:41:14.155672"], ["updated_at", "2018-09-10 15:41:14.155672"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 3], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 3], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 3], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.3ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.7ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 3], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.4ms) Completed 200 OK in 35ms (Views: 11.6ms | ActiveRecord: 7.2ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Customize Create (0.5ms) INSERT INTO "customizes" ("file", "installed", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["file", nil], ["installed", true], ["created_at", "2018-09-10 15:41:14.230657"], ["updated_at", "2018-09-10 15:41:14.230657"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Customize"], ["trackable_id", 2], ["key", "customize.create"], ["created_at", "2018-09-10 15:41:14.233814"], ["updated_at", "2018-09-10 15:41:14.233814"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.6ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (1.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (1.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Catalina"], ["LIMIT", 1]] Role Create (1.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Catalina"], ["position", 1], ["created_at", "2018-09-10 15:41:14.296165"], ["updated_at", "2018-09-10 15:41:14.296165"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.6ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 4], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Anita"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Anita"], ["position", 1], ["created_at", "2018-09-10 15:41:14.305146"], ["updated_at", "2018-09-10 15:41:14.305146"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 5], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.4ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Lorenzo"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Lorenzo"], ["position", 1], ["created_at", "2018-09-10 15:41:14.313518"], ["updated_at", "2018-09-10 15:41:14.313518"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 6]] Permission Create (9.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 6], ["created_at", "2018-09-10 15:41:14.317986"], ["updated_at", "2018-09-10 15:41:14.317986"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 6], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Felipe"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Felipe"], ["position", 1], ["created_at", "2018-09-10 15:41:14.335534"], ["updated_at", "2018-09-10 15:41:14.335534"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 7]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 7], ["created_at", "2018-09-10 15:41:14.339924"], ["updated_at", "2018-09-10 15:41:14.339924"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 7], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 7], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 7], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 7], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-09-10 15:41:14.349575"], ["id", 2]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 7], ["LIMIT", 1]]  (1.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Fernando"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Fernando"], ["position", 1], ["created_at", "2018-09-10 15:41:14.358706"], ["updated_at", "2018-09-10 15:41:14.358706"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 8]] Permission Create (0.8ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 8], ["created_at", "2018-09-10 15:41:14.363755"], ["updated_at", "2018-09-10 15:41:14.363755"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.8ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-09-10 15:41:14.373652"], ["id", 3]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.8ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-09-10 15:41:14.383585"], ["id", 3]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Maricarmen"], ["LIMIT", 1]] Role Create (0.7ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Maricarmen"], ["position", 1], ["created_at", "2018-09-10 15:41:14.392738"], ["updated_at", "2018-09-10 15:41:14.392738"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 9]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 9], ["created_at", "2018-09-10 15:41:14.397826"], ["updated_at", "2018-09-10 15:41:14.397826"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.6ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 9], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Luis"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Luis"], ["position", 1], ["created_at", "2018-09-10 15:41:14.406691"], ["updated_at", "2018-09-10 15:41:14.406691"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.5ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 10], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Samuel"], ["LIMIT", 1]] Role Create (0.7ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Samuel"], ["position", 1], ["created_at", "2018-09-10 15:41:14.416606"], ["updated_at", "2018-09-10 15:41:14.416606"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 11]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 11], ["created_at", "2018-09-10 15:41:14.421768"], ["updated_at", "2018-09-10 15:41:14.421768"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 11], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.9ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-09-10 15:41:14.454608' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.9ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Norma"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-09-10 15:41:14.453801"], ["updated_at", "2018-09-10 15:41:14.453801"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 1], ["key", "script.create"], ["created_at", "2018-09-10 15:41:14.459444"], ["updated_at", "2018-09-10 15:41:14.459444"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Script Load (0.4ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.5ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-09-10 15:41:14.468804' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.5ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Lorena"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-09-10 15:41:14.468334"], ["updated_at", "2018-09-10 15:41:14.468334"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 2], ["key", "script.create"], ["created_at", "2018-09-10 15:41:14.472452"], ["updated_at", "2018-09-10 15:41:14.472452"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.4ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "jeyca@medhurstokeefe.biz"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "madge@walsh.org"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (1.0ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "makayla.champlin@williamsonchristiansen.biz"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Manuela"], ["permalink", "manuela-f85073f5"], ["username", "Blanca"], ["email", "makayla.champlin@williamsonchristiansen.biz"], ["encrypted_password", "$2a$04$0uGnLYZGykrsJ7v1.0gd.egu/VvZ2Hi3bt/NiJTQNV64T3c8nLmG2"], ["created_at", "2018-09-10 15:41:14.544005"], ["updated_at", "2018-09-10 15:41:14.544005"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 4], ["key", "user.create"], ["created_at", "2018-09-10 15:41:14.549071"], ["updated_at", "2018-09-10 15:41:14.549071"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 4], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "althea_nolan@gutmann.net"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Andrés"], ["permalink", "andres-5d155b70"], ["username", "Jorge"], ["email", "althea_nolan@gutmann.net"], ["encrypted_password", "$2a$04$kHvk0I0U756YwirdpSERzes45S/BwzT4P3X36nwtPXL0gG0jDJLpi"], ["created_at", "2018-09-10 15:41:14.566171"], ["updated_at", "2018-09-10 15:41:14.566171"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 5], ["key", "user.create"], ["created_at", "2018-09-10 15:41:14.569234"], ["updated_at", "2018-09-10 15:41:14.569234"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 5], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 2]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "rigoberto@pfannerstillvolkman.co"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Rebeca"], ["permalink", "rebeca-5ee652b9"], ["username", "Magdalena"], ["email", "rigoberto@pfannerstillvolkman.co"], ["encrypted_password", "$2a$04$dWtLYYXc.X4jrboG644yNuhuRDaHieBJzAMCkGNj48KDjfx97ABfS"], ["created_at", "2018-09-10 15:41:14.602645"], ["updated_at", "2018-09-10 15:41:14.602645"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 6], ["key", "user.create"], ["created_at", "2018-09-10 15:41:14.605657"], ["updated_at", "2018-09-10 15:41:14.605657"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 6], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (37.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.5ms) BEGIN Role Load (0.8ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.4ms) SAVEPOINT active_record_1 Role Exists (0.8ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "joyce.west@mcclurelind.co"], ["LIMIT", 1]] User Create (21.9ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Estela"], ["permalink", "estela-0c34dea6"], ["username", "Adriana"], ["email", "joyce.west@mcclurelind.co"], ["encrypted_password", "$2a$04$n6P55n4396vPksTRPhO6RurCZBp35vug4WgYBrGnz9ma0EfOmhY0a"], ["created_at", "2018-09-10 18:18:08.012459"], ["updated_at", "2018-09-10 18:18:08.012459"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 8], ["key", "user.create"], ["created_at", "2018-09-10 18:18:08.083663"], ["updated_at", "2018-09-10 18:18:08.083663"]] User::HABTM_Roles Create (0.6ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 8], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 8], ["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 8], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 124ms (ActiveRecord: 19.1ms)  (0.4ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "emmy@kertzmannkeler.com"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "César"], ["permalink", "cesar-47aeb1ad"], ["username", "Julio"], ["email", "emmy@kertzmannkeler.com"], ["encrypted_password", "$2a$04$pkanS2MXqZD6ai4W2Qduu.xGpCHo.QcliJ5XanWRP1ar5QCB8QQUy"], ["created_at", "2018-09-10 18:18:08.232508"], ["updated_at", "2018-09-10 18:18:08.232508"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 9], ["key", "user.create"], ["created_at", "2018-09-10 18:18:08.235729"], ["updated_at", "2018-09-10 18:18:08.235729"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 9], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 9], ["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 9], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.3ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.8ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.8ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 9], ["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 7], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.4ms) Completed 200 OK in 69ms (Views: 28.3ms | ActiveRecord: 9.2ms)  (0.6ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Customize Create (0.9ms) INSERT INTO "customizes" ("file", "installed", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["file", nil], ["installed", true], ["created_at", "2018-09-10 18:18:08.375551"], ["updated_at", "2018-09-10 18:18:08.375551"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Customize"], ["trackable_id", 3], ["key", "customize.create"], ["created_at", "2018-09-10 18:18:08.381769"], ["updated_at", "2018-09-10 18:18:08.381769"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Sofia"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Sofia"], ["position", 1], ["created_at", "2018-09-10 18:18:08.428557"], ["updated_at", "2018-09-10 18:18:08.428557"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.5ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 12], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.8ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Ignacio"], ["LIMIT", 1]] Role Create (0.8ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Ignacio"], ["position", 1], ["created_at", "2018-09-10 18:18:08.436321"], ["updated_at", "2018-09-10 18:18:08.436321"]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 13], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Eva"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Eva"], ["position", 1], ["created_at", "2018-09-10 18:18:08.444386"], ["updated_at", "2018-09-10 18:18:08.444386"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 14]] Permission Create (21.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 14], ["created_at", "2018-09-10 18:18:08.448769"], ["updated_at", "2018-09-10 18:18:08.448769"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 14], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "José Emilio"], ["LIMIT", 1]] Role Create (1.0ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "José Emilio"], ["position", 1], ["created_at", "2018-09-10 18:18:08.478078"], ["updated_at", "2018-09-10 18:18:08.478078"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 15]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 15], ["created_at", "2018-09-10 18:18:08.483143"], ["updated_at", "2018-09-10 18:18:08.483143"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 15], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 15], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 15], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 15], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Permission Update (0.8ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-09-10 18:18:08.492306"], ["id", 8]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 15], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Diego"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Diego"], ["position", 1], ["created_at", "2018-09-10 18:18:08.501194"], ["updated_at", "2018-09-10 18:18:08.501194"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 16]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 16], ["created_at", "2018-09-10 18:18:08.505180"], ["updated_at", "2018-09-10 18:18:08.505180"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-09-10 18:18:08.512644"], ["id", 9]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-09-10 18:18:08.520369"], ["id", 9]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]]  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.8ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Sancho"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Sancho"], ["position", 1], ["created_at", "2018-09-10 18:18:08.528386"], ["updated_at", "2018-09-10 18:18:08.528386"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 17]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 17], ["created_at", "2018-09-10 18:18:08.532427"], ["updated_at", "2018-09-10 18:18:08.532427"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 17], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "David"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "David"], ["position", 1], ["created_at", "2018-09-10 18:18:08.539575"], ["updated_at", "2018-09-10 18:18:08.539575"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.5ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 18], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Pedro"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Pedro"], ["position", 1], ["created_at", "2018-09-10 18:18:08.548093"], ["updated_at", "2018-09-10 18:18:08.548093"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 19]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 19], ["created_at", "2018-09-10 18:18:08.553088"], ["updated_at", "2018-09-10 18:18:08.553088"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 19], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Script Update All (1.4ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-09-10 18:18:08.591487' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.8ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Catalina"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-09-10 18:18:08.590298"], ["updated_at", "2018-09-10 18:18:08.590298"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 3], ["key", "script.create"], ["created_at", "2018-09-10 18:18:08.597857"], ["updated_at", "2018-09-10 18:18:08.597857"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (1.1ms) SAVEPOINT active_record_1 Script Update All (0.5ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-09-10 18:18:08.609833' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.4ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "María"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-09-10 18:18:08.609328"], ["updated_at", "2018-09-10 18:18:08.609328"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 4], ["key", "script.create"], ["created_at", "2018-09-10 18:18:08.613441"], ["updated_at", "2018-09-10 18:18:08.613441"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.4ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "leone@hegmann.io"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.8ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "dariana@flatley.name"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (1.2ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 7], ["LIMIT", 1]] Role Load (0.8ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.3ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.4ms) SAVEPOINT active_record_1 Role Exists (0.8ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "brayan.fisher@nikolausfisher.net"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Laura"], ["permalink", "laura-e0759890"], ["username", "Hugo"], ["email", "brayan.fisher@nikolausfisher.net"], ["encrypted_password", "$2a$04$.uwdpw8ZTovi.vneuqWL5upWlg8DHxK6p4BXU89g.fe9z6HK4W0FG"], ["created_at", "2018-09-10 18:18:08.700782"], ["updated_at", "2018-09-10 18:18:08.700782"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 10], ["key", "user.create"], ["created_at", "2018-09-10 18:18:08.705499"], ["updated_at", "2018-09-10 18:18:08.705499"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 10], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "melvina@simonismiller.name"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Lorenzo"], ["permalink", "lorenzo-d47e637c"], ["username", "Cristian"], ["email", "melvina@simonismiller.name"], ["encrypted_password", "$2a$04$MWew.ahuJMHyM88QIS2kO.94ZcTbzvtUR8C/e.z.84Baa.hNJ2n4C"], ["created_at", "2018-09-10 18:18:08.728163"], ["updated_at", "2018-09-10 18:18:08.728163"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 11], ["key", "user.create"], ["created_at", "2018-09-10 18:18:08.732847"], ["updated_at", "2018-09-10 18:18:08.732847"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 11], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 2]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "cortez.williamson@raurunte.name"], ["LIMIT", 1]] User Create (0.9ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Patricia"], ["permalink", "patricia-742fe5e2"], ["username", "José Emilio"], ["email", "cortez.williamson@raurunte.name"], ["encrypted_password", "$2a$04$kpnexhuD4oG8GigFYUshceRLjBpGA7ESjlTqj0ObtUtpz6OYAkLoC"], ["created_at", "2018-09-10 18:18:08.764252"], ["updated_at", "2018-09-10 18:18:08.764252"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 12], ["key", "user.create"], ["created_at", "2018-09-10 18:18:08.768898"], ["updated_at", "2018-09-10 18:18:08.768898"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 12], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (1.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) BEGIN Role Load (0.7ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.8ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "arnulfo@pfannerstill.com"], ["LIMIT", 1]] User Create (1.3ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Ramón"], ["permalink", "ramon-112578d8"], ["username", "Rocio"], ["email", "arnulfo@pfannerstill.com"], ["encrypted_password", "$2a$04$AsmQCWi4vAU9daY/44R1QOfa7Tl6H5oz7JcM/w4qOQvOQquYWWji."], ["created_at", "2018-09-10 18:18:45.335670"], ["updated_at", "2018-09-10 18:18:45.335670"]] PublicActivity::Activity Create (1.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 13], ["key", "user.create"], ["created_at", "2018-09-10 18:18:45.374423"], ["updated_at", "2018-09-10 18:18:45.374423"]] User::HABTM_Roles Create (0.6ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 13], ["role_id", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.2ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 13], ["LIMIT", 1]] Role Load (0.9ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 13], ["LIMIT", 1]] Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 145ms (ActiveRecord: 21.4ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "mathias.nicolas@cummeratabogisich.info"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Pablo"], ["permalink", "pablo-c77246d3"], ["username", "Daniela"], ["email", "mathias.nicolas@cummeratabogisich.info"], ["encrypted_password", "$2a$04$ZCoXPuV/U3HBqg4WPwGNaO0XR857F9hwS3reoIW0UCvqTZgQQXkaW"], ["created_at", "2018-09-10 18:18:45.544669"], ["updated_at", "2018-09-10 18:18:45.544669"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 14], ["key", "user.create"], ["created_at", "2018-09-10 18:18:45.548192"], ["updated_at", "2018-09-10 18:18:45.548192"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 14], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 14], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 14], ["LIMIT", 1]] Setting Load (0.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.6ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 14], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 7], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.4ms) Completed 200 OK in 37ms (Views: 11.3ms | ActiveRecord: 7.1ms)  (0.4ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Customize Create (0.5ms) INSERT INTO "customizes" ("file", "installed", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["file", nil], ["installed", true], ["created_at", "2018-09-10 18:18:45.620846"], ["updated_at", "2018-09-10 18:18:45.620846"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Customize"], ["trackable_id", 4], ["key", "customize.create"], ["created_at", "2018-09-10 18:18:45.624074"], ["updated_at", "2018-09-10 18:18:45.624074"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Santiago"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Santiago"], ["position", 1], ["created_at", "2018-09-10 18:18:45.666838"], ["updated_at", "2018-09-10 18:18:45.666838"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.5ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 20], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Gregorio"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Gregorio"], ["position", 1], ["created_at", "2018-09-10 18:18:45.673698"], ["updated_at", "2018-09-10 18:18:45.673698"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 21], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Rodrigo"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Rodrigo"], ["position", 1], ["created_at", "2018-09-10 18:18:45.680220"], ["updated_at", "2018-09-10 18:18:45.680220"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 22]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 22], ["created_at", "2018-09-10 18:18:45.684001"], ["updated_at", "2018-09-10 18:18:45.684001"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 22], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Octavio"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Octavio"], ["position", 1], ["created_at", "2018-09-10 18:18:45.691515"], ["updated_at", "2018-09-10 18:18:45.691515"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 23]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 23], ["created_at", "2018-09-10 18:18:45.695609"], ["updated_at", "2018-09-10 18:18:45.695609"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 23], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 23], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 23], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 23], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-09-10 18:18:45.703913"], ["id", 13]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 23], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Elvira"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Elvira"], ["position", 1], ["created_at", "2018-09-10 18:18:45.711859"], ["updated_at", "2018-09-10 18:18:45.711859"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 24]] Permission Create (0.8ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 24], ["created_at", "2018-09-10 18:18:45.716583"], ["updated_at", "2018-09-10 18:18:45.716583"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-09-10 18:18:45.725077"], ["id", 14]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-09-10 18:18:45.732383"], ["id", 14]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Pedro"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Pedro"], ["position", 1], ["created_at", "2018-09-10 18:18:45.739450"], ["updated_at", "2018-09-10 18:18:45.739450"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 25]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 25], ["created_at", "2018-09-10 18:18:45.743835"], ["updated_at", "2018-09-10 18:18:45.743835"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 25], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Verónica"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Verónica"], ["position", 1], ["created_at", "2018-09-10 18:18:45.750284"], ["updated_at", "2018-09-10 18:18:45.750284"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.3ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 26], ["LIMIT", 1]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Pedro"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Pedro"], ["position", 1], ["created_at", "2018-09-10 18:18:45.756024"], ["updated_at", "2018-09-10 18:18:45.756024"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 27]] Permission Create (0.4ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 27], ["created_at", "2018-09-10 18:18:45.759900"], ["updated_at", "2018-09-10 18:18:45.759900"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 27], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.7ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Script Update All (0.7ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-09-10 18:18:45.801330' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.5ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Ariadna"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-09-10 18:18:45.800428"], ["updated_at", "2018-09-10 18:18:45.800428"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 5], ["key", "script.create"], ["created_at", "2018-09-10 18:18:45.805937"], ["updated_at", "2018-09-10 18:18:45.805937"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Script Load (0.4ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Script Update All (0.5ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-09-10 18:18:45.816860' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.5ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Ana María"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-09-10 18:18:45.816378"], ["updated_at", "2018-09-10 18:18:45.816378"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 6], ["key", "script.create"], ["created_at", "2018-09-10 18:18:45.820537"], ["updated_at", "2018-09-10 18:18:45.820537"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.4ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "forest_bruen@okunevahamill.net"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "isabell_bode@fahey.biz"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 7], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "malcolm@strackemurazik.co"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Martín"], ["permalink", "martin-80c8cd25"], ["username", "Francisco"], ["email", "malcolm@strackemurazik.co"], ["encrypted_password", "$2a$04$ydV2GJ6h8xKSWjK0dMkZxOWOsPb7izlFAxrmbH0NL18x6iPSryB3S"], ["created_at", "2018-09-10 18:18:45.885911"], ["updated_at", "2018-09-10 18:18:45.885911"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 15], ["key", "user.create"], ["created_at", "2018-09-10 18:18:45.889096"], ["updated_at", "2018-09-10 18:18:45.889096"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 15], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "dina@hauck.io"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Verónica"], ["permalink", "veronica-15cf16d0"], ["username", "Ricardo"], ["email", "dina@hauck.io"], ["encrypted_password", "$2a$04$41zTbLU2dZZQYAXMsJ4v5ezDQHnBU92kLbNvWzfq1y2hLZw/d7LH6"], ["created_at", "2018-09-10 18:18:45.905405"], ["updated_at", "2018-09-10 18:18:45.905405"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 16], ["key", "user.create"], ["created_at", "2018-09-10 18:18:45.908809"], ["updated_at", "2018-09-10 18:18:45.908809"]] User::HABTM_Roles Create (0.6ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 16], ["role_id", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 2]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "devyn.durgan@kilback.net"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Yolanda"], ["permalink", "yolanda-e475e732"], ["username", "Elvira"], ["email", "devyn.durgan@kilback.net"], ["encrypted_password", "$2a$04$CRJeD3rPr/0ElFPGR4P8k.bUoSlXz.YfHHKZCBme7wfwviV10rebm"], ["created_at", "2018-09-10 18:18:45.936486"], ["updated_at", "2018-09-10 18:18:45.936486"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 17], ["key", "user.create"], ["created_at", "2018-09-10 18:18:45.939548"], ["updated_at", "2018-09-10 18:18:45.939548"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 17], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.4ms) BEGIN Role Load (0.8ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "percival@swaniawskistark.com"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Alejandra"], ["permalink", "alejandra-1cf24dd8"], ["username", "Alejandro"], ["email", "percival@swaniawskistark.com"], ["encrypted_password", "$2a$04$jXhjVeHotr.lLJo74.mkJOTIEzrpwkbIdszGVufzHu2r6HQiuBi6e"], ["created_at", "2018-09-10 18:23:24.249417"], ["updated_at", "2018-09-10 18:23:24.249417"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 18], ["key", "user.create"], ["created_at", "2018-09-10 18:23:24.285260"], ["updated_at", "2018-09-10 18:23:24.285260"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 18], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 18], ["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 18], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 138ms (ActiveRecord: 19.9ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "oda.gerhold@pfannerstill.co"], ["LIMIT", 1]] User Create (0.8ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Alfredo"], ["permalink", "alfredo-f2acd1c4"], ["username", "Gonzalo"], ["email", "oda.gerhold@pfannerstill.co"], ["encrypted_password", "$2a$04$WuYuqD0Nf7Ezsfw3u2NDv./rMDT5llChzKaE22le1h8tWTGRLdL7G"], ["created_at", "2018-09-10 18:23:24.446079"], ["updated_at", "2018-09-10 18:23:24.446079"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 19], ["key", "user.create"], ["created_at", "2018-09-10 18:23:24.450038"], ["updated_at", "2018-09-10 18:23:24.450038"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 19], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 19], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 19], ["LIMIT", 1]] Setting Load (0.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.6ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 19], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 7], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.4ms) Completed 200 OK in 37ms (Views: 11.7ms | ActiveRecord: 6.9ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Customize Create (0.7ms) INSERT INTO "customizes" ("file", "installed", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["file", nil], ["installed", true], ["created_at", "2018-09-10 18:23:24.527765"], ["updated_at", "2018-09-10 18:23:24.527765"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Customize"], ["trackable_id", 5], ["key", "customize.create"], ["created_at", "2018-09-10 18:23:24.531261"], ["updated_at", "2018-09-10 18:23:24.531261"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.7ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (1.2ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Alejandro"], ["LIMIT", 1]] Role Create (0.9ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Alejandro"], ["position", 1], ["created_at", "2018-09-10 18:23:24.581885"], ["updated_at", "2018-09-10 18:23:24.581885"]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Permission Exists (1.7ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 28], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Margarita"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Margarita"], ["position", 1], ["created_at", "2018-09-10 18:23:24.595374"], ["updated_at", "2018-09-10 18:23:24.595374"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 29], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Ángela"], ["LIMIT", 1]] Role Create (15.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Ángela"], ["position", 1], ["created_at", "2018-09-10 18:23:24.602788"], ["updated_at", "2018-09-10 18:23:24.602788"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 30]] Permission Create (0.9ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 30], ["created_at", "2018-09-10 18:23:24.622447"], ["updated_at", "2018-09-10 18:23:24.622447"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 30], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Andrea"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Andrea"], ["position", 1], ["created_at", "2018-09-10 18:23:24.630858"], ["updated_at", "2018-09-10 18:23:24.630858"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 31]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 31], ["created_at", "2018-09-10 18:23:24.636255"], ["updated_at", "2018-09-10 18:23:24.636255"]]  (0.6ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 31], ["LIMIT", 1]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 31], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 31], ["LIMIT", 1]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 31], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 Permission Update (0.9ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-09-10 18:23:24.651216"], ["id", 18]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 31], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Alberto"], ["LIMIT", 1]] Role Create (0.7ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Alberto"], ["position", 1], ["created_at", "2018-09-10 18:23:24.662534"], ["updated_at", "2018-09-10 18:23:24.662534"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 32]] Permission Create (0.8ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 32], ["created_at", "2018-09-10 18:23:24.668764"], ["updated_at", "2018-09-10 18:23:24.668764"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 32], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 32], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 32], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 32], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.7ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-09-10 18:23:24.679033"], ["id", 19]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 32], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 32], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 32], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 32], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Permission Update (1.0ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-09-10 18:23:24.687600"], ["id", 19]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 32], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Hernán"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Hernán"], ["position", 1], ["created_at", "2018-09-10 18:23:24.696639"], ["updated_at", "2018-09-10 18:23:24.696639"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.7ms) SAVEPOINT active_record_1 Role Load (0.7ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 33]] Permission Create (0.8ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 33], ["created_at", "2018-09-10 18:23:24.703016"], ["updated_at", "2018-09-10 18:23:24.703016"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.6ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 33], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Leticia"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Leticia"], ["position", 1], ["created_at", "2018-09-10 18:23:24.712891"], ["updated_at", "2018-09-10 18:23:24.712891"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.5ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 34], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "David"], ["LIMIT", 1]] Role Create (1.7ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "David"], ["position", 1], ["created_at", "2018-09-10 18:23:24.721318"], ["updated_at", "2018-09-10 18:23:24.721318"]]  (0.7ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 35]] Permission Create (1.1ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 35], ["created_at", "2018-09-10 18:23:24.729090"], ["updated_at", "2018-09-10 18:23:24.729090"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 35], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Script Update All (0.8ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-09-10 18:23:24.764705' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.5ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Ramón"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-09-10 18:23:24.763775"], ["updated_at", "2018-09-10 18:23:24.763775"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 7], ["key", "script.create"], ["created_at", "2018-09-10 18:23:24.769042"], ["updated_at", "2018-09-10 18:23:24.769042"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Script Update All (0.5ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-09-10 18:23:24.777365' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.3ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Mónica"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-09-10 18:23:24.776877"], ["updated_at", "2018-09-10 18:23:24.776877"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 8], ["key", "script.create"], ["created_at", "2018-09-10 18:23:24.780849"], ["updated_at", "2018-09-10 18:23:24.780849"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 8], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.9ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "ernestina.stroman@sipes.com"], ["LIMIT", 1]]  (0.5ms) ROLLBACK  (0.3ms) BEGIN Role Load (0.7ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (1.0ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.5ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "janiya@heathcote.name"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 7], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.3ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "isabelle_durgan@pfefferjerde.info"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Isabela"], ["permalink", "isabela-d9fe29d4"], ["username", "Florencia"], ["email", "isabelle_durgan@pfefferjerde.info"], ["encrypted_password", "$2a$04$DZ2swLxqXIAnMu/5w167IePorJ869WzHd/XAUpahyGLiBuQxvyCxy"], ["created_at", "2018-09-10 18:23:24.852472"], ["updated_at", "2018-09-10 18:23:24.852472"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 20], ["key", "user.create"], ["created_at", "2018-09-10 18:23:24.855443"], ["updated_at", "2018-09-10 18:23:24.855443"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 20], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "antonette@kunde.com"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Isabela"], ["permalink", "isabela-3adae045"], ["username", "Dorotea"], ["email", "antonette@kunde.com"], ["encrypted_password", "$2a$04$fw4qTSUlBXg4Omxc3FYF1uAXPKEXYR41/EjUkkBEYq.Y3nzYYAdNK"], ["created_at", "2018-09-10 18:23:24.870139"], ["updated_at", "2018-09-10 18:23:24.870139"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 21], ["key", "user.create"], ["created_at", "2018-09-10 18:23:24.873259"], ["updated_at", "2018-09-10 18:23:24.873259"]] User::HABTM_Roles Create (0.6ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 21], ["role_id", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 2]]  (0.5ms) ROLLBACK  (0.3ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.4ms) SAVEPOINT active_record_1 Role Exists (1.0ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "chance.bergnaum@rautremblay.io"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "César"], ["permalink", "cesar-9d67e85b"], ["username", "Caridad"], ["email", "chance.bergnaum@rautremblay.io"], ["encrypted_password", "$2a$04$tS0grzeKnEbV60ykBgct0eqgnCl4VFv9y1/ytFuSYIKXud.J2pGrW"], ["created_at", "2018-09-10 18:23:24.900321"], ["updated_at", "2018-09-10 18:23:24.900321"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 22], ["key", "user.create"], ["created_at", "2018-09-10 18:23:24.903658"], ["updated_at", "2018-09-10 18:23:24.903658"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 22], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "kane@kiehn.name"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Rocio"], ["permalink", "rocio-0e109aa2"], ["username", "Ana Luisa"], ["email", "kane@kiehn.name"], ["encrypted_password", "$2a$04$4ER0idZDOBJS7ezQLQ5l1OcdY5cOnQpi7ZXzg5OVKLTOj0V1B7eBC"], ["created_at", "2018-09-10 18:24:24.605234"], ["updated_at", "2018-09-10 18:24:24.605234"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 23], ["key", "user.create"], ["created_at", "2018-09-10 18:24:24.640185"], ["updated_at", "2018-09-10 18:24:24.640185"]] User::HABTM_Roles Create (1.0ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 23], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 23], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 23], ["LIMIT", 1]] Setting Load (0.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 122ms (ActiveRecord: 20.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.7ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "myra@sawaynpagac.co"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Carla"], ["permalink", "carla-e9c5b403"], ["username", "Emilia"], ["email", "myra@sawaynpagac.co"], ["encrypted_password", "$2a$04$.T1oJepAhjix1gM5FWeTMOMWcklpd7Tg1C.CS1J55F1F/cG4T5yCK"], ["created_at", "2018-09-10 18:24:24.786332"], ["updated_at", "2018-09-10 18:24:24.786332"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 24], ["key", "user.create"], ["created_at", "2018-09-10 18:24:24.789379"], ["updated_at", "2018-09-10 18:24:24.789379"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 24], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 24], ["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 24], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.7ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 24], ["LIMIT", 1]] Role Load (0.8ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 7], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.3ms) Completed 200 OK in 38ms (Views: 11.2ms | ActiveRecord: 8.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Customize Create (0.6ms) INSERT INTO "customizes" ("file", "installed", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["file", nil], ["installed", true], ["created_at", "2018-09-10 18:24:24.864911"], ["updated_at", "2018-09-10 18:24:24.864911"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Customize"], ["trackable_id", 6], ["key", "customize.create"], ["created_at", "2018-09-10 18:24:24.868091"], ["updated_at", "2018-09-10 18:24:24.868091"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Exists (0.8ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Esperanza"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Esperanza"], ["position", 1], ["created_at", "2018-09-10 18:24:24.913338"], ["updated_at", "2018-09-10 18:24:24.913338"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.5ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 36], ["LIMIT", 1]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Ramón"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Ramón"], ["position", 1], ["created_at", "2018-09-10 18:24:24.920156"], ["updated_at", "2018-09-10 18:24:24.920156"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 37], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Gloria"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Gloria"], ["position", 1], ["created_at", "2018-09-10 18:24:24.927201"], ["updated_at", "2018-09-10 18:24:24.927201"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 38]] Permission Create (0.8ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 38], ["created_at", "2018-09-10 18:24:24.931387"], ["updated_at", "2018-09-10 18:24:24.931387"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 38], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Elisa"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Elisa"], ["position", 1], ["created_at", "2018-09-10 18:24:24.940612"], ["updated_at", "2018-09-10 18:24:24.940612"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 39]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 39], ["created_at", "2018-09-10 18:24:24.945001"], ["updated_at", "2018-09-10 18:24:24.945001"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 39], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 39], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 39], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 39], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Permission Update (0.8ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-09-10 18:24:24.951830"], ["id", 23]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 39], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Rafael"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Rafael"], ["position", 1], ["created_at", "2018-09-10 18:24:24.961418"], ["updated_at", "2018-09-10 18:24:24.961418"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 40]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 40], ["created_at", "2018-09-10 18:24:24.965371"], ["updated_at", "2018-09-10 18:24:24.965371"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 40], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 40], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 40], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 40], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.7ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-09-10 18:24:24.972926"], ["id", 24]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 40], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 40], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 40], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 40], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-09-10 18:24:24.980684"], ["id", 24]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 40], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Nicolás"], ["LIMIT", 1]] Role Create (2.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Nicolás"], ["position", 1], ["created_at", "2018-09-10 18:24:24.987651"], ["updated_at", "2018-09-10 18:24:24.987651"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 41]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 41], ["created_at", "2018-09-10 18:24:24.994524"], ["updated_at", "2018-09-10 18:24:24.994524"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 41], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "David"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "David"], ["position", 1], ["created_at", "2018-09-10 18:24:25.001210"], ["updated_at", "2018-09-10 18:24:25.001210"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.3ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 42], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Olivia"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Olivia"], ["position", 1], ["created_at", "2018-09-10 18:24:25.007770"], ["updated_at", "2018-09-10 18:24:25.007770"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 43]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 43], ["created_at", "2018-09-10 18:24:25.011545"], ["updated_at", "2018-09-10 18:24:25.011545"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 43], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Script Update All (0.6ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-09-10 18:24:25.038024' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.6ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Octavio"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-09-10 18:24:25.037257"], ["updated_at", "2018-09-10 18:24:25.037257"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 9], ["key", "script.create"], ["created_at", "2018-09-10 18:24:25.043178"], ["updated_at", "2018-09-10 18:24:25.043178"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Script Update All (0.7ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-09-10 18:24:25.052630' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.4ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Jesús"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-09-10 18:24:25.051940"], ["updated_at", "2018-09-10 18:24:25.051940"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 10], ["key", "script.create"], ["created_at", "2018-09-10 18:24:25.057289"], ["updated_at", "2018-09-10 18:24:25.057289"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Script Load (0.7ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 10], ["LIMIT", 1]]  (0.5ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "hilma_reichert@cronin.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "dylan.grimes@ullrich.info"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 7], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.3ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "leta@crooks.io"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Teresa"], ["permalink", "teresa-c45179b0"], ["username", "Elisa"], ["email", "leta@crooks.io"], ["encrypted_password", "$2a$04$LPd8Z4Io715bg.8.OtciwucYVQnyhPHgNEKBjpseaBGXTM0L0y06."], ["created_at", "2018-09-10 18:24:25.128703"], ["updated_at", "2018-09-10 18:24:25.128703"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 25], ["key", "user.create"], ["created_at", "2018-09-10 18:24:25.131671"], ["updated_at", "2018-09-10 18:24:25.131671"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 25], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.9ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "ellen@von.co"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Dolores"], ["permalink", "dolores-863a86ae"], ["username", "Ricardo"], ["email", "ellen@von.co"], ["encrypted_password", "$2a$04$YJ6T/uwWkcO98j3uDFJ4zeaJwL857qiMh.LE6Y6bzn3.XgJWbzMMa"], ["created_at", "2018-09-10 18:24:25.148174"], ["updated_at", "2018-09-10 18:24:25.148174"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 26], ["key", "user.create"], ["created_at", "2018-09-10 18:24:25.151296"], ["updated_at", "2018-09-10 18:24:25.151296"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 26], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 2]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "lance@dubuque.name"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Margarita"], ["permalink", "margarita-f1babee7"], ["username", "Beatriz"], ["email", "lance@dubuque.name"], ["encrypted_password", "$2a$04$qipnfg3aITx8hhbr4LxPJOnckqcCMU8DHXiHCxF39fzFnUIxe2xOS"], ["created_at", "2018-09-10 18:24:25.176143"], ["updated_at", "2018-09-10 18:24:25.176143"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 27], ["key", "user.create"], ["created_at", "2018-09-10 18:24:25.179241"], ["updated_at", "2018-09-10 18:24:25.179241"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 27], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.4ms) ROLLBACK  (1.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.4ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (1.0ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "jazlyn.simonis@gloverlang.biz"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Ignacio"], ["permalink", "ignacio-ea962348"], ["username", "Leticia"], ["email", "jazlyn.simonis@gloverlang.biz"], ["encrypted_password", "$2a$04$7.aUAO/VO8t1df3E4WFTrO95bZWL5aCqu5QZwGfg2q99bWddJquKy"], ["created_at", "2018-09-10 18:35:04.179539"], ["updated_at", "2018-09-10 18:35:04.179539"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 28], ["key", "user.create"], ["created_at", "2018-09-10 18:35:04.219966"], ["updated_at", "2018-09-10 18:35:04.219966"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 28], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.9ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 28], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 28], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 171ms (ActiveRecord: 24.6ms)  (0.7ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (3.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "jimmie_dickens@bechtelar.org"], ["LIMIT", 1]] User Create (0.8ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Dolores"], ["permalink", "dolores-64dbb79c"], ["username", "Mariana"], ["email", "jimmie_dickens@bechtelar.org"], ["encrypted_password", "$2a$04$aTGchG2H7MFU6zXktgrpeOaEhKl45q2osSXchVXYha2PRKVuOByNS"], ["created_at", "2018-09-10 18:35:04.419764"], ["updated_at", "2018-09-10 18:35:04.419764"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 29], ["key", "user.create"], ["created_at", "2018-09-10 18:35:04.424926"], ["updated_at", "2018-09-10 18:35:04.424926"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 29], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 29], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 29], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.7ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 29], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 7], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.4ms) Completed 200 OK in 38ms (Views: 11.3ms | ActiveRecord: 7.5ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Customize Create (1.4ms) INSERT INTO "customizes" ("file", "installed", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["file", nil], ["installed", true], ["created_at", "2018-09-10 18:35:04.501956"], ["updated_at", "2018-09-10 18:35:04.501956"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Customize"], ["trackable_id", 7], ["key", "customize.create"], ["created_at", "2018-09-10 18:35:04.506259"], ["updated_at", "2018-09-10 18:35:04.506259"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (1.0ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Octavio"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Octavio"], ["position", 1], ["created_at", "2018-09-10 18:35:04.554235"], ["updated_at", "2018-09-10 18:35:04.554235"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.6ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 44], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Mercedes"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Mercedes"], ["position", 1], ["created_at", "2018-09-10 18:35:04.562152"], ["updated_at", "2018-09-10 18:35:04.562152"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 45], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (1.1ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "María del Carmen"], ["LIMIT", 1]] Role Create (11.2ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "María del Carmen"], ["position", 1], ["created_at", "2018-09-10 18:35:04.570479"], ["updated_at", "2018-09-10 18:35:04.570479"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.8ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 46]] Permission Create (1.2ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 46], ["created_at", "2018-09-10 18:35:04.586680"], ["updated_at", "2018-09-10 18:35:04.586680"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 46], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Rosario"], ["LIMIT", 1]] Role Create (0.7ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Rosario"], ["position", 1], ["created_at", "2018-09-10 18:35:04.598608"], ["updated_at", "2018-09-10 18:35:04.598608"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 47]] Permission Create (0.9ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 47], ["created_at", "2018-09-10 18:35:04.605289"], ["updated_at", "2018-09-10 18:35:04.605289"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 47], ["LIMIT", 1]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 47], ["LIMIT", 1]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 47], ["LIMIT", 1]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 47], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Permission Update (0.9ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-09-10 18:35:04.618928"], ["id", 28]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 47], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Lorenzo"], ["LIMIT", 1]] Role Create (0.7ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Lorenzo"], ["position", 1], ["created_at", "2018-09-10 18:35:04.629978"], ["updated_at", "2018-09-10 18:35:04.629978"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 48]] Permission Create (0.8ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 48], ["created_at", "2018-09-10 18:35:04.637231"], ["updated_at", "2018-09-10 18:35:04.637231"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 48], ["LIMIT", 1]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 48], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 48], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 48], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.9ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-09-10 18:35:04.649384"], ["id", 29]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 48], ["LIMIT", 1]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 48], ["LIMIT", 1]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 48], ["LIMIT", 1]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 48], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Permission Update (0.9ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-09-10 18:35:04.661852"], ["id", 29]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 48], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.8ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Manuela"], ["LIMIT", 1]] Role Create (0.7ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Manuela"], ["position", 1], ["created_at", "2018-09-10 18:35:04.673969"], ["updated_at", "2018-09-10 18:35:04.673969"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Role Load (1.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 49]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 49], ["created_at", "2018-09-10 18:35:04.681518"], ["updated_at", "2018-09-10 18:35:04.681518"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.6ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 49], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Gonzalo"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Gonzalo"], ["position", 1], ["created_at", "2018-09-10 18:35:04.690514"], ["updated_at", "2018-09-10 18:35:04.690514"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 50], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.5ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Dorotea"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Dorotea"], ["position", 1], ["created_at", "2018-09-10 18:35:04.698800"], ["updated_at", "2018-09-10 18:35:04.698800"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 51]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 51], ["created_at", "2018-09-10 18:35:04.704677"], ["updated_at", "2018-09-10 18:35:04.704677"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 51], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.7ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-09-10 18:35:04.737684' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.5ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Guillermina"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-09-10 18:35:04.736872"], ["updated_at", "2018-09-10 18:35:04.736872"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 11], ["key", "script.create"], ["created_at", "2018-09-10 18:35:04.742001"], ["updated_at", "2018-09-10 18:35:04.742001"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.4ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-09-10 18:35:04.750571' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.5ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Claudio"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-09-10 18:35:04.750046"], ["updated_at", "2018-09-10 18:35:04.750046"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 12], ["key", "script.create"], ["created_at", "2018-09-10 18:35:04.755225"], ["updated_at", "2018-09-10 18:35:04.755225"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.4ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]]  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "rhoda@westquitzon.io"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "cortney.bechtelar@moriette.net"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.8ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 7], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.3ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.9ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (1.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "jordyn_reichel@rosenbaumcole.biz"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Julio"], ["permalink", "julio-6b46265e"], ["username", "Cristobal"], ["email", "jordyn_reichel@rosenbaumcole.biz"], ["encrypted_password", "$2a$04$XEgngWa7Im570VH0yLtBL.SAfa4MnnOmR91xqYW7zLxPnGm5yjaCK"], ["created_at", "2018-09-10 18:35:04.828653"], ["updated_at", "2018-09-10 18:35:04.828653"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 30], ["key", "user.create"], ["created_at", "2018-09-10 18:35:04.832020"], ["updated_at", "2018-09-10 18:35:04.832020"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 30], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "leon@hagenechmidt.co"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Sergio"], ["permalink", "sergio-10bcdf7d"], ["username", "Cristobal"], ["email", "leon@hagenechmidt.co"], ["encrypted_password", "$2a$04$tHdeV76PwZF/snD3ekOVs.TvJmEEP.b1RyybfnsVvoLOaa1tNFl2S"], ["created_at", "2018-09-10 18:35:04.848596"], ["updated_at", "2018-09-10 18:35:04.848596"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 31], ["key", "user.create"], ["created_at", "2018-09-10 18:35:04.851897"], ["updated_at", "2018-09-10 18:35:04.851897"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 31], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 2]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "erna.nienow@mraz.net"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Luz"], ["permalink", "luz-0c47774d"], ["username", "Rebeca"], ["email", "erna.nienow@mraz.net"], ["encrypted_password", "$2a$04$13L74zekQpaGXCAbYDCvW.8HqGHqXpNSj5hzBTAFlQPzjXO8eHpga"], ["created_at", "2018-09-10 18:35:04.876265"], ["updated_at", "2018-09-10 18:35:04.876265"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 32], ["key", "user.create"], ["created_at", "2018-09-10 18:35:04.879387"], ["updated_at", "2018-09-10 18:35:04.879387"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 32], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.4ms) ROLLBACK  (1.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) BEGIN Role Load (0.8ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.5ms) SAVEPOINT active_record_1 Role Exists (1.2ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (1.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "blair.waelchi@carroll.name"], ["LIMIT", 1]] User Create (0.8ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Elena"], ["permalink", "elena-3a190fe0"], ["username", "Inés"], ["email", "blair.waelchi@carroll.name"], ["encrypted_password", "$2a$04$UZUwnclM/zVkXgAYOXYfhew2leP6y2OoteGKns.c3inCJCdH/5f5O"], ["created_at", "2018-09-10 20:28:01.164323"], ["updated_at", "2018-09-10 20:28:01.164323"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 33], ["key", "user.create"], ["created_at", "2018-09-10 20:28:01.200393"], ["updated_at", "2018-09-10 20:28:01.200393"]] User::HABTM_Roles Create (0.6ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 33], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 33], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 33], ["LIMIT", 1]] Setting Load (0.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 115ms (ActiveRecord: 17.4ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "elna_weinat@lind.info"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Carlota"], ["permalink", "carlota-705a32a5"], ["username", "Laura"], ["email", "elna_weinat@lind.info"], ["encrypted_password", "$2a$04$e/R25XaS3Nu7qY/yYOhjQu1bC8mibWylVq8ExHyjUNgLVEpGhRHwq"], ["created_at", "2018-09-10 20:28:01.337611"], ["updated_at", "2018-09-10 20:28:01.337611"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 34], ["key", "user.create"], ["created_at", "2018-09-10 20:28:01.340637"], ["updated_at", "2018-09-10 20:28:01.340637"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 34], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 34], ["LIMIT", 1]] Role Load (0.8ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 34], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.6ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.8ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 34], ["LIMIT", 1]] Role Load (0.9ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 7], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.3ms) Completed 200 OK in 68ms (Views: 27.4ms | ActiveRecord: 8.3ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Customize Create (0.6ms) INSERT INTO "customizes" ("file", "installed", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["file", nil], ["installed", true], ["created_at", "2018-09-10 20:28:01.513519"], ["updated_at", "2018-09-10 20:28:01.513519"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Customize"], ["trackable_id", 8], ["key", "customize.create"], ["created_at", "2018-09-10 20:28:01.516780"], ["updated_at", "2018-09-10 20:28:01.516780"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.7ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Susana"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Susana"], ["position", 1], ["created_at", "2018-09-10 20:28:01.561738"], ["updated_at", "2018-09-10 20:28:01.561738"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.5ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 52], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Yolanda"], ["LIMIT", 1]] Role Create (0.3ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Yolanda"], ["position", 1], ["created_at", "2018-09-10 20:28:01.569100"], ["updated_at", "2018-09-10 20:28:01.569100"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 53], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (1.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Concepción"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Concepción"], ["position", 1], ["created_at", "2018-09-10 20:28:01.576949"], ["updated_at", "2018-09-10 20:28:01.576949"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 54]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 54], ["created_at", "2018-09-10 20:28:01.581322"], ["updated_at", "2018-09-10 20:28:01.581322"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 54], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Leticia"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Leticia"], ["position", 1], ["created_at", "2018-09-10 20:28:01.588653"], ["updated_at", "2018-09-10 20:28:01.588653"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 55]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 55], ["created_at", "2018-09-10 20:28:01.592393"], ["updated_at", "2018-09-10 20:28:01.592393"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 55], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 55], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 55], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 55], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-09-10 20:28:01.599855"], ["id", 33]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 55], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Jacobo"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Jacobo"], ["position", 1], ["created_at", "2018-09-10 20:28:01.606976"], ["updated_at", "2018-09-10 20:28:01.606976"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 56]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 56], ["created_at", "2018-09-10 20:28:01.611657"], ["updated_at", "2018-09-10 20:28:01.611657"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 56], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 56], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 56], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 56], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-09-10 20:28:01.619420"], ["id", 34]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 56], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 56], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 56], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 56], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.7ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-09-10 20:28:01.626799"], ["id", 34]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 56], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "María del Carmen"], ["LIMIT", 1]] Role Create (19.3ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "María del Carmen"], ["position", 1], ["created_at", "2018-09-10 20:28:01.633876"], ["updated_at", "2018-09-10 20:28:01.633876"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 57]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 57], ["created_at", "2018-09-10 20:28:01.657716"], ["updated_at", "2018-09-10 20:28:01.657716"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 57], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Cecilia"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Cecilia"], ["position", 1], ["created_at", "2018-09-10 20:28:01.665567"], ["updated_at", "2018-09-10 20:28:01.665567"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.5ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 58], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Elisa"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Elisa"], ["position", 1], ["created_at", "2018-09-10 20:28:01.673105"], ["updated_at", "2018-09-10 20:28:01.673105"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 59]] Permission Create (1.0ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 59], ["created_at", "2018-09-10 20:28:01.677056"], ["updated_at", "2018-09-10 20:28:01.677056"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 59], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (1.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Script Update All (0.8ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-09-10 20:28:01.710046' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.7ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Andrea"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-09-10 20:28:01.709111"], ["updated_at", "2018-09-10 20:28:01.709111"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 13], ["key", "script.create"], ["created_at", "2018-09-10 20:28:01.715383"], ["updated_at", "2018-09-10 20:28:01.715383"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.4ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Script Update All (0.6ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-09-10 20:28:01.725509' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.5ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Silvia"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-09-10 20:28:01.724963"], ["updated_at", "2018-09-10 20:28:01.724963"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 14], ["key", "script.create"], ["created_at", "2018-09-10 20:28:01.729509"], ["updated_at", "2018-09-10 20:28:01.729509"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 14], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "lincoln.veum@lebsackheathcote.biz"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "aunta@wintheiser.io"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 7], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "isabella@frami.name"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Rafael"], ["permalink", "rafael-5f717ac8"], ["username", "Horacio"], ["email", "isabella@frami.name"], ["encrypted_password", "$2a$04$a.6iffew24SuBbAdzTKiUOPaJkvSAGB12d793/6JwL85AxP3WuhS."], ["created_at", "2018-09-10 20:28:01.800205"], ["updated_at", "2018-09-10 20:28:01.800205"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 35], ["key", "user.create"], ["created_at", "2018-09-10 20:28:01.803653"], ["updated_at", "2018-09-10 20:28:01.803653"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 35], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "eloise@hayes.com"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Benito"], ["permalink", "benito-18ae068b"], ["username", "María Soledad"], ["email", "eloise@hayes.com"], ["encrypted_password", "$2a$04$j37aynbo3tUJ7f.EH2elUeRMCtvdBlEQccpbXlRGuPSOcogTW2dZ2"], ["created_at", "2018-09-10 20:28:01.819743"], ["updated_at", "2018-09-10 20:28:01.819743"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 36], ["key", "user.create"], ["created_at", "2018-09-10 20:28:01.822993"], ["updated_at", "2018-09-10 20:28:01.822993"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 36], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 2]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "trea.sporer@schneiderquigley.io"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Teodoro"], ["permalink", "teodoro-9b9e36ac"], ["username", "Jesús"], ["email", "trea.sporer@schneiderquigley.io"], ["encrypted_password", "$2a$04$8p1slMAHWnzbnkOjuFSSg.CA53cYUuTUH6Nbc5pc4lG4WBNtST90O"], ["created_at", "2018-09-10 20:28:01.848375"], ["updated_at", "2018-09-10 20:28:01.848375"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 37], ["key", "user.create"], ["created_at", "2018-09-10 20:28:01.851368"], ["updated_at", "2018-09-10 20:28:01.851368"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 37], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (1.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "carmella@bailey.info"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Sergio"], ["permalink", "sergio-2d82ddc7"], ["username", "Virginia"], ["email", "carmella@bailey.info"], ["encrypted_password", "$2a$04$RL6OqH8v9hnqI/DgaJ7ph.IYKxbV4QhTr5sgg.RVqLLPORQzLR.ki"], ["created_at", "2018-09-10 20:37:19.506627"], ["updated_at", "2018-09-10 20:37:19.506627"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 38], ["key", "user.create"], ["created_at", "2018-09-10 20:37:19.545089"], ["updated_at", "2018-09-10 20:37:19.545089"]] User::HABTM_Roles Create (0.6ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 38], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 38], ["LIMIT", 1]] Role Load (1.4ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 38], ["LIMIT", 1]] Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 103ms (ActiveRecord: 20.4ms)  (0.5ms) ROLLBACK  (0.4ms) BEGIN Role Load (0.8ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "dale_jakubowski@bogan.org"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Agustín"], ["permalink", "agustin-a605adcc"], ["username", "Jacobo"], ["email", "dale_jakubowski@bogan.org"], ["encrypted_password", "$2a$04$EgykPq1nPz9gcHb7jBHaRufYySBx1UCBCWStlo5l4b.SqYuxuDWxm"], ["created_at", "2018-09-10 20:37:19.688351"], ["updated_at", "2018-09-10 20:37:19.688351"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 39], ["key", "user.create"], ["created_at", "2018-09-10 20:37:19.691548"], ["updated_at", "2018-09-10 20:37:19.691548"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 39], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 39], ["LIMIT", 1]] Role Load (0.8ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 39], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.6ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 39], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 7], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.3ms) Completed 200 OK in 37ms (Views: 11.0ms | ActiveRecord: 8.1ms)  (0.4ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Customize Create (0.6ms) INSERT INTO "customizes" ("file", "installed", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["file", nil], ["installed", true], ["created_at", "2018-09-10 20:37:19.763113"], ["updated_at", "2018-09-10 20:37:19.763113"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Customize"], ["trackable_id", 9], ["key", "customize.create"], ["created_at", "2018-09-10 20:37:19.766314"], ["updated_at", "2018-09-10 20:37:19.766314"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Eva"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Eva"], ["position", 1], ["created_at", "2018-09-10 20:37:19.810984"], ["updated_at", "2018-09-10 20:37:19.810984"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.6ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 60], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Sofia"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Sofia"], ["position", 1], ["created_at", "2018-09-10 20:37:19.818355"], ["updated_at", "2018-09-10 20:37:19.818355"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 61], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "José Emilio"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "José Emilio"], ["position", 1], ["created_at", "2018-09-10 20:37:19.825051"], ["updated_at", "2018-09-10 20:37:19.825051"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 62]] Permission Create (1.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 62], ["created_at", "2018-09-10 20:37:19.828890"], ["updated_at", "2018-09-10 20:37:19.828890"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 62], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Pablo"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Pablo"], ["position", 1], ["created_at", "2018-09-10 20:37:19.836923"], ["updated_at", "2018-09-10 20:37:19.836923"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 63]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 63], ["created_at", "2018-09-10 20:37:19.840606"], ["updated_at", "2018-09-10 20:37:19.840606"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 63], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 63], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 63], ["LIMIT", 1]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 63], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-09-10 20:37:19.848606"], ["id", 38]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 63], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Armando"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Armando"], ["position", 1], ["created_at", "2018-09-10 20:37:19.856055"], ["updated_at", "2018-09-10 20:37:19.856055"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 64]] Permission Create (0.8ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 64], ["created_at", "2018-09-10 20:37:19.860355"], ["updated_at", "2018-09-10 20:37:19.860355"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 64], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 64], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 64], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 64], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-09-10 20:37:19.868865"], ["id", 39]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 64], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 64], ["LIMIT", 1]] Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 64], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 64], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-09-10 20:37:19.875654"], ["id", 39]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 64], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Ariadna"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Ariadna"], ["position", 1], ["created_at", "2018-09-10 20:37:19.882130"], ["updated_at", "2018-09-10 20:37:19.882130"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 65]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 65], ["created_at", "2018-09-10 20:37:19.886060"], ["updated_at", "2018-09-10 20:37:19.886060"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 65], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Beatriz"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Beatriz"], ["position", 1], ["created_at", "2018-09-10 20:37:19.892882"], ["updated_at", "2018-09-10 20:37:19.892882"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 66], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Vicente"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Vicente"], ["position", 1], ["created_at", "2018-09-10 20:37:19.899275"], ["updated_at", "2018-09-10 20:37:19.899275"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 67]] Permission Create (0.4ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 67], ["created_at", "2018-09-10 20:37:19.902605"], ["updated_at", "2018-09-10 20:37:19.902605"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 67], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Script Update All (1.2ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-09-10 20:37:19.929932' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (1.1ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Lorena"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-09-10 20:37:19.929084"], ["updated_at", "2018-09-10 20:37:19.929084"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 15], ["key", "script.create"], ["created_at", "2018-09-10 20:37:19.935730"], ["updated_at", "2018-09-10 20:37:19.935730"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.6ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) ROLLBACK  (0.5ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.5ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-09-10 20:37:19.948521' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.5ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Lucia"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-09-10 20:37:19.948024"], ["updated_at", "2018-09-10 20:37:19.948024"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 16], ["key", "script.create"], ["created_at", "2018-09-10 20:37:19.952617"], ["updated_at", "2018-09-10 20:37:19.952617"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.4ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 16], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.6ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.9ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "stanton@durgan.com"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "joana@halvorson.name"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 7], ["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "omer@robelmoore.com"], ["LIMIT", 1]] User Create (0.9ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Catalina"], ["permalink", "catalina-f4c33406"], ["username", "Cristian"], ["email", "omer@robelmoore.com"], ["encrypted_password", "$2a$04$Zv/bWyVsGFmVo5ranqehh.x8fOZN9MEv.kSvPeo/6ACR1humYxJd6"], ["created_at", "2018-09-10 20:37:20.023060"], ["updated_at", "2018-09-10 20:37:20.023060"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 40], ["key", "user.create"], ["created_at", "2018-09-10 20:37:20.026565"], ["updated_at", "2018-09-10 20:37:20.026565"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 40], ["role_id", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.8ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "wilburn.kuvalis@grimes.com"], ["LIMIT", 1]] User Create (0.9ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "María Cristina"], ["permalink", "maria-cristina-ad3898bf"], ["username", "Marisol"], ["email", "wilburn.kuvalis@grimes.com"], ["encrypted_password", "$2a$04$iL2M9ON5WDe/pzXRzXzvqurUSjCazuwNobOBYxnaFuCAwnUE3VYMG"], ["created_at", "2018-09-10 20:37:20.043947"], ["updated_at", "2018-09-10 20:37:20.043947"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 41], ["key", "user.create"], ["created_at", "2018-09-10 20:37:20.047585"], ["updated_at", "2018-09-10 20:37:20.047585"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 41], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 2]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "brisa_robel@macejkovic.co"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Mariana"], ["permalink", "mariana-185b698c"], ["username", "Jaime"], ["email", "brisa_robel@macejkovic.co"], ["encrypted_password", "$2a$04$6USlGv9LZCSYz7Q39ZatoOgzDmp7xyWc9eECUteEga/cM225vUD0G"], ["created_at", "2018-09-10 20:37:20.071869"], ["updated_at", "2018-09-10 20:37:20.071869"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 42], ["key", "user.create"], ["created_at", "2018-09-10 20:37:20.074787"], ["updated_at", "2018-09-10 20:37:20.074787"]] User::HABTM_Roles Create (0.6ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 42], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) BEGIN Role Load (1.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.8ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "ima@wolf.name"], ["LIMIT", 1]] User Create (0.8ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Virginia"], ["permalink", "virginia-bdeb1f43"], ["username", "Miguel"], ["email", "ima@wolf.name"], ["encrypted_password", "$2a$04$G5t1szwywz31sR6ZVP1ZtuUxPQwmq9dvmgFe1ZxOj7K0jGrQmxZqG"], ["created_at", "2018-09-10 20:46:01.872822"], ["updated_at", "2018-09-10 20:46:01.872822"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 43], ["key", "user.create"], ["created_at", "2018-09-10 20:46:01.909318"], ["updated_at", "2018-09-10 20:46:01.909318"]] User::HABTM_Roles Create (0.6ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 43], ["role_id", 1]]  (0.6ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.0ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 43], ["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 43], ["LIMIT", 1]] Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 111ms (ActiveRecord: 26.8ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.9ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "catharine_price@mohr.io"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Juan"], ["permalink", "juan-c483924c"], ["username", "Juan Carlos"], ["email", "catharine_price@mohr.io"], ["encrypted_password", "$2a$04$9EP1L65kFFjILWsMF/V/6.WDWJzJGI5Sc96xTaU.PCVmydXkPRgg."], ["created_at", "2018-09-10 20:46:02.048504"], ["updated_at", "2018-09-10 20:46:02.048504"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 44], ["key", "user.create"], ["created_at", "2018-09-10 20:46:02.052061"], ["updated_at", "2018-09-10 20:46:02.052061"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 44], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 44], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 44], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.6ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 44], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 7], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.3ms) Completed 200 OK in 36ms (Views: 11.3ms | ActiveRecord: 7.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Customize Create (0.6ms) INSERT INTO "customizes" ("file", "installed", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["file", nil], ["installed", true], ["created_at", "2018-09-10 20:46:02.129762"], ["updated_at", "2018-09-10 20:46:02.129762"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Customize"], ["trackable_id", 10], ["key", "customize.create"], ["created_at", "2018-09-10 20:46:02.133125"], ["updated_at", "2018-09-10 20:46:02.133125"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Sofia"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Sofia"], ["position", 1], ["created_at", "2018-09-10 20:46:02.177871"], ["updated_at", "2018-09-10 20:46:02.177871"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 68], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Diego"], ["LIMIT", 1]] Role Create (0.3ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Diego"], ["position", 1], ["created_at", "2018-09-10 20:46:02.184405"], ["updated_at", "2018-09-10 20:46:02.184405"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 69], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Magdalena"], ["LIMIT", 1]] Role Create (0.3ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Magdalena"], ["position", 1], ["created_at", "2018-09-10 20:46:02.191316"], ["updated_at", "2018-09-10 20:46:02.191316"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 70]] Permission Create (0.8ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 70], ["created_at", "2018-09-10 20:46:02.195334"], ["updated_at", "2018-09-10 20:46:02.195334"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 70], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Leticia"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Leticia"], ["position", 1], ["created_at", "2018-09-10 20:46:02.203476"], ["updated_at", "2018-09-10 20:46:02.203476"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Role Load (0.7ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 71]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 71], ["created_at", "2018-09-10 20:46:02.208640"], ["updated_at", "2018-09-10 20:46:02.208640"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 71], ["LIMIT", 1]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 71], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 71], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 71], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-09-10 20:46:02.218424"], ["id", 43]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 71], ["LIMIT", 1]]  (0.8ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "María del Carmen"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "María del Carmen"], ["position", 1], ["created_at", "2018-09-10 20:46:02.230870"], ["updated_at", "2018-09-10 20:46:02.230870"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 72]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 72], ["created_at", "2018-09-10 20:46:02.236334"], ["updated_at", "2018-09-10 20:46:02.236334"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 72], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 72], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 72], ["LIMIT", 1]] Permission Load (1.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 72], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 Permission Update (1.0ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-09-10 20:46:02.249013"], ["id", 44]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (4.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 72], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 72], ["LIMIT", 1]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 72], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 72], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Permission Update (0.7ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-09-10 20:46:02.268063"], ["id", 44]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 72], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "María Eugenia"], ["LIMIT", 1]] Role Create (0.8ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "María Eugenia"], ["position", 1], ["created_at", "2018-09-10 20:46:02.277061"], ["updated_at", "2018-09-10 20:46:02.277061"]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Role Load (0.8ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 73]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 73], ["created_at", "2018-09-10 20:46:02.285566"], ["updated_at", "2018-09-10 20:46:02.285566"]]  (2.0ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.6ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 73], ["LIMIT", 1]]  (0.7ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Role Exists (1.0ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Mariana"], ["LIMIT", 1]] Role Create (0.8ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Mariana"], ["position", 1], ["created_at", "2018-09-10 20:46:02.301414"], ["updated_at", "2018-09-10 20:46:02.301414"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 74], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Patricia"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Patricia"], ["position", 1], ["created_at", "2018-09-10 20:46:02.309909"], ["updated_at", "2018-09-10 20:46:02.309909"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Role Load (0.8ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 75]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 75], ["created_at", "2018-09-10 20:46:02.317114"], ["updated_at", "2018-09-10 20:46:02.317114"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 75], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Script Update All (0.7ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-09-10 20:46:02.353826' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.6ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Marcela"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-09-10 20:46:02.352602"], ["updated_at", "2018-09-10 20:46:02.352602"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 17], ["key", "script.create"], ["created_at", "2018-09-10 20:46:02.358447"], ["updated_at", "2018-09-10 20:46:02.358447"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.7ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.4ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-09-10 20:46:02.371380' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.4ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Marta"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-09-10 20:46:02.370906"], ["updated_at", "2018-09-10 20:46:02.370906"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 18], ["key", "script.create"], ["created_at", "2018-09-10 20:46:02.375172"], ["updated_at", "2018-09-10 20:46:02.375172"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.6ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 18], ["LIMIT", 1]]  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "joaquin@jakubowski.name"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.8ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.8ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (1.0ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "myron_schiller@willmsbashirian.co"], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.9ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 7], ["LIMIT", 1]] Role Load (1.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (1.1ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (1.0ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "estevan.baumbach@streichquitzon.net"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Josefina"], ["permalink", "josefina-510ba635"], ["username", "Armando"], ["email", "estevan.baumbach@streichquitzon.net"], ["encrypted_password", "$2a$04$ZwzlBL/z3nruYjs//IM/MeJtsyuyd8Mw0uYQ9vFGX09owytlMy19O"], ["created_at", "2018-09-10 20:46:02.467914"], ["updated_at", "2018-09-10 20:46:02.467914"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 45], ["key", "user.create"], ["created_at", "2018-09-10 20:46:02.471359"], ["updated_at", "2018-09-10 20:46:02.471359"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 45], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "jacky@dach.co"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Daniel"], ["permalink", "daniel-423aa2eb"], ["username", "Diana"], ["email", "jacky@dach.co"], ["encrypted_password", "$2a$04$QyzsxXQf/cjWpMpiE9z.oOFsJCMa5aYNEjq5kKvrwv3yxGuoUwk9a"], ["created_at", "2018-09-10 20:46:02.491744"], ["updated_at", "2018-09-10 20:46:02.491744"]] PublicActivity::Activity Create (1.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 46], ["key", "user.create"], ["created_at", "2018-09-10 20:46:02.496195"], ["updated_at", "2018-09-10 20:46:02.496195"]] User::HABTM_Roles Create (0.7ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 46], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 2]]  (0.6ms) ROLLBACK  (0.3ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "makenzie@lueilwitz.com"], ["LIMIT", 1]] User Create (0.8ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Salvador"], ["permalink", "salvador-90799f96"], ["username", "José"], ["email", "makenzie@lueilwitz.com"], ["encrypted_password", "$2a$04$Tc.XMM41pXlPkhe3ndIoEOD7.MnADZdngPlpokYa4H8ARRGIoKrwC"], ["created_at", "2018-09-10 20:46:02.528216"], ["updated_at", "2018-09-10 20:46:02.528216"]] PublicActivity::Activity Create (1.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 47], ["key", "user.create"], ["created_at", "2018-09-10 20:46:02.533662"], ["updated_at", "2018-09-10 20:46:02.533662"]] User::HABTM_Roles Create (0.6ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 47], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.5ms) BEGIN Role Load (0.8ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.8ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "madaline@beier.com"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Sara"], ["permalink", "sara-f99024d7"], ["username", "Pilar"], ["email", "madaline@beier.com"], ["encrypted_password", "$2a$04$Wifq97mtLNgZFe6tgcVMe.eYOsFksC0Ksue0S4MzePurzcCNEZKRK"], ["created_at", "2018-09-10 20:49:27.093027"], ["updated_at", "2018-09-10 20:49:27.093027"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 48], ["key", "user.create"], ["created_at", "2018-09-10 20:49:27.127797"], ["updated_at", "2018-09-10 20:49:27.127797"]] User::HABTM_Roles Create (0.7ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 48], ["role_id", 1]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 48], ["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 48], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 115ms (ActiveRecord: 18.3ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "cheyenne@terry.info"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Óscar"], ["permalink", "oscar-3e03873e"], ["username", "Lorenzo"], ["email", "cheyenne@terry.info"], ["encrypted_password", "$2a$04$l/QwEqmU1jovIByV.al7hOxVuhaSeia4yH7JerDyGPsEOwadIAJYO"], ["created_at", "2018-09-10 20:49:27.267010"], ["updated_at", "2018-09-10 20:49:27.267010"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 49], ["key", "user.create"], ["created_at", "2018-09-10 20:49:27.270085"], ["updated_at", "2018-09-10 20:49:27.270085"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 49], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 49], ["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 49], ["LIMIT", 1]] Setting Load (0.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.3ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.7ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 49], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 7], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.3ms) Completed 200 OK in 36ms (Views: 11.0ms | ActiveRecord: 7.6ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Customize Create (0.9ms) INSERT INTO "customizes" ("file", "installed", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["file", nil], ["installed", true], ["created_at", "2018-09-10 20:49:27.347273"], ["updated_at", "2018-09-10 20:49:27.347273"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Customize"], ["trackable_id", 11], ["key", "customize.create"], ["created_at", "2018-09-10 20:49:27.351273"], ["updated_at", "2018-09-10 20:49:27.351273"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Raúl"], ["LIMIT", 1]] Role Create (0.7ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Raúl"], ["position", 1], ["created_at", "2018-09-10 20:49:27.397727"], ["updated_at", "2018-09-10 20:49:27.397727"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.5ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 76], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Joaquín"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Joaquín"], ["position", 1], ["created_at", "2018-09-10 20:49:27.404867"], ["updated_at", "2018-09-10 20:49:27.404867"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 77], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Ángela"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Ángela"], ["position", 1], ["created_at", "2018-09-10 20:49:27.411956"], ["updated_at", "2018-09-10 20:49:27.411956"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 78]] Permission Create (0.8ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 78], ["created_at", "2018-09-10 20:49:27.416118"], ["updated_at", "2018-09-10 20:49:27.416118"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 78], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Ignacio"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Ignacio"], ["position", 1], ["created_at", "2018-09-10 20:49:27.423388"], ["updated_at", "2018-09-10 20:49:27.423388"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 79]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 79], ["created_at", "2018-09-10 20:49:27.427117"], ["updated_at", "2018-09-10 20:49:27.427117"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 79], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 79], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 79], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 79], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-09-10 20:49:27.434024"], ["id", 48]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 79], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Carlota"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Carlota"], ["position", 1], ["created_at", "2018-09-10 20:49:27.440944"], ["updated_at", "2018-09-10 20:49:27.440944"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 80]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 80], ["created_at", "2018-09-10 20:49:27.444811"], ["updated_at", "2018-09-10 20:49:27.444811"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 80], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 80], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 80], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 80], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-09-10 20:49:27.452202"], ["id", 49]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 80], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 80], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 80], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 80], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-09-10 20:49:27.459161"], ["id", 49]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 80], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Clemente"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Clemente"], ["position", 1], ["created_at", "2018-09-10 20:49:27.466081"], ["updated_at", "2018-09-10 20:49:27.466081"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 81]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 81], ["created_at", "2018-09-10 20:49:27.469736"], ["updated_at", "2018-09-10 20:49:27.469736"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 81], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Ana María"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Ana María"], ["position", 1], ["created_at", "2018-09-10 20:49:27.476863"], ["updated_at", "2018-09-10 20:49:27.476863"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 82], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Julia"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Julia"], ["position", 1], ["created_at", "2018-09-10 20:49:27.483968"], ["updated_at", "2018-09-10 20:49:27.483968"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 83]] Permission Create (0.4ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 83], ["created_at", "2018-09-10 20:49:27.487444"], ["updated_at", "2018-09-10 20:49:27.487444"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 83], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.7ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-09-10 20:49:27.513468' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.4ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Hernán"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-09-10 20:49:27.512403"], ["updated_at", "2018-09-10 20:49:27.512403"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 19], ["key", "script.create"], ["created_at", "2018-09-10 20:49:27.517391"], ["updated_at", "2018-09-10 20:49:27.517391"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Script Update All (0.7ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-09-10 20:49:27.525094' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.4ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Mariana"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-09-10 20:49:27.524620"], ["updated_at", "2018-09-10 20:49:27.524620"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 20], ["key", "script.create"], ["created_at", "2018-09-10 20:49:27.528903"], ["updated_at", "2018-09-10 20:49:27.528903"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 20], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "kasey@braun.net"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.4ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "bettie_bartell@gleason.info"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 7], ["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "gaylord@schusterpredovic.io"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Andrés"], ["permalink", "andres-77e62273"], ["username", "Sofia"], ["email", "gaylord@schusterpredovic.io"], ["encrypted_password", "$2a$04$CS/vqDHL51htVYAH6vy.Vumay3XISKjmwQ17QIVJhhIbduSyWDCLm"], ["created_at", "2018-09-10 20:49:27.596845"], ["updated_at", "2018-09-10 20:49:27.596845"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 50], ["key", "user.create"], ["created_at", "2018-09-10 20:49:27.600186"], ["updated_at", "2018-09-10 20:49:27.600186"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 50], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "christophe.kunze@kohler.co"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Antonio"], ["permalink", "antonio-107c48d1"], ["username", "Gonzalo"], ["email", "christophe.kunze@kohler.co"], ["encrypted_password", "$2a$04$n4Q7k2/c3qM5g53JQimwr.oCzLi66T.ae9f8KA58ySoQncwEd5gvq"], ["created_at", "2018-09-10 20:49:27.615027"], ["updated_at", "2018-09-10 20:49:27.615027"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 51], ["key", "user.create"], ["created_at", "2018-09-10 20:49:27.617836"], ["updated_at", "2018-09-10 20:49:27.617836"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 51], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 2]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.8ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "caitlyn@eichmann.co"], ["LIMIT", 1]] User Create (0.9ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Verónica"], ["permalink", "veronica-64981cf1"], ["username", "Marisol"], ["email", "caitlyn@eichmann.co"], ["encrypted_password", "$2a$04$BICKhZ3UfmYLEvxyGlsZgutJABCHXokSIqRXwxuVpkdK73C3bYswC"], ["created_at", "2018-09-10 20:49:27.641607"], ["updated_at", "2018-09-10 20:49:27.641607"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 52], ["key", "user.create"], ["created_at", "2018-09-10 20:49:27.645077"], ["updated_at", "2018-09-10 20:49:27.645077"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 52], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.4ms) BEGIN Role Load (0.9ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (1.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "gideon@mertz.name"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Julio César"], ["permalink", "julio-cesar-769fab1e"], ["username", "Barbara"], ["email", "gideon@mertz.name"], ["encrypted_password", "$2a$04$aAJ2fW4g7f.cMO2Rj5OAAuhD9hnVLBMwNWNXCDi2NHr8iSoSaYGxK"], ["created_at", "2018-09-11 13:56:48.537827"], ["updated_at", "2018-09-11 13:56:48.537827"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 5], ["key", "user.create"], ["created_at", "2018-09-11 13:56:48.577339"], ["updated_at", "2018-09-11 13:56:48.577339"]] User::HABTM_Roles Create (0.7ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 5], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 5], ["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 5], ["LIMIT", 1]] Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 143ms (ActiveRecord: 23.7ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.7ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.4ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "wilton@romaguera.co"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Isabela"], ["permalink", "isabela-a49765fa"], ["username", "Jacobo"], ["email", "wilton@romaguera.co"], ["encrypted_password", "$2a$04$3x2/mD.IgiX/HTUpyIUqoOP0c4gCgzwc2QsZRj8L2Sw/y5ir3/PVm"], ["created_at", "2018-09-11 13:56:48.746776"], ["updated_at", "2018-09-11 13:56:48.746776"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 6], ["key", "user.create"], ["created_at", "2018-09-11 13:56:48.749980"], ["updated_at", "2018-09-11 13:56:48.749980"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 6], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 6], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 6], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.3ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.6ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 6], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 4], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 3], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 2], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.4ms) Completed 200 OK in 45ms (Views: 11.7ms | ActiveRecord: 9.3ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Customize Create (0.5ms) INSERT INTO "customizes" ("file", "installed", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["file", nil], ["installed", true], ["created_at", "2018-09-11 13:56:48.835954"], ["updated_at", "2018-09-11 13:56:48.835954"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Customize"], ["trackable_id", 2], ["key", "customize.create"], ["created_at", "2018-09-11 13:56:48.839502"], ["updated_at", "2018-09-11 13:56:48.839502"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Rosa"], ["LIMIT", 1]] Role Create (1.0ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Rosa"], ["position", 1], ["created_at", "2018-09-11 13:56:48.892635"], ["updated_at", "2018-09-11 13:56:48.892635"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.9ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 4], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Enrique"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Enrique"], ["position", 1], ["created_at", "2018-09-11 13:56:48.903157"], ["updated_at", "2018-09-11 13:56:48.903157"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 5], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Rebeca"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Rebeca"], ["position", 1], ["created_at", "2018-09-11 13:56:48.910334"], ["updated_at", "2018-09-11 13:56:48.910334"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 6]] Permission Create (18.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 6], ["created_at", "2018-09-11 13:56:48.916589"], ["updated_at", "2018-09-11 13:56:48.916589"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 6], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Jorge"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Jorge"], ["position", 1], ["created_at", "2018-09-11 13:56:48.944239"], ["updated_at", "2018-09-11 13:56:48.944239"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 7]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 7], ["created_at", "2018-09-11 13:56:48.949432"], ["updated_at", "2018-09-11 13:56:48.949432"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 7], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 7], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 7], ["LIMIT", 1]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 7], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (1.1ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-09-11 13:56:48.958600"], ["id", 2]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 7], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Agustín"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Agustín"], ["position", 1], ["created_at", "2018-09-11 13:56:48.967425"], ["updated_at", "2018-09-11 13:56:48.967425"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 8]] Permission Create (0.8ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 8], ["created_at", "2018-09-11 13:56:48.971503"], ["updated_at", "2018-09-11 13:56:48.971503"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-09-11 13:56:48.981048"], ["id", 3]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (1.1ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-09-11 13:56:48.989164"], ["id", 3]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Andrea"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Andrea"], ["position", 1], ["created_at", "2018-09-11 13:56:48.998678"], ["updated_at", "2018-09-11 13:56:48.998678"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 9]] Permission Create (0.9ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 9], ["created_at", "2018-09-11 13:56:49.003075"], ["updated_at", "2018-09-11 13:56:49.003075"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.5ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 9], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Jacobo"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Jacobo"], ["position", 1], ["created_at", "2018-09-11 13:56:49.011431"], ["updated_at", "2018-09-11 13:56:49.011431"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 10], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Rodrigo"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Rodrigo"], ["position", 1], ["created_at", "2018-09-11 13:56:49.018046"], ["updated_at", "2018-09-11 13:56:49.018046"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 11]] Permission Create (1.2ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 11], ["created_at", "2018-09-11 13:56:49.022343"], ["updated_at", "2018-09-11 13:56:49.022343"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 11], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (1.2ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-09-11 13:56:49.055038' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (1.0ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Julia"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-09-11 13:56:49.054222"], ["updated_at", "2018-09-11 13:56:49.054222"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 1], ["key", "script.create"], ["created_at", "2018-09-11 13:56:49.061508"], ["updated_at", "2018-09-11 13:56:49.061508"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Script Load (0.4ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.6ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-09-11 13:56:49.071770' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.7ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Benjamín"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-09-11 13:56:49.071209"], ["updated_at", "2018-09-11 13:56:49.071209"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 2], ["key", "script.create"], ["created_at", "2018-09-11 13:56:49.076948"], ["updated_at", "2018-09-11 13:56:49.076948"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.4ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "haley.zulauf@considine.name"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.3ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "terence@lubowitzskiles.info"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.3ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 4], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 3], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 2], ["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.3ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "verda_lebsack@will.org"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "David"], ["permalink", "david-53735efa"], ["username", "Cristobal"], ["email", "verda_lebsack@will.org"], ["encrypted_password", "$2a$04$Igsum/6Qgbgi6PQOq2.X4.eKsP6HXcMhtnFvC.p5f3lunIuV0XP06"], ["created_at", "2018-09-11 13:56:49.160820"], ["updated_at", "2018-09-11 13:56:49.160820"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 7], ["key", "user.create"], ["created_at", "2018-09-11 13:56:49.164390"], ["updated_at", "2018-09-11 13:56:49.164390"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 7], ["role_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "adrain@lakinweimann.biz"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Ramiro"], ["permalink", "ramiro-be0f4325"], ["username", "Gustavo"], ["email", "adrain@lakinweimann.biz"], ["encrypted_password", "$2a$04$pblsYgvI8Vd1P4nLaPrn6eylXVSKwPBAXFXLkWEtYDLnAMfKMs3Su"], ["created_at", "2018-09-11 13:56:49.182267"], ["updated_at", "2018-09-11 13:56:49.182267"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 8], ["key", "user.create"], ["created_at", "2018-09-11 13:56:49.185189"], ["updated_at", "2018-09-11 13:56:49.185189"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 8], ["role_id", 1]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 2]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "izaiah_walsh@littellindgren.biz"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Leticia"], ["permalink", "leticia-54fb4d09"], ["username", "Tomás"], ["email", "izaiah_walsh@littellindgren.biz"], ["encrypted_password", "$2a$04$EexfHQ1UOATH/Th7rR4K8eqAsnIjx90oDBLH69iy/002.hhIPqd.G"], ["created_at", "2018-09-11 13:56:49.214235"], ["updated_at", "2018-09-11 13:56:49.214235"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 9], ["key", "user.create"], ["created_at", "2018-09-11 13:56:49.217729"], ["updated_at", "2018-09-11 13:56:49.217729"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 9], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) BEGIN Role Load (0.8ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (1.0ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (1.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "kasey@grant.info"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Reina"], ["permalink", "reina-f458130c"], ["username", "Estela"], ["email", "kasey@grant.info"], ["encrypted_password", "$2a$04$1jDnrHLDFZQHdDE0As5ONOAVAWLzTOe4y78VhMbMTPBr1lN6VUI5W"], ["created_at", "2018-09-11 14:01:17.869927"], ["updated_at", "2018-09-11 14:01:17.869927"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 10], ["key", "user.create"], ["created_at", "2018-09-11 14:01:17.907657"], ["updated_at", "2018-09-11 14:01:17.907657"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 10], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.2ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 10], ["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 10], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 128ms (ActiveRecord: 21.3ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "martina@stamm.biz"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Yolanda"], ["permalink", "yolanda-7b3cd5d9"], ["username", "Alicia"], ["email", "martina@stamm.biz"], ["encrypted_password", "$2a$04$1W0TDeH2rvVsOYuQMd7FIeugjoCdz1gdzURkuRusGDTSGJnVJOaEq"], ["created_at", "2018-09-11 14:01:18.058649"], ["updated_at", "2018-09-11 14:01:18.058649"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 11], ["key", "user.create"], ["created_at", "2018-09-11 14:01:18.061815"], ["updated_at", "2018-09-11 14:01:18.061815"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 11], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 11], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 11], ["LIMIT", 1]] Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.7ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 11], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 4], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 3], ["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 2], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.3ms) Completed 200 OK in 42ms (Views: 11.2ms | ActiveRecord: 9.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.5ms) BEGIN  (0.5ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Customize Create (0.8ms) INSERT INTO "customizes" ("file", "installed", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["file", nil], ["installed", true], ["created_at", "2018-09-11 14:01:18.162752"], ["updated_at", "2018-09-11 14:01:18.162752"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Customize"], ["trackable_id", 3], ["key", "customize.create"], ["created_at", "2018-09-11 14:01:18.166436"], ["updated_at", "2018-09-11 14:01:18.166436"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.8ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "José Emilio"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "José Emilio"], ["position", 1], ["created_at", "2018-09-11 14:01:18.218174"], ["updated_at", "2018-09-11 14:01:18.218174"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.6ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 12], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Sonia"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Sonia"], ["position", 1], ["created_at", "2018-09-11 14:01:18.226287"], ["updated_at", "2018-09-11 14:01:18.226287"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 13], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Germán"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Germán"], ["position", 1], ["created_at", "2018-09-11 14:01:18.234047"], ["updated_at", "2018-09-11 14:01:18.234047"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 14]] Permission Create (0.8ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 14], ["created_at", "2018-09-11 14:01:18.238258"], ["updated_at", "2018-09-11 14:01:18.238258"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 14], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Homero"], ["LIMIT", 1]] Role Create (0.8ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Homero"], ["position", 1], ["created_at", "2018-09-11 14:01:18.245917"], ["updated_at", "2018-09-11 14:01:18.245917"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 15]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 15], ["created_at", "2018-09-11 14:01:18.250378"], ["updated_at", "2018-09-11 14:01:18.250378"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 15], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 15], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 15], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 15], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-09-11 14:01:18.258435"], ["id", 7]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 15], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Teodoro"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Teodoro"], ["position", 1], ["created_at", "2018-09-11 14:01:18.266080"], ["updated_at", "2018-09-11 14:01:18.266080"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 16]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 16], ["created_at", "2018-09-11 14:01:18.269950"], ["updated_at", "2018-09-11 14:01:18.269950"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.7ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-09-11 14:01:18.276978"], ["id", 8]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-09-11 14:01:18.284102"], ["id", 8]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Sara"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Sara"], ["position", 1], ["created_at", "2018-09-11 14:01:18.290645"], ["updated_at", "2018-09-11 14:01:18.290645"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 17]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 17], ["created_at", "2018-09-11 14:01:18.294718"], ["updated_at", "2018-09-11 14:01:18.294718"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 17], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Ester"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Ester"], ["position", 1], ["created_at", "2018-09-11 14:01:18.301264"], ["updated_at", "2018-09-11 14:01:18.301264"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.3ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 18], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "María Luisa"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "María Luisa"], ["position", 1], ["created_at", "2018-09-11 14:01:18.307016"], ["updated_at", "2018-09-11 14:01:18.307016"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 19]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 19], ["created_at", "2018-09-11 14:01:18.311092"], ["updated_at", "2018-09-11 14:01:18.311092"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 19], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.8ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-09-11 14:01:18.337393' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.4ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Patricia"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-09-11 14:01:18.336639"], ["updated_at", "2018-09-11 14:01:18.336639"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 3], ["key", "script.create"], ["created_at", "2018-09-11 14:01:18.341912"], ["updated_at", "2018-09-11 14:01:18.341912"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Script Update All (0.4ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-09-11 14:01:18.350267' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.3ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Gonzalo"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-09-11 14:01:18.349773"], ["updated_at", "2018-09-11 14:01:18.349773"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 4], ["key", "script.create"], ["created_at", "2018-09-11 14:01:18.353695"], ["updated_at", "2018-09-11 14:01:18.353695"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "marjorie@jaskolskiprosacco.name"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "amani@fishermurazik.name"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.3ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 4], ["LIMIT", 1]] Role Load (0.3ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 3], ["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 2], ["LIMIT", 1]] Role Load (0.3ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "alyce.parker@hoppe.info"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Julio César"], ["permalink", "julio-cesar-04074839"], ["username", "Cristina"], ["email", "alyce.parker@hoppe.info"], ["encrypted_password", "$2a$04$DeezTts5kSmn.xXxAb481ub2d2l4nqL6vDkxC6jfvlkDMPetwakCS"], ["created_at", "2018-09-11 14:01:18.424491"], ["updated_at", "2018-09-11 14:01:18.424491"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 12], ["key", "user.create"], ["created_at", "2018-09-11 14:01:18.428043"], ["updated_at", "2018-09-11 14:01:18.428043"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 12], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "stanford@orn.info"], ["LIMIT", 1]] User Create (1.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Teodoro"], ["permalink", "teodoro-14561555"], ["username", "Patricia"], ["email", "stanford@orn.info"], ["encrypted_password", "$2a$04$uI5i/2oPxZPccRYpyikA6.CnGQvs0fnJsvtqE6NfalReVt7fssIFS"], ["created_at", "2018-09-11 14:01:18.443238"], ["updated_at", "2018-09-11 14:01:18.443238"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 13], ["key", "user.create"], ["created_at", "2018-09-11 14:01:18.447507"], ["updated_at", "2018-09-11 14:01:18.447507"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 13], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 2]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "kailyn_cruickshank@jacobsfeeney.co"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Juana"], ["permalink", "juana-ee1a058a"], ["username", "Micaela"], ["email", "kailyn_cruickshank@jacobsfeeney.co"], ["encrypted_password", "$2a$04$AxY.NnEY9HmKiSv1YAQaFOH0WViYqhLSd9I9G0gv1kkUVioJYvE.G"], ["created_at", "2018-09-11 14:01:18.473017"], ["updated_at", "2018-09-11 14:01:18.473017"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 14], ["key", "user.create"], ["created_at", "2018-09-11 14:01:18.475909"], ["updated_at", "2018-09-11 14:01:18.475909"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 14], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (1.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.6ms) BEGIN Role Load (0.7ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.8ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "mckayla.wiza@lind.org"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Jorge Luis"], ["permalink", "jorge-luis-c36ee83b"], ["username", "José Eduardo"], ["email", "mckayla.wiza@lind.org"], ["encrypted_password", "$2a$04$2W5HG8LhAmvoV.Anv72TY.UFjs8GVPeLRn3id2ElbEkeX.YY5jZ/i"], ["created_at", "2018-09-11 14:06:29.985344"], ["updated_at", "2018-09-11 14:06:29.985344"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 15], ["key", "user.create"], ["created_at", "2018-09-11 14:06:30.024165"], ["updated_at", "2018-09-11 14:06:30.024165"]] User::HABTM_Roles Create (0.6ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 15], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.1ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 15], ["LIMIT", 1]] Role Load (1.0ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 15], ["LIMIT", 1]] Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 124ms (ActiveRecord: 32.1ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "kathryne@ledner.co"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Óscar"], ["permalink", "oscar-8a901aa0"], ["username", "Alfonso"], ["email", "kathryne@ledner.co"], ["encrypted_password", "$2a$04$l6eXq1dUNJ/b3aHI3lP5.OYfR9iNDIwA0.9q8YzlREUk51bc9KfBW"], ["created_at", "2018-09-11 14:06:30.171904"], ["updated_at", "2018-09-11 14:06:30.171904"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 16], ["key", "user.create"], ["created_at", "2018-09-11 14:06:30.174973"], ["updated_at", "2018-09-11 14:06:30.174973"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 16], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 16], ["LIMIT", 1]] Role Load (1.0ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 16], ["LIMIT", 1]] Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.7ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 16], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 4], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 3], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 2], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.5ms) Completed 200 OK in 44ms (Views: 11.5ms | ActiveRecord: 10.2ms)  (0.5ms) ROLLBACK  (0.6ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Customize Create (0.7ms) INSERT INTO "customizes" ("file", "installed", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["file", nil], ["installed", true], ["created_at", "2018-09-11 14:06:30.257504"], ["updated_at", "2018-09-11 14:06:30.257504"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Customize"], ["trackable_id", 4], ["key", "customize.create"], ["created_at", "2018-09-11 14:06:30.261020"], ["updated_at", "2018-09-11 14:06:30.261020"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Susana"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Susana"], ["position", 1], ["created_at", "2018-09-11 14:06:30.310903"], ["updated_at", "2018-09-11 14:06:30.310903"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.6ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 20], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Sonia"], ["LIMIT", 1]] Role Create (0.3ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Sonia"], ["position", 1], ["created_at", "2018-09-11 14:06:30.318236"], ["updated_at", "2018-09-11 14:06:30.318236"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 21], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Salvador"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Salvador"], ["position", 1], ["created_at", "2018-09-11 14:06:30.325629"], ["updated_at", "2018-09-11 14:06:30.325629"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.8ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 22]] Permission Create (1.2ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 22], ["created_at", "2018-09-11 14:06:30.330734"], ["updated_at", "2018-09-11 14:06:30.330734"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 22], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Enrique"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Enrique"], ["position", 1], ["created_at", "2018-09-11 14:06:30.338596"], ["updated_at", "2018-09-11 14:06:30.338596"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 23]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 23], ["created_at", "2018-09-11 14:06:30.342900"], ["updated_at", "2018-09-11 14:06:30.342900"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 23], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 23], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 23], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 23], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-09-11 14:06:30.351103"], ["id", 12]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 23], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Ester"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Ester"], ["position", 1], ["created_at", "2018-09-11 14:06:30.358703"], ["updated_at", "2018-09-11 14:06:30.358703"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 24]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 24], ["created_at", "2018-09-11 14:06:30.362848"], ["updated_at", "2018-09-11 14:06:30.362848"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-09-11 14:06:30.370530"], ["id", 13]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]] Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-09-11 14:06:30.376845"], ["id", 13]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Luis Miguel"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Luis Miguel"], ["position", 1], ["created_at", "2018-09-11 14:06:30.383283"], ["updated_at", "2018-09-11 14:06:30.383283"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 25]] Permission Create (0.4ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 25], ["created_at", "2018-09-11 14:06:30.387593"], ["updated_at", "2018-09-11 14:06:30.387593"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.5ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 25], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Carla"], ["LIMIT", 1]] Role Create (1.2ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Carla"], ["position", 1], ["created_at", "2018-09-11 14:06:30.395036"], ["updated_at", "2018-09-11 14:06:30.395036"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Permission Exists (1.1ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 26], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Gerardo"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Gerardo"], ["position", 1], ["created_at", "2018-09-11 14:06:30.405751"], ["updated_at", "2018-09-11 14:06:30.405751"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 27]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 27], ["created_at", "2018-09-11 14:06:30.409587"], ["updated_at", "2018-09-11 14:06:30.409587"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 27], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.9ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-09-11 14:06:30.441609' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.7ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Santiago"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-09-11 14:06:30.440755"], ["updated_at", "2018-09-11 14:06:30.440755"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 5], ["key", "script.create"], ["created_at", "2018-09-11 14:06:30.446983"], ["updated_at", "2018-09-11 14:06:30.446983"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Script Load (0.8ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (3.7ms) ROLLBACK  (0.7ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Script Update All (0.7ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-09-11 14:06:30.466375' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.6ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Débora"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-09-11 14:06:30.465176"], ["updated_at", "2018-09-11 14:06:30.465176"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 6], ["key", "script.create"], ["created_at", "2018-09-11 14:06:30.471785"], ["updated_at", "2018-09-11 14:06:30.471785"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.4ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "jerry.prosacco@hilpertfisher.biz"], ["LIMIT", 1]]  (0.5ms) ROLLBACK  (0.3ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.9ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.7ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "mikel@hills.info"], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.4ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 4], ["LIMIT", 1]] Role Load (0.3ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 3], ["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 2], ["LIMIT", 1]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "baylee_harvey@mohrbayer.name"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Arturo"], ["permalink", "arturo-87889b0e"], ["username", "Manuela"], ["email", "baylee_harvey@mohrbayer.name"], ["encrypted_password", "$2a$04$jxrof717qQYzsjFcauaCdulA8QJGLQAQhOz3VR74swG745yEw4Vba"], ["created_at", "2018-09-11 14:06:30.547801"], ["updated_at", "2018-09-11 14:06:30.547801"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 17], ["key", "user.create"], ["created_at", "2018-09-11 14:06:30.551364"], ["updated_at", "2018-09-11 14:06:30.551364"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 17], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "elouise@reynolds.net"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Luisa"], ["permalink", "luisa-a72543b9"], ["username", "María del Carmen"], ["email", "elouise@reynolds.net"], ["encrypted_password", "$2a$04$IYexATRkRNTXF2qb9Ugm0eYHAK2y/MCW8yuNZF3uhIJynPpLwPV4C"], ["created_at", "2018-09-11 14:06:30.567422"], ["updated_at", "2018-09-11 14:06:30.567422"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 18], ["key", "user.create"], ["created_at", "2018-09-11 14:06:30.570458"], ["updated_at", "2018-09-11 14:06:30.570458"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 18], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 2]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.4ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "tommie@funk.co"], ["LIMIT", 1]] User Create (0.9ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Carolina"], ["permalink", "carolina-25aba53f"], ["username", "Jerónimo"], ["email", "tommie@funk.co"], ["encrypted_password", "$2a$04$oMkrgbegABJcqdy3ywhQfe4f6YIDvQU3Tk1eJI4p4wokUvQIXEzxy"], ["created_at", "2018-09-11 14:06:30.595233"], ["updated_at", "2018-09-11 14:06:30.595233"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 19], ["key", "user.create"], ["created_at", "2018-09-11 14:06:30.600246"], ["updated_at", "2018-09-11 14:06:30.600246"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 19], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (1.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.8ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "mariane@brown.io"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Daniel"], ["permalink", "daniel-e04a8db1"], ["username", "César"], ["email", "mariane@brown.io"], ["encrypted_password", "$2a$04$vmEBL8G6VH3.OR0QLcrgoOD9yLVtfl1r3pqGq3xT6wnNVQt0DMTsO"], ["created_at", "2018-09-11 14:11:16.611366"], ["updated_at", "2018-09-11 14:11:16.611366"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 20], ["key", "user.create"], ["created_at", "2018-09-11 14:11:16.648591"], ["updated_at", "2018-09-11 14:11:16.648591"]] User::HABTM_Roles Create (0.6ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 20], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.8ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.1ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 20], ["LIMIT", 1]] Role Load (0.9ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 20], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 128ms (ActiveRecord: 21.2ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "marjory_lynch@greenfelder.co"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Mateo"], ["permalink", "mateo-7f137757"], ["username", "Mateo"], ["email", "marjory_lynch@greenfelder.co"], ["encrypted_password", "$2a$04$9/hd7Is09bDjLGOVEuzaIene6TqfpEXsmTbLicJhlvPb9xijhVOky"], ["created_at", "2018-09-11 14:11:16.799511"], ["updated_at", "2018-09-11 14:11:16.799511"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 21], ["key", "user.create"], ["created_at", "2018-09-11 14:11:16.802483"], ["updated_at", "2018-09-11 14:11:16.802483"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 21], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 21], ["LIMIT", 1]] Role Load (0.8ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 21], ["LIMIT", 1]] Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (1.0ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 21], ["LIMIT", 1]] Role Load (0.8ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 4], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 3], ["LIMIT", 1]] Role Load (1.4ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 2], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.4ms) Completed 200 OK in 50ms (Views: 11.0ms | ActiveRecord: 12.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Customize Create (0.6ms) INSERT INTO "customizes" ("file", "installed", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["file", nil], ["installed", true], ["created_at", "2018-09-11 14:11:16.888227"], ["updated_at", "2018-09-11 14:11:16.888227"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Customize"], ["trackable_id", 5], ["key", "customize.create"], ["created_at", "2018-09-11 14:11:16.891535"], ["updated_at", "2018-09-11 14:11:16.891535"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Diana"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Diana"], ["position", 1], ["created_at", "2018-09-11 14:11:16.937328"], ["updated_at", "2018-09-11 14:11:16.937328"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.5ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 28], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "José Luis"], ["LIMIT", 1]] Role Create (17.8ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "José Luis"], ["position", 1], ["created_at", "2018-09-11 14:11:16.944235"], ["updated_at", "2018-09-11 14:11:16.944235"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 29], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Elsa"], ["LIMIT", 1]] Role Create (1.0ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Elsa"], ["position", 1], ["created_at", "2018-09-11 14:11:16.970804"], ["updated_at", "2018-09-11 14:11:16.970804"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.7ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 30]] Permission Create (1.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 30], ["created_at", "2018-09-11 14:11:16.976376"], ["updated_at", "2018-09-11 14:11:16.976376"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 30], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Josefina"], ["LIMIT", 1]] Role Create (0.7ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Josefina"], ["position", 1], ["created_at", "2018-09-11 14:11:16.987364"], ["updated_at", "2018-09-11 14:11:16.987364"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 31]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 31], ["created_at", "2018-09-11 14:11:16.992218"], ["updated_at", "2018-09-11 14:11:16.992218"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 31], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 31], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 31], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 31], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-09-11 14:11:17.000791"], ["id", 17]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 31], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Conchita"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Conchita"], ["position", 1], ["created_at", "2018-09-11 14:11:17.007755"], ["updated_at", "2018-09-11 14:11:17.007755"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 32]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 32], ["created_at", "2018-09-11 14:11:17.011612"], ["updated_at", "2018-09-11 14:11:17.011612"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 32], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 32], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 32], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 32], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-09-11 14:11:17.019309"], ["id", 18]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 32], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 32], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 32], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 32], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-09-11 14:11:17.026043"], ["id", 18]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 32], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Marilu"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Marilu"], ["position", 1], ["created_at", "2018-09-11 14:11:17.033391"], ["updated_at", "2018-09-11 14:11:17.033391"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 33]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 33], ["created_at", "2018-09-11 14:11:17.037200"], ["updated_at", "2018-09-11 14:11:17.037200"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 33], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Rodrigo"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Rodrigo"], ["position", 1], ["created_at", "2018-09-11 14:11:17.043799"], ["updated_at", "2018-09-11 14:11:17.043799"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 34], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Elena"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Elena"], ["position", 1], ["created_at", "2018-09-11 14:11:17.050600"], ["updated_at", "2018-09-11 14:11:17.050600"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 35]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 35], ["created_at", "2018-09-11 14:11:17.054410"], ["updated_at", "2018-09-11 14:11:17.054410"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 35], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Script Update All (0.6ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-09-11 14:11:17.083751' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.4ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Natalia"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-09-11 14:11:17.082978"], ["updated_at", "2018-09-11 14:11:17.082978"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 7], ["key", "script.create"], ["created_at", "2018-09-11 14:11:17.087658"], ["updated_at", "2018-09-11 14:11:17.087658"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.4ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-09-11 14:11:17.095264' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.4ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Alfredo"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-09-11 14:11:17.094811"], ["updated_at", "2018-09-11 14:11:17.094811"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 8], ["key", "script.create"], ["created_at", "2018-09-11 14:11:17.098858"], ["updated_at", "2018-09-11 14:11:17.098858"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 8], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.8ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "cortez.turner@hegmann.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "fleta.hayes@mante.biz"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.3ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 4], ["LIMIT", 1]] Role Load (0.3ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 3], ["LIMIT", 1]] Role Load (0.3ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 2], ["LIMIT", 1]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "anahi.rippin@toy.co"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Martín"], ["permalink", "martin-f2e83eb3"], ["username", "Nicolás"], ["email", "anahi.rippin@toy.co"], ["encrypted_password", "$2a$04$XUfng6S7Exgn/jm6PseZsu0sE49EzF.P9JDOVI5jte/naX0Z5QuCG"], ["created_at", "2018-09-11 14:11:17.163298"], ["updated_at", "2018-09-11 14:11:17.163298"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 22], ["key", "user.create"], ["created_at", "2018-09-11 14:11:17.166643"], ["updated_at", "2018-09-11 14:11:17.166643"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 22], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN Role Load (0.7ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.5ms) SAVEPOINT active_record_1 Role Exists (0.9ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "miouri_leannon@flatley.biz"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Julio"], ["permalink", "julio-1f5bcc73"], ["username", "Alejandro"], ["email", "miouri_leannon@flatley.biz"], ["encrypted_password", "$2a$04$1RoFtGHVDXgQcsrz/9yAo.XJTr8wpi/P1./jkwcPG3JVHib9QzQIG"], ["created_at", "2018-09-11 14:11:17.184854"], ["updated_at", "2018-09-11 14:11:17.184854"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 23], ["key", "user.create"], ["created_at", "2018-09-11 14:11:17.187772"], ["updated_at", "2018-09-11 14:11:17.187772"]] User::HABTM_Roles Create (0.6ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 23], ["role_id", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 2]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "carrie.pagac@bednareichmann.co"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Beatriz"], ["permalink", "beatriz-95e18c48"], ["username", "Germán"], ["email", "carrie.pagac@bednareichmann.co"], ["encrypted_password", "$2a$04$3hOrG.z.YYapzE0xe4oAiehuNV7PW3YsSVSUXyucL.kZuIt2UTNTq"], ["created_at", "2018-09-11 14:11:17.211865"], ["updated_at", "2018-09-11 14:11:17.211865"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 24], ["key", "user.create"], ["created_at", "2018-09-11 14:11:17.215037"], ["updated_at", "2018-09-11 14:11:17.215037"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 24], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.5ms) ROLLBACK  (1.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) BEGIN Role Load (1.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.9ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "zita.goldner@swaniawski.biz"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Óscar"], ["permalink", "oscar-3c35285c"], ["username", "Raquel"], ["email", "zita.goldner@swaniawski.biz"], ["encrypted_password", "$2a$04$Iwk6fm/XAaTPvWZyuXVJuOfemvlZFTdZDyyWnd2fcwS9VRLJqdVLa"], ["created_at", "2018-09-14 15:23:58.815131"], ["updated_at", "2018-09-14 15:23:58.815131"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 3], ["key", "user.create"], ["created_at", "2018-09-14 15:23:58.849857"], ["updated_at", "2018-09-14 15:23:58.849857"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 3], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.8ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 3], ["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 3], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 130ms (ActiveRecord: 23.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "harmony_rowe@jenkins.net"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Estela"], ["permalink", "estela-9becbd13"], ["username", "Patricia"], ["email", "harmony_rowe@jenkins.net"], ["encrypted_password", "$2a$04$iIvCLJp2D3Tg845gH1tbRu9m53FmuirJCZpn5nIMmFvhTj/wEnqyC"], ["created_at", "2018-09-14 15:23:59.003639"], ["updated_at", "2018-09-14 15:23:59.003639"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 4], ["key", "user.create"], ["created_at", "2018-09-14 15:23:59.006775"], ["updated_at", "2018-09-14 15:23:59.006775"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 4], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.3ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.3ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 4], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 4], ["LIMIT", 1]] Setting Load (0.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.7ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 4], ["LIMIT", 1]] Role Load (1.2ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 2], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.4ms) Completed 200 OK in 38ms (Views: 12.1ms | ActiveRecord: 7.9ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Customize Create (54.6ms) INSERT INTO "customizes" ("file", "installed", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["file", nil], ["installed", true], ["created_at", "2018-09-14 15:23:59.084866"], ["updated_at", "2018-09-14 15:23:59.084866"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Customize"], ["trackable_id", 2], ["key", "customize.create"], ["created_at", "2018-09-14 15:23:59.142311"], ["updated_at", "2018-09-14 15:23:59.142311"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Felipe"], ["LIMIT", 1]] Role Create (12.2ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Felipe"], ["position", 1], ["created_at", "2018-09-14 15:23:59.192942"], ["updated_at", "2018-09-14 15:23:59.192942"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.6ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 4], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Sara"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Sara"], ["position", 1], ["created_at", "2018-09-14 15:23:59.212479"], ["updated_at", "2018-09-14 15:23:59.212479"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 5], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Joaquín"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Joaquín"], ["position", 1], ["created_at", "2018-09-14 15:23:59.221925"], ["updated_at", "2018-09-14 15:23:59.221925"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 6]] Permission Create (0.9ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 6], ["created_at", "2018-09-14 15:23:59.226515"], ["updated_at", "2018-09-14 15:23:59.226515"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 6], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (1.0ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Mateo"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Mateo"], ["position", 1], ["created_at", "2018-09-14 15:23:59.236689"], ["updated_at", "2018-09-14 15:23:59.236689"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 7]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 7], ["created_at", "2018-09-14 15:23:59.241331"], ["updated_at", "2018-09-14 15:23:59.241331"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 7], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 7], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 7], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 7], ["LIMIT", 1]]  (0.5ms) SAVEPOINT active_record_1 Permission Update (0.8ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-09-14 15:23:59.250586"], ["id", 23]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 7], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Martín"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Martín"], ["position", 1], ["created_at", "2018-09-14 15:23:59.259516"], ["updated_at", "2018-09-14 15:23:59.259516"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 8]] Permission Create (0.9ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 8], ["created_at", "2018-09-14 15:23:59.264311"], ["updated_at", "2018-09-14 15:23:59.264311"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.7ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-09-14 15:23:59.277648"], ["id", 24]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Permission Update (0.7ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-09-14 15:23:59.291474"], ["id", 24]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Sergio"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Sergio"], ["position", 1], ["created_at", "2018-09-14 15:23:59.304450"], ["updated_at", "2018-09-14 15:23:59.304450"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 9]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 9], ["created_at", "2018-09-14 15:23:59.310930"], ["updated_at", "2018-09-14 15:23:59.310930"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.8ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 9], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Marisol"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Marisol"], ["position", 1], ["created_at", "2018-09-14 15:23:59.322516"], ["updated_at", "2018-09-14 15:23:59.322516"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 10], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.7ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Rocio"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Rocio"], ["position", 1], ["created_at", "2018-09-14 15:23:59.333608"], ["updated_at", "2018-09-14 15:23:59.333608"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 11]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 11], ["created_at", "2018-09-14 15:23:59.339681"], ["updated_at", "2018-09-14 15:23:59.339681"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 11], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.8ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-09-14 15:23:59.382464' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.6ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Estela"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-09-14 15:23:59.380975"], ["updated_at", "2018-09-14 15:23:59.380975"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 2], ["key", "script.create"], ["created_at", "2018-09-14 15:23:59.389536"], ["updated_at", "2018-09-14 15:23:59.389536"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Script Update All (0.6ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-09-14 15:23:59.404532' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.5ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Luis"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-09-14 15:23:59.403062"], ["updated_at", "2018-09-14 15:23:59.403062"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 3], ["key", "script.create"], ["created_at", "2018-09-14 15:23:59.410050"], ["updated_at", "2018-09-14 15:23:59.410050"]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Script Load (0.4ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "john.rosenbaum@kuphal.net"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "hipolito.prosacco@gerlachkovacek.name"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.8ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 2], ["LIMIT", 1]] Role Load (0.8ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (1.1ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.9ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "demond_hauck@satterfield.biz"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Juan"], ["permalink", "juan-056e8c49"], ["username", "Soledad"], ["email", "demond_hauck@satterfield.biz"], ["encrypted_password", "$2a$04$uuFZnuiqkw7WMiNXEZNJpep3l6AZnTdLj8nLAdAPcvipsRuxZlR0e"], ["created_at", "2018-09-14 15:23:59.508211"], ["updated_at", "2018-09-14 15:23:59.508211"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 5], ["key", "user.create"], ["created_at", "2018-09-14 15:23:59.511594"], ["updated_at", "2018-09-14 15:23:59.511594"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 5], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "patience.walter@hyatt.net"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Roberto"], ["permalink", "roberto-e2219edc"], ["username", "Emilio"], ["email", "patience.walter@hyatt.net"], ["encrypted_password", "$2a$04$W13VkshmNuHyowEj5.IoMusDVc97ulsuOB86ung1AW6KIgYfHqnjO"], ["created_at", "2018-09-14 15:23:59.531734"], ["updated_at", "2018-09-14 15:23:59.531734"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 6], ["key", "user.create"], ["created_at", "2018-09-14 15:23:59.536953"], ["updated_at", "2018-09-14 15:23:59.536953"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 6], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 2]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "fiona.renner@spinka.com"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Vicente"], ["permalink", "vicente-45912046"], ["username", "Sancho"], ["email", "fiona.renner@spinka.com"], ["encrypted_password", "$2a$04$cZ2iReOfaiJVQhBpWVBJa.6ubYBxXlM7bZBC.2ltszCymNQLNIxAG"], ["created_at", "2018-09-14 15:23:59.565736"], ["updated_at", "2018-09-14 15:23:59.565736"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 7], ["key", "user.create"], ["created_at", "2018-09-14 15:23:59.569352"], ["updated_at", "2018-09-14 15:23:59.569352"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 7], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) BEGIN Role Load (1.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.4ms) SAVEPOINT active_record_1 Role Exists (1.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (1.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "brennon.larson@volkman.name"], ["LIMIT", 1]] User Create (0.8ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Hugo"], ["permalink", "hugo-f5a8b3e5"], ["username", "Manuel"], ["email", "brennon.larson@volkman.name"], ["encrypted_password", "$2a$04$qb4C3iuz75KgpkjIe.V7BuiFuRrEyj8u9J8QuPxIFhNcO5iWInLk2"], ["created_at", "2018-09-14 15:44:18.752042"], ["updated_at", "2018-09-14 15:44:18.752042"]] PublicActivity::Activity Create (3.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 8], ["key", "user.create"], ["created_at", "2018-09-14 15:44:18.799113"], ["updated_at", "2018-09-14 15:44:18.799113"]] User::HABTM_Roles Create (1.7ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 8], ["role_id", 1]]  (0.6ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.8ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.9ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 8], ["LIMIT", 1]] Role Load (0.8ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 8], ["LIMIT", 1]] Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 182ms (ActiveRecord: 58.5ms)  (2.7ms) ROLLBACK  (0.8ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.6ms) SAVEPOINT active_record_1 Role Exists (1.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "myrtie@kirlin.info"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Lorena"], ["permalink", "lorena-4b0b4dbd"], ["username", "Inés"], ["email", "myrtie@kirlin.info"], ["encrypted_password", "$2a$04$vUCywjWynJJRxoPX0xIWgOM.yf2XqV0GFZwIxfpoL0Hw3cQwcGHSS"], ["created_at", "2018-09-14 15:44:19.029665"], ["updated_at", "2018-09-14 15:44:19.029665"]] PublicActivity::Activity Create (1.2ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 9], ["key", "user.create"], ["created_at", "2018-09-14 15:44:19.037447"], ["updated_at", "2018-09-14 15:44:19.037447"]] User::HABTM_Roles Create (2.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 9], ["role_id", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.3ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (3.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 9], ["LIMIT", 1]] Role Load (0.9ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 9], ["LIMIT", 1]] Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (1.2ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.9ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 9], ["LIMIT", 1]] Role Load (0.9ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 2], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.6ms) Completed 200 OK in 64ms (Views: 18.2ms | ActiveRecord: 15.5ms)  (0.6ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.7ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Customize Create (0.9ms) INSERT INTO "customizes" ("file", "installed", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["file", nil], ["installed", true], ["created_at", "2018-09-14 15:44:19.178495"], ["updated_at", "2018-09-14 15:44:19.178495"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Customize"], ["trackable_id", 3], ["key", "customize.create"], ["created_at", "2018-09-14 15:44:19.185299"], ["updated_at", "2018-09-14 15:44:19.185299"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.8ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.8ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Andrés"], ["LIMIT", 1]] Role Create (0.7ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Andrés"], ["position", 1], ["created_at", "2018-09-14 15:44:19.258988"], ["updated_at", "2018-09-14 15:44:19.258988"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.8ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 12], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (1.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Octavio"], ["LIMIT", 1]] Role Create (0.7ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Octavio"], ["position", 1], ["created_at", "2018-09-14 15:44:19.268992"], ["updated_at", "2018-09-14 15:44:19.268992"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 13], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Rodrigo"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Rodrigo"], ["position", 1], ["created_at", "2018-09-14 15:44:19.277436"], ["updated_at", "2018-09-14 15:44:19.277436"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 14]] Permission Create (1.2ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 14], ["created_at", "2018-09-14 15:44:19.282278"], ["updated_at", "2018-09-14 15:44:19.282278"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (1.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 14], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Teresa"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Teresa"], ["position", 1], ["created_at", "2018-09-14 15:44:19.292439"], ["updated_at", "2018-09-14 15:44:19.292439"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 15]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 15], ["created_at", "2018-09-14 15:44:19.296744"], ["updated_at", "2018-09-14 15:44:19.296744"]]  (1.1ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 15], ["LIMIT", 1]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 15], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 15], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 15], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.7ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-09-14 15:44:19.308263"], ["id", 28]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 15], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Estela"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Estela"], ["position", 1], ["created_at", "2018-09-14 15:44:19.316578"], ["updated_at", "2018-09-14 15:44:19.316578"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 16]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 16], ["created_at", "2018-09-14 15:44:19.321315"], ["updated_at", "2018-09-14 15:44:19.321315"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-09-14 15:44:19.330354"], ["id", 29]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.8ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-09-14 15:44:19.340333"], ["id", 29]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Sara"], ["LIMIT", 1]] Role Create (0.8ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Sara"], ["position", 1], ["created_at", "2018-09-14 15:44:19.349666"], ["updated_at", "2018-09-14 15:44:19.349666"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 17]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 17], ["created_at", "2018-09-14 15:44:19.354949"], ["updated_at", "2018-09-14 15:44:19.354949"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.5ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 17], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Inés"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Inés"], ["position", 1], ["created_at", "2018-09-14 15:44:19.362589"], ["updated_at", "2018-09-14 15:44:19.362589"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.5ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 18], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Gerardo"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Gerardo"], ["position", 1], ["created_at", "2018-09-14 15:44:19.370390"], ["updated_at", "2018-09-14 15:44:19.370390"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 19]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 19], ["created_at", "2018-09-14 15:44:19.374269"], ["updated_at", "2018-09-14 15:44:19.374269"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 19], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Script Update All (1.0ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-09-14 15:44:19.415729' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (1.2ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Margarita"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-09-14 15:44:19.414489"], ["updated_at", "2018-09-14 15:44:19.414489"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 6], ["key", "script.create"], ["created_at", "2018-09-14 15:44:19.423089"], ["updated_at", "2018-09-14 15:44:19.423089"]]  (2.6ms) RELEASE SAVEPOINT active_record_1 Script Load (0.5ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.7ms) BEGIN  (1.0ms) ROLLBACK  (0.6ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Script Update All (0.7ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-09-14 15:44:19.447301' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.6ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Emilio"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-09-14 15:44:19.446351"], ["updated_at", "2018-09-14 15:44:19.446351"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 7], ["key", "script.create"], ["created_at", "2018-09-14 15:44:19.453078"], ["updated_at", "2018-09-14 15:44:19.453078"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Script Load (0.5ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.7ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (1.0ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "ceasar.langosh@okongutmann.info"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.8ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.9ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.5ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "roxane@ernser.co"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 2], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.3ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.6ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "zella@lind.net"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Carlota"], ["permalink", "carlota-97441354"], ["username", "Rebeca"], ["email", "zella@lind.net"], ["encrypted_password", "$2a$04$WTeOnzMd1TLDQVS72ndtceb5I50HUpkSX1OTdLTkxITFtMz3Gn8Jq"], ["created_at", "2018-09-14 15:44:19.547378"], ["updated_at", "2018-09-14 15:44:19.547378"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 10], ["key", "user.create"], ["created_at", "2018-09-14 15:44:19.551567"], ["updated_at", "2018-09-14 15:44:19.551567"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 10], ["role_id", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.8ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "sydnie@blandaparisian.name"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Teresa"], ["permalink", "teresa-6d9e7a4a"], ["username", "Sofia"], ["email", "sydnie@blandaparisian.name"], ["encrypted_password", "$2a$04$5rO39/3haThk0xZYUQ/Xj.Tde64Hj5CH6lSnTwQ8EQrx3Hhx24rBy"], ["created_at", "2018-09-14 15:44:19.574961"], ["updated_at", "2018-09-14 15:44:19.574961"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 11], ["key", "user.create"], ["created_at", "2018-09-14 15:44:19.578890"], ["updated_at", "2018-09-14 15:44:19.578890"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 11], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 2]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "una@sauer.name"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Elvira"], ["permalink", "elvira-fdbed68b"], ["username", "Esperanza"], ["email", "una@sauer.name"], ["encrypted_password", "$2a$04$y5Z2jRj0HNNvZZ7MRKjIK.fJVuQk33kT7SPVPjYKcf757NuczxufS"], ["created_at", "2018-09-14 15:44:19.605439"], ["updated_at", "2018-09-14 15:44:19.605439"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 12], ["key", "user.create"], ["created_at", "2018-09-14 15:44:19.608688"], ["updated_at", "2018-09-14 15:44:19.608688"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 12], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) BEGIN Role Load (0.8ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "kyleigh_fahey@senger.net"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Mónica"], ["permalink", "monica-792305ee"], ["username", "Micaela"], ["email", "kyleigh_fahey@senger.net"], ["encrypted_password", "$2a$04$a.O32Kn.StR0hqMptDvkNuNn3YfHEjr44GCoBc1003Zevcxq5X5Wi"], ["created_at", "2018-09-14 15:45:03.837989"], ["updated_at", "2018-09-14 15:45:03.837989"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 13], ["key", "user.create"], ["created_at", "2018-09-14 15:45:03.874593"], ["updated_at", "2018-09-14 15:45:03.874593"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 13], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 13], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 13], ["LIMIT", 1]] Setting Load (0.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 138ms (ActiveRecord: 42.5ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "shanelle.heel@lockmanpollich.net"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Soledad"], ["permalink", "soledad-0300d3a0"], ["username", "Adela"], ["email", "shanelle.heel@lockmanpollich.net"], ["encrypted_password", "$2a$04$fw1jsSNWcM/z0ZCLEht8A.y1uD1PGVDu7M.Hlmq/y9Qwzg5XKGsJ."], ["created_at", "2018-09-14 15:45:04.038030"], ["updated_at", "2018-09-14 15:45:04.038030"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 14], ["key", "user.create"], ["created_at", "2018-09-14 15:45:04.042549"], ["updated_at", "2018-09-14 15:45:04.042549"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 14], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 14], ["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 14], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.7ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 14], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 2], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.5ms) Completed 200 OK in 45ms (Views: 11.7ms | ActiveRecord: 8.3ms)  (0.9ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Customize Create (0.6ms) INSERT INTO "customizes" ("file", "installed", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["file", nil], ["installed", true], ["created_at", "2018-09-14 15:45:04.130910"], ["updated_at", "2018-09-14 15:45:04.130910"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Customize"], ["trackable_id", 4], ["key", "customize.create"], ["created_at", "2018-09-14 15:45:04.134950"], ["updated_at", "2018-09-14 15:45:04.134950"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.4ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Catalina"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Catalina"], ["position", 1], ["created_at", "2018-09-14 15:45:04.185287"], ["updated_at", "2018-09-14 15:45:04.185287"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.5ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 20], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Mariana"], ["LIMIT", 1]] Role Create (0.9ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Mariana"], ["position", 1], ["created_at", "2018-09-14 15:45:04.192863"], ["updated_at", "2018-09-14 15:45:04.192863"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 21], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (1.5ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Daniela"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Daniela"], ["position", 1], ["created_at", "2018-09-14 15:45:04.203456"], ["updated_at", "2018-09-14 15:45:04.203456"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 22]] Permission Create (0.9ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 22], ["created_at", "2018-09-14 15:45:04.208339"], ["updated_at", "2018-09-14 15:45:04.208339"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 22], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Armando"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Armando"], ["position", 1], ["created_at", "2018-09-14 15:45:04.216417"], ["updated_at", "2018-09-14 15:45:04.216417"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 23]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 23], ["created_at", "2018-09-14 15:45:04.220895"], ["updated_at", "2018-09-14 15:45:04.220895"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 23], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 23], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 23], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 23], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-09-14 15:45:04.229408"], ["id", 33]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 23], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Emilia"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Emilia"], ["position", 1], ["created_at", "2018-09-14 15:45:04.237079"], ["updated_at", "2018-09-14 15:45:04.237079"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 24]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 24], ["created_at", "2018-09-14 15:45:04.241227"], ["updated_at", "2018-09-14 15:45:04.241227"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Permission Update (0.7ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-09-14 15:45:04.249992"], ["id", 34]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]]  (0.9ms) SAVEPOINT active_record_1 Permission Update (0.8ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-09-14 15:45:04.258401"], ["id", 34]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Leonor"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Leonor"], ["position", 1], ["created_at", "2018-09-14 15:45:04.266105"], ["updated_at", "2018-09-14 15:45:04.266105"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 25]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 25], ["created_at", "2018-09-14 15:45:04.270542"], ["updated_at", "2018-09-14 15:45:04.270542"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 25], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Lorenzo"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Lorenzo"], ["position", 1], ["created_at", "2018-09-14 15:45:04.277345"], ["updated_at", "2018-09-14 15:45:04.277345"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 26], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Vicente"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Vicente"], ["position", 1], ["created_at", "2018-09-14 15:45:04.284047"], ["updated_at", "2018-09-14 15:45:04.284047"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 27]] Permission Create (1.0ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 27], ["created_at", "2018-09-14 15:45:04.288123"], ["updated_at", "2018-09-14 15:45:04.288123"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 27], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.8ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-09-14 15:45:04.318191' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (1.1ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Andrea"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-09-14 15:45:04.317253"], ["updated_at", "2018-09-14 15:45:04.317253"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 8], ["key", "script.create"], ["created_at", "2018-09-14 15:45:04.323438"], ["updated_at", "2018-09-14 15:45:04.323438"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.5ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-09-14 15:45:04.332177' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.4ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Isabela"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-09-14 15:45:04.331692"], ["updated_at", "2018-09-14 15:45:04.331692"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 9], ["key", "script.create"], ["created_at", "2018-09-14 15:45:04.336082"], ["updated_at", "2018-09-14 15:45:04.336082"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.4ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 9], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.7ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "montana@heathcote.net"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.9ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "darion@jacobsoncremin.com"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.8ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 2], ["LIMIT", 1]] Role Load (0.8ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "amari@rolfson.biz"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Ramiro"], ["permalink", "ramiro-b113c3d2"], ["username", "Jaime"], ["email", "amari@rolfson.biz"], ["encrypted_password", "$2a$04$kzWfyrDoFWZ0y7p3Uhoe7O05ypuDuRA3Sput84PuymHC5j/sZTb2a"], ["created_at", "2018-09-14 15:45:04.415733"], ["updated_at", "2018-09-14 15:45:04.415733"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 15], ["key", "user.create"], ["created_at", "2018-09-14 15:45:04.420303"], ["updated_at", "2018-09-14 15:45:04.420303"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 15], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "columbus_gorczany@schadenwilliamson.net"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Alicia"], ["permalink", "alicia-6ebf7a09"], ["username", "David"], ["email", "columbus_gorczany@schadenwilliamson.net"], ["encrypted_password", "$2a$04$.ibIvW1OoeoOrCHWwEUmS.a5t9kPPfBKbCBE6DWILLA3qSOvdoz76"], ["created_at", "2018-09-14 15:45:04.438255"], ["updated_at", "2018-09-14 15:45:04.438255"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 16], ["key", "user.create"], ["created_at", "2018-09-14 15:45:04.441277"], ["updated_at", "2018-09-14 15:45:04.441277"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 16], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 2]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "aisha@bayer.name"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Rebeca"], ["permalink", "rebeca-0ddedfd3"], ["username", "Anita"], ["email", "aisha@bayer.name"], ["encrypted_password", "$2a$04$G8PaNSVJTfsCSpbiPDjXieq2c8zBK1PK3qRK12sr8jnixq7X7JR8C"], ["created_at", "2018-09-14 15:45:04.466994"], ["updated_at", "2018-09-14 15:45:04.466994"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 17], ["key", "user.create"], ["created_at", "2018-09-14 15:45:04.470404"], ["updated_at", "2018-09-14 15:45:04.470404"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 17], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (1.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) BEGIN Role Load (0.7ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.8ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "bobby.corwin@keler.co"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Clara"], ["permalink", "clara-efe86429"], ["username", "Rafael"], ["email", "bobby.corwin@keler.co"], ["encrypted_password", "$2a$04$SkdfJ6oEZC678GP9wxydbOUn/k22l5Af2e54WDrCT5lJhu3slU4Oa"], ["created_at", "2018-09-14 15:46:02.330007"], ["updated_at", "2018-09-14 15:46:02.330007"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 18], ["key", "user.create"], ["created_at", "2018-09-14 15:46:02.364492"], ["updated_at", "2018-09-14 15:46:02.364492"]] User::HABTM_Roles Create (0.6ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 18], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 18], ["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 18], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 128ms (ActiveRecord: 20.8ms)  (0.8ms) ROLLBACK  (0.5ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "osbaldo_renner@collins.name"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Juana"], ["permalink", "juana-3fd6c28e"], ["username", "Julio"], ["email", "osbaldo_renner@collins.name"], ["encrypted_password", "$2a$04$B/rbad7pf1QZA.QuQOaomuspos0VtJxOPnvJTamXsyCzqmvw7D91K"], ["created_at", "2018-09-14 15:46:02.518744"], ["updated_at", "2018-09-14 15:46:02.518744"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 19], ["key", "user.create"], ["created_at", "2018-09-14 15:46:02.522673"], ["updated_at", "2018-09-14 15:46:02.522673"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 19], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 19], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 19], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (1.1ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 19], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 2], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.4ms) Completed 200 OK in 38ms (Views: 11.1ms | ActiveRecord: 8.1ms)  (0.4ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Customize Create (0.5ms) INSERT INTO "customizes" ("file", "installed", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["file", nil], ["installed", true], ["created_at", "2018-09-14 15:46:02.595610"], ["updated_at", "2018-09-14 15:46:02.595610"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Customize"], ["trackable_id", 5], ["key", "customize.create"], ["created_at", "2018-09-14 15:46:02.600406"], ["updated_at", "2018-09-14 15:46:02.600406"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Víctor"], ["LIMIT", 1]] Role Create (30.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Víctor"], ["position", 1], ["created_at", "2018-09-14 15:46:02.646924"], ["updated_at", "2018-09-14 15:46:02.646924"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.6ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 28], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Role Exists (0.8ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Adán"], ["LIMIT", 1]] Role Create (0.8ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Adán"], ["position", 1], ["created_at", "2018-09-14 15:46:02.688356"], ["updated_at", "2018-09-14 15:46:02.688356"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 29], ["LIMIT", 1]]  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.8ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Ángela"], ["LIMIT", 1]] Role Create (0.7ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Ángela"], ["position", 1], ["created_at", "2018-09-14 15:46:02.704506"], ["updated_at", "2018-09-14 15:46:02.704506"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 30]] Permission Create (1.1ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 30], ["created_at", "2018-09-14 15:46:02.711460"], ["updated_at", "2018-09-14 15:46:02.711460"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 30], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Verónica"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Verónica"], ["position", 1], ["created_at", "2018-09-14 15:46:02.721569"], ["updated_at", "2018-09-14 15:46:02.721569"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 31]] Permission Create (0.8ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 31], ["created_at", "2018-09-14 15:46:02.726210"], ["updated_at", "2018-09-14 15:46:02.726210"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 31], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 31], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 31], ["LIMIT", 1]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 31], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Permission Update (1.0ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-09-14 15:46:02.735937"], ["id", 38]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 31], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Laura"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Laura"], ["position", 1], ["created_at", "2018-09-14 15:46:02.745532"], ["updated_at", "2018-09-14 15:46:02.745532"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 32]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 32], ["created_at", "2018-09-14 15:46:02.750510"], ["updated_at", "2018-09-14 15:46:02.750510"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 32], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 32], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 32], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 32], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.8ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-09-14 15:46:02.758822"], ["id", 39]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 32], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 32], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 32], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 32], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-09-14 15:46:02.767479"], ["id", 39]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 32], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Jorge"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Jorge"], ["position", 1], ["created_at", "2018-09-14 15:46:02.774512"], ["updated_at", "2018-09-14 15:46:02.774512"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 33]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 33], ["created_at", "2018-09-14 15:46:02.778181"], ["updated_at", "2018-09-14 15:46:02.778181"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 33], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Rosa"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Rosa"], ["position", 1], ["created_at", "2018-09-14 15:46:02.786218"], ["updated_at", "2018-09-14 15:46:02.786218"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 34], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Caridad"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Caridad"], ["position", 1], ["created_at", "2018-09-14 15:46:02.793352"], ["updated_at", "2018-09-14 15:46:02.793352"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 35]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 35], ["created_at", "2018-09-14 15:46:02.796923"], ["updated_at", "2018-09-14 15:46:02.796923"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 35], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.7ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-09-14 15:46:02.828037' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.5ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Alfonso"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-09-14 15:46:02.827283"], ["updated_at", "2018-09-14 15:46:02.827283"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 10], ["key", "script.create"], ["created_at", "2018-09-14 15:46:02.832454"], ["updated_at", "2018-09-14 15:46:02.832454"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Script Update All (0.4ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-09-14 15:46:02.840452' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.3ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Benito"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-09-14 15:46:02.839992"], ["updated_at", "2018-09-14 15:46:02.839992"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 11], ["key", "script.create"], ["created_at", "2018-09-14 15:46:02.843664"], ["updated_at", "2018-09-14 15:46:02.843664"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 11], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "theresa_weber@watsicabruen.name"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN Role Load (0.8ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "miller_lebsack@armstrong.net"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 2], ["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "reed@watsicamcglynn.net"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Lola"], ["permalink", "lola-686c7fc9"], ["username", "Eduardo"], ["email", "reed@watsicamcglynn.net"], ["encrypted_password", "$2a$04$aiyD0Dx7JI1sOjW2lIg3gevulRtUWNCqLWESreBfhaCCspQQLM5fu"], ["created_at", "2018-09-14 15:46:02.909170"], ["updated_at", "2018-09-14 15:46:02.909170"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 20], ["key", "user.create"], ["created_at", "2018-09-14 15:46:02.912126"], ["updated_at", "2018-09-14 15:46:02.912126"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 20], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "ewell_oconnell@lang.org"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Bernardo"], ["permalink", "bernardo-7d8e92c8"], ["username", "María"], ["email", "ewell_oconnell@lang.org"], ["encrypted_password", "$2a$04$Ne7O7h1Si36Kn5pWGvsei.4HHZrYmyrEl5l3EbknksZndL2NBIdN6"], ["created_at", "2018-09-14 15:46:02.927651"], ["updated_at", "2018-09-14 15:46:02.927651"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 21], ["key", "user.create"], ["created_at", "2018-09-14 15:46:02.930548"], ["updated_at", "2018-09-14 15:46:02.930548"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 21], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 2]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "lisette@ankunding.co"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Débora"], ["permalink", "debora-505e2a14"], ["username", "Marcela"], ["email", "lisette@ankunding.co"], ["encrypted_password", "$2a$04$YHsgVCk63fkIoZTZ22c0eumEleZF2QDJCw94iufR/hJONdaHP.CvG"], ["created_at", "2018-09-14 15:46:02.954186"], ["updated_at", "2018-09-14 15:46:02.954186"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 22], ["key", "user.create"], ["created_at", "2018-09-14 15:46:02.957283"], ["updated_at", "2018-09-14 15:46:02.957283"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 22], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.4ms) SELECT pg_try_advisory_lock(3035007706708781370)  (1.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::InternalMetadata Load (1.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]  (0.4ms) BEGIN ActiveRecord::InternalMetadata Update (0.9ms) UPDATE "ar_internal_metadata" SET "value" = $1, "updated_at" = $2 WHERE "ar_internal_metadata"."key" = $3 [["value", "test"], ["updated_at", "2018-10-05 16:44:26.799830"], ["key", "environment"]]  (24.0ms) COMMIT  (0.7ms) SELECT pg_advisory_unlock(3035007706708781370)  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) BEGIN Role Load (1.0ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.8ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "christian.berge@yost.net"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Conrad"], ["permalink", "conrad-63206f85"], ["username", "London"], ["email", "christian.berge@yost.net"], ["encrypted_password", "$2a$04$.1wKrYzoOJf94jT.yjabT.tSQI9ihj72VpIf2Bur3BswXPiTz7Unu"], ["created_at", "2018-11-09 15:39:08.541180"], ["updated_at", "2018-11-09 15:39:08.541180"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 2], ["key", "user.create"], ["created_at", "2018-11-09 15:39:08.591784"], ["updated_at", "2018-11-09 15:39:08.591784"]] User::HABTM_Roles Create (0.9ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 2], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 2], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 2], ["LIMIT", 1]] Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 115ms (ActiveRecord: 20.9ms)  (0.4ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "vena@nienow.net"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Carlota"], ["permalink", "carlota-29465eec"], ["username", "María Soledad"], ["email", "vena@nienow.net"], ["encrypted_password", "$2a$04$UPrLq5Ezu2TKg7cU83hP1.Zrvi1aUgY2YSf0xjRWNqjqLVWt1DjJ."], ["created_at", "2018-11-09 15:39:08.733380"], ["updated_at", "2018-11-09 15:39:08.733380"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 3], ["key", "user.create"], ["created_at", "2018-11-09 15:39:08.737193"], ["updated_at", "2018-11-09 15:39:08.737193"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 3], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 3], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 3], ["LIMIT", 1]] Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (2.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (1.3ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 3], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.5ms) Completed 200 OK in 46ms (Views: 14.1ms | ActiveRecord: 10.3ms)  (1.3ms) ROLLBACK  (0.5ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.6ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.6ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.5ms) ROLLBACK  (0.6ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Customize Create (1.0ms) INSERT INTO "customizes" ("file", "installed", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["file", nil], ["installed", true], ["created_at", "2018-11-09 15:39:08.897003"], ["updated_at", "2018-11-09 15:39:08.897003"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Customize"], ["trackable_id", 2], ["key", "customize.create"], ["created_at", "2018-11-09 15:39:08.902806"], ["updated_at", "2018-11-09 15:39:08.902806"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.5ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (4.0ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:08.974329"], ["updated_at", "2018-11-09 15:39:08.974329"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 2], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:08.985772"], ["updated_at", "2018-11-09 15:39:08.985772"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:09.007869"], ["updated_at", "2018-11-09 15:39:09.007869"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 3], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:09.014091"], ["updated_at", "2018-11-09 15:39:09.014091"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (1.5ms) ROLLBACK  (0.2ms) BEGIN  (1.2ms) ROLLBACK  (1.1ms) BEGIN  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (1.1ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) ROLLBACK  (0.6ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN Role Exists (0.9ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.7ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Cristobal"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Cristobal"], ["position", 1], ["created_at", "2018-11-09 15:39:09.109023"], ["updated_at", "2018-11-09 15:39:09.109023"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.8ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 2], ["LIMIT", 1]]  (0.7ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Eloisa"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Eloisa"], ["position", 1], ["created_at", "2018-11-09 15:39:09.121070"], ["updated_at", "2018-11-09 15:39:09.121070"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.9ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Manuela"], ["LIMIT", 1]] Role Create (1.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Manuela"], ["position", 1], ["created_at", "2018-11-09 15:39:09.129666"], ["updated_at", "2018-11-09 15:39:09.129666"]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Role Load (0.9ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 4]] Permission Create (34.4ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 4], ["created_at", "2018-11-09 15:39:09.139181"], ["updated_at", "2018-11-09 15:39:09.139181"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 4], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (1.4ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Role Exists (0.8ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Francisca"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Francisca"], ["position", 1], ["created_at", "2018-11-09 15:39:09.187477"], ["updated_at", "2018-11-09 15:39:09.187477"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 5]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 5], ["created_at", "2018-11-09 15:39:09.191576"], ["updated_at", "2018-11-09 15:39:09.191576"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 5], ["LIMIT", 1]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 5], ["LIMIT", 1]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 5], ["LIMIT", 1]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 5], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Permission Update (0.7ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-11-09 15:39:09.205161"], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 5], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Timoteo"], ["LIMIT", 1]] Role Create (0.8ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Timoteo"], ["position", 1], ["created_at", "2018-11-09 15:39:09.213353"], ["updated_at", "2018-11-09 15:39:09.213353"]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Role Load (0.8ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 6]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 6], ["created_at", "2018-11-09 15:39:09.221289"], ["updated_at", "2018-11-09 15:39:09.221289"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 6], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 6], ["LIMIT", 1]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 6], ["LIMIT", 1]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 6], ["LIMIT", 1]]  (0.6ms) SAVEPOINT active_record_1 Permission Update (0.7ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-11-09 15:39:09.237765"], ["id", 3]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 6], ["LIMIT", 1]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 6], ["LIMIT", 1]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 6], ["LIMIT", 1]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 6], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Permission Update (0.8ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-11-09 15:39:09.255834"], ["id", 3]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 6], ["LIMIT", 1]]  (0.7ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Jaime"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Jaime"], ["position", 1], ["created_at", "2018-11-09 15:39:09.271912"], ["updated_at", "2018-11-09 15:39:09.271912"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 7]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 7], ["created_at", "2018-11-09 15:39:09.278002"], ["updated_at", "2018-11-09 15:39:09.278002"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.6ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 7], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Federico"], ["LIMIT", 1]] Role Create (0.7ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Federico"], ["position", 1], ["created_at", "2018-11-09 15:39:09.288435"], ["updated_at", "2018-11-09 15:39:09.288435"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 8], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Luisa"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Luisa"], ["position", 1], ["created_at", "2018-11-09 15:39:09.296480"], ["updated_at", "2018-11-09 15:39:09.296480"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 9]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 9], ["created_at", "2018-11-09 15:39:09.301598"], ["updated_at", "2018-11-09 15:39:09.301598"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 9], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Script Update All (1.1ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-11-09 15:39:09.331736' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.8ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Gustavo"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-11-09 15:39:09.330626"], ["updated_at", "2018-11-09 15:39:09.330626"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 1], ["key", "script.create"], ["created_at", "2018-11-09 15:39:09.337233"], ["updated_at", "2018-11-09 15:39:09.337233"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.6ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-11-09 15:39:09.345674' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (1.5ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Francisco"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-11-09 15:39:09.345150"], ["updated_at", "2018-11-09 15:39:09.345150"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 2], ["key", "script.create"], ["created_at", "2018-11-09 15:39:09.351725"], ["updated_at", "2018-11-09 15:39:09.351725"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "emely@kerlukerice.com"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "marcelo@howewisozk.info"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.5ms) ROLLBACK  (2.0ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.4ms) SAVEPOINT active_record_1 Role Exists (0.9ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "idell.swift@kreiger.org"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "María del Carmen"], ["permalink", "maria-del-carmen-c0b9772a"], ["username", "Bernardo"], ["email", "idell.swift@kreiger.org"], ["encrypted_password", "$2a$04$QpCGYr5tTbLJT/saOUydk.9vqARAf5mKXi5eIunYeMLhsIyssJPYG"], ["created_at", "2018-11-09 15:39:09.426973"], ["updated_at", "2018-11-09 15:39:09.426973"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 4], ["key", "user.create"], ["created_at", "2018-11-09 15:39:09.430669"], ["updated_at", "2018-11-09 15:39:09.430669"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 4], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.7ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "nadia@white.com"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Luisa"], ["permalink", "luisa-199c5231"], ["username", "Sergio"], ["email", "nadia@white.com"], ["encrypted_password", "$2a$04$iyqvFNRvYpkgZF9UckfbFevjNW8JRwOnFSs4y6lKLZuwhM9oOLxu6"], ["created_at", "2018-11-09 15:39:09.447752"], ["updated_at", "2018-11-09 15:39:09.447752"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 5], ["key", "user.create"], ["created_at", "2018-11-09 15:39:09.451722"], ["updated_at", "2018-11-09 15:39:09.451722"]] User::HABTM_Roles Create (0.6ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 5], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 2]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "wade_graham@hahnfadel.io"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Patricio"], ["permalink", "patricio-d44a0e94"], ["username", "Claudia"], ["email", "wade_graham@hahnfadel.io"], ["encrypted_password", "$2a$04$hhnGteKOSwLud/U69RUCGuFEH2J.UukpANear8op/1oMTBJ7DkzlG"], ["created_at", "2018-11-09 15:39:09.474727"], ["updated_at", "2018-11-09 15:39:09.474727"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 6], ["key", "user.create"], ["created_at", "2018-11-09 15:39:09.478058"], ["updated_at", "2018-11-09 15:39:09.478058"]] User::HABTM_Roles Create (0.6ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 6], ["role_id", 1]]  (0.9ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:09.537390"], ["updated_at", "2018-11-09 15:39:09.537390"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 4], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:09.558368"], ["updated_at", "2018-11-09 15:39:09.558368"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:09.597781"], ["updated_at", "2018-11-09 15:39:09.597781"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 5], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:09.603513"], ["updated_at", "2018-11-09 15:39:09.603513"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:09.611577"], ["updated_at", "2018-11-09 15:39:09.611577"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 6], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:09.616410"], ["updated_at", "2018-11-09 15:39:09.616410"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.9ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:09.776227"], ["updated_at", "2018-11-09 15:39:09.776227"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 7], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:09.782987"], ["updated_at", "2018-11-09 15:39:09.782987"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:09.794656"], ["updated_at", "2018-11-09 15:39:09.794656"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 8], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:09.799389"], ["updated_at", "2018-11-09 15:39:09.799389"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:09.810838"], ["updated_at", "2018-11-09 15:39:09.810838"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 9], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:09.815836"], ["updated_at", "2018-11-09 15:39:09.815836"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "keppler"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "test_index"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:09.828117"], ["updated_at", "2018-11-09 15:39:09.828117"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 10], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:09.832520"], ["updated_at", "2018-11-09 15:39:09.832520"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:09.843615"], ["updated_at", "2018-11-09 15:39:09.843615"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 11], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:09.852562"], ["updated_at", "2018-11-09 15:39:09.852562"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:09.860922"], ["updated_at", "2018-11-09 15:39:09.860922"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 12], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:09.866030"], ["updated_at", "2018-11-09 15:39:09.866030"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:09.875463"], ["updated_at", "2018-11-09 15:39:09.875463"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 13], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:09.880072"], ["updated_at", "2018-11-09 15:39:09.880072"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:09.888833"], ["updated_at", "2018-11-09 15:39:09.888833"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 14], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:09.893356"], ["updated_at", "2018-11-09 15:39:09.893356"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:09.900918"], ["updated_at", "2018-11-09 15:39:09.900918"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 15], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:09.905755"], ["updated_at", "2018-11-09 15:39:09.905755"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:09.913032"], ["updated_at", "2018-11-09 15:39:09.913032"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 16], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:09.920137"], ["updated_at", "2018-11-09 15:39:09.920137"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:09.928146"], ["updated_at", "2018-11-09 15:39:09.928146"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 17], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:09.933861"], ["updated_at", "2018-11-09 15:39:09.933861"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:09.942746"], ["updated_at", "2018-11-09 15:39:09.942746"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 18], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:09.946813"], ["updated_at", "2018-11-09 15:39:09.946813"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:09.954330"], ["updated_at", "2018-11-09 15:39:09.954330"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 19], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:09.958494"], ["updated_at", "2018-11-09 15:39:09.958494"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.0ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:09.966426"], ["updated_at", "2018-11-09 15:39:09.966426"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 20], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:09.972491"], ["updated_at", "2018-11-09 15:39:09.972491"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:09.980811"], ["updated_at", "2018-11-09 15:39:09.980811"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 21], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:09.986178"], ["updated_at", "2018-11-09 15:39:09.986178"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (1.0ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:09.995492"], ["updated_at", "2018-11-09 15:39:09.995492"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 22], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.000453"], ["updated_at", "2018-11-09 15:39:10.000453"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:10.008674"], ["updated_at", "2018-11-09 15:39:10.008674"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 23], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.013016"], ["updated_at", "2018-11-09 15:39:10.013016"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:10.020328"], ["updated_at", "2018-11-09 15:39:10.020328"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 24], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.025196"], ["updated_at", "2018-11-09 15:39:10.025196"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:10.031734"], ["updated_at", "2018-11-09 15:39:10.031734"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 25], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.037272"], ["updated_at", "2018-11-09 15:39:10.037272"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:10.045275"], ["updated_at", "2018-11-09 15:39:10.045275"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 26], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.049632"], ["updated_at", "2018-11-09 15:39:10.049632"]]  (1.1ms) RELEASE SAVEPOINT active_record_1  (0.9ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:10.061316"], ["updated_at", "2018-11-09 15:39:10.061316"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 27], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.065929"], ["updated_at", "2018-11-09 15:39:10.065929"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:10.075225"], ["updated_at", "2018-11-09 15:39:10.075225"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 28], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.079293"], ["updated_at", "2018-11-09 15:39:10.079293"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (1.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:10.089647"], ["updated_at", "2018-11-09 15:39:10.089647"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 29], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.095541"], ["updated_at", "2018-11-09 15:39:10.095541"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:10.103473"], ["updated_at", "2018-11-09 15:39:10.103473"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 30], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.107542"], ["updated_at", "2018-11-09 15:39:10.107542"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:10.114093"], ["updated_at", "2018-11-09 15:39:10.114093"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 31], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.119004"], ["updated_at", "2018-11-09 15:39:10.119004"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:10.127011"], ["updated_at", "2018-11-09 15:39:10.127011"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 32], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.131364"], ["updated_at", "2018-11-09 15:39:10.131364"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:10.138152"], ["updated_at", "2018-11-09 15:39:10.138152"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 33], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.143027"], ["updated_at", "2018-11-09 15:39:10.143027"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:39:10.151249"], ["updated_at", "2018-11-09 15:39:10.151249"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 34], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.156541"], ["updated_at", "2018-11-09 15:39:10.156541"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:39:10.164503"], ["updated_at", "2018-11-09 15:39:10.164503"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 35], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.168642"], ["updated_at", "2018-11-09 15:39:10.168642"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:39:10.177057"], ["updated_at", "2018-11-09 15:39:10.177057"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 36], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.181327"], ["updated_at", "2018-11-09 15:39:10.181327"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:39:10.189755"], ["updated_at", "2018-11-09 15:39:10.189755"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 37], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.194514"], ["updated_at", "2018-11-09 15:39:10.194514"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:39:10.201402"], ["updated_at", "2018-11-09 15:39:10.201402"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 38], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.206662"], ["updated_at", "2018-11-09 15:39:10.206662"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:39:10.213378"], ["updated_at", "2018-11-09 15:39:10.213378"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 39], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.217419"], ["updated_at", "2018-11-09 15:39:10.217419"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:39:10.226728"], ["updated_at", "2018-11-09 15:39:10.226728"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 40], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.231430"], ["updated_at", "2018-11-09 15:39:10.231430"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:39:10.240278"], ["updated_at", "2018-11-09 15:39:10.240278"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 41], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.244535"], ["updated_at", "2018-11-09 15:39:10.244535"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:39:10.252759"], ["updated_at", "2018-11-09 15:39:10.252759"]] PublicActivity::Activity Create (13.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 42], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.258618"], ["updated_at", "2018-11-09 15:39:10.258618"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:39:10.279318"], ["updated_at", "2018-11-09 15:39:10.279318"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 43], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.283490"], ["updated_at", "2018-11-09 15:39:10.283490"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:39:10.290167"], ["updated_at", "2018-11-09 15:39:10.290167"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 44], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.294059"], ["updated_at", "2018-11-09 15:39:10.294059"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.3ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:39:10.302366"], ["updated_at", "2018-11-09 15:39:10.302366"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 45], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.308425"], ["updated_at", "2018-11-09 15:39:10.308425"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:39:10.315825"], ["updated_at", "2018-11-09 15:39:10.315825"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 46], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.321204"], ["updated_at", "2018-11-09 15:39:10.321204"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:39:10.327858"], ["updated_at", "2018-11-09 15:39:10.327858"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 47], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.333074"], ["updated_at", "2018-11-09 15:39:10.333074"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.1ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:39:10.342841"], ["updated_at", "2018-11-09 15:39:10.342841"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 48], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.347980"], ["updated_at", "2018-11-09 15:39:10.347980"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:39:10.358906"], ["updated_at", "2018-11-09 15:39:10.358906"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 49], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.364546"], ["updated_at", "2018-11-09 15:39:10.364546"]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (1.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.2ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:39:10.378012"], ["updated_at", "2018-11-09 15:39:10.378012"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 50], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.385018"], ["updated_at", "2018-11-09 15:39:10.385018"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:39:10.399831"], ["updated_at", "2018-11-09 15:39:10.399831"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 51], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.406800"], ["updated_at", "2018-11-09 15:39:10.406800"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:39:10.415933"], ["updated_at", "2018-11-09 15:39:10.415933"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 52], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.421030"], ["updated_at", "2018-11-09 15:39:10.421030"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:39:10.430594"], ["updated_at", "2018-11-09 15:39:10.430594"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 53], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.435348"], ["updated_at", "2018-11-09 15:39:10.435348"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:39:10.444173"], ["updated_at", "2018-11-09 15:39:10.444173"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 54], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.448908"], ["updated_at", "2018-11-09 15:39:10.448908"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:39:10.458805"], ["updated_at", "2018-11-09 15:39:10.458805"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 55], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.463293"], ["updated_at", "2018-11-09 15:39:10.463293"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:39:10.472154"], ["updated_at", "2018-11-09 15:39:10.472154"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 56], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.476227"], ["updated_at", "2018-11-09 15:39:10.476227"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:39:10.486522"], ["updated_at", "2018-11-09 15:39:10.486522"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 57], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.491895"], ["updated_at", "2018-11-09 15:39:10.491895"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:39:10.499148"], ["updated_at", "2018-11-09 15:39:10.499148"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 58], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.503564"], ["updated_at", "2018-11-09 15:39:10.503564"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:39:10.510593"], ["updated_at", "2018-11-09 15:39:10.510593"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 59], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.516041"], ["updated_at", "2018-11-09 15:39:10.516041"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:39:10.524336"], ["updated_at", "2018-11-09 15:39:10.524336"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 60], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.528904"], ["updated_at", "2018-11-09 15:39:10.528904"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:39:10.535470"], ["updated_at", "2018-11-09 15:39:10.535470"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 61], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.539777"], ["updated_at", "2018-11-09 15:39:10.539777"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:10.548574"], ["updated_at", "2018-11-09 15:39:10.548574"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 62], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.553360"], ["updated_at", "2018-11-09 15:39:10.553360"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:10.561513"], ["updated_at", "2018-11-09 15:39:10.561513"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 63], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.565522"], ["updated_at", "2018-11-09 15:39:10.565522"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:10.572939"], ["updated_at", "2018-11-09 15:39:10.572939"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 64], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.578893"], ["updated_at", "2018-11-09 15:39:10.578893"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:10.585642"], ["updated_at", "2018-11-09 15:39:10.585642"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 65], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.590662"], ["updated_at", "2018-11-09 15:39:10.590662"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:10.597474"], ["updated_at", "2018-11-09 15:39:10.597474"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 66], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.601385"], ["updated_at", "2018-11-09 15:39:10.601385"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:10.611813"], ["updated_at", "2018-11-09 15:39:10.611813"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 67], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.616527"], ["updated_at", "2018-11-09 15:39:10.616527"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:10.625110"], ["updated_at", "2018-11-09 15:39:10.625110"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 68], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.629563"], ["updated_at", "2018-11-09 15:39:10.629563"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:10.638429"], ["updated_at", "2018-11-09 15:39:10.638429"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 69], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.644374"], ["updated_at", "2018-11-09 15:39:10.644374"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:10.651628"], ["updated_at", "2018-11-09 15:39:10.651628"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 70], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.658020"], ["updated_at", "2018-11-09 15:39:10.658020"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:10.664931"], ["updated_at", "2018-11-09 15:39:10.664931"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 71], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.670439"], ["updated_at", "2018-11-09 15:39:10.670439"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:10.679238"], ["updated_at", "2018-11-09 15:39:10.679238"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 72], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.683375"], ["updated_at", "2018-11-09 15:39:10.683375"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:10.689723"], ["updated_at", "2018-11-09 15:39:10.689723"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 73], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.693829"], ["updated_at", "2018-11-09 15:39:10.693829"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:10.701253"], ["updated_at", "2018-11-09 15:39:10.701253"]] PublicActivity::Activity Create (1.2ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 74], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.709309"], ["updated_at", "2018-11-09 15:39:10.709309"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:10.721917"], ["updated_at", "2018-11-09 15:39:10.721917"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 75], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.728869"], ["updated_at", "2018-11-09 15:39:10.728869"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:10.737506"], ["updated_at", "2018-11-09 15:39:10.737506"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 76], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.743479"], ["updated_at", "2018-11-09 15:39:10.743479"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:10.751255"], ["updated_at", "2018-11-09 15:39:10.751255"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 77], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.755972"], ["updated_at", "2018-11-09 15:39:10.755972"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 15:39:10.762068"], ["updated_at", "2018-11-09 15:39:10.762068"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 78], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.765896"], ["updated_at", "2018-11-09 15:39:10.765896"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:10.775518"], ["updated_at", "2018-11-09 15:39:10.775518"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 79], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.779965"], ["updated_at", "2018-11-09 15:39:10.779965"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 15:39:10.785591"], ["updated_at", "2018-11-09 15:39:10.785591"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 80], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.790905"], ["updated_at", "2018-11-09 15:39:10.790905"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:10.799643"], ["updated_at", "2018-11-09 15:39:10.799643"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 81], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.804077"], ["updated_at", "2018-11-09 15:39:10.804077"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 15:39:10.809710"], ["updated_at", "2018-11-09 15:39:10.809710"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 82], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.813702"], ["updated_at", "2018-11-09 15:39:10.813702"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:10.821277"], ["updated_at", "2018-11-09 15:39:10.821277"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 83], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.826622"], ["updated_at", "2018-11-09 15:39:10.826622"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 15:39:10.831820"], ["updated_at", "2018-11-09 15:39:10.831820"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 84], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.835944"], ["updated_at", "2018-11-09 15:39:10.835944"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:10.843049"], ["updated_at", "2018-11-09 15:39:10.843049"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 85], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.848137"], ["updated_at", "2018-11-09 15:39:10.848137"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 15:39:10.855028"], ["updated_at", "2018-11-09 15:39:10.855028"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 86], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.860642"], ["updated_at", "2018-11-09 15:39:10.860642"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:10.868306"], ["updated_at", "2018-11-09 15:39:10.868306"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 87], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.873372"], ["updated_at", "2018-11-09 15:39:10.873372"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 15:39:10.879613"], ["updated_at", "2018-11-09 15:39:10.879613"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 88], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.883886"], ["updated_at", "2018-11-09 15:39:10.883886"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:10.894106"], ["updated_at", "2018-11-09 15:39:10.894106"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 89], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.898482"], ["updated_at", "2018-11-09 15:39:10.898482"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 15:39:10.904333"], ["updated_at", "2018-11-09 15:39:10.904333"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 90], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.908672"], ["updated_at", "2018-11-09 15:39:10.908672"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:39:10.915329"], ["updated_at", "2018-11-09 15:39:10.915329"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 91], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.920908"], ["updated_at", "2018-11-09 15:39:10.920908"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 15:39:10.928701"], ["updated_at", "2018-11-09 15:39:10.928701"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 92], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:39:10.933518"], ["updated_at", "2018-11-09 15:39:10.933518"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.4ms) SAVEPOINT active_record_1 Role Exists (1.2ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (1.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "annabell@zemlakmurazik.org"], ["LIMIT", 1]] User Create (0.8ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Therese"], ["permalink", "therese-aa16de4e"], ["username", "Amara"], ["email", "annabell@zemlakmurazik.org"], ["encrypted_password", "$2a$04$pmCptCQ6179Tgl/I5UnRIe1dDOVHZQCGVBWHToiBlKwKnBlm.Hwlq"], ["created_at", "2018-11-09 15:40:03.171885"], ["updated_at", "2018-11-09 15:40:03.171885"]] PublicActivity::Activity Create (1.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 7], ["key", "user.create"], ["created_at", "2018-11-09 15:40:03.221050"], ["updated_at", "2018-11-09 15:40:03.221050"]] User::HABTM_Roles Create (0.8ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 7], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.8ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] Role Load (0.9ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 7], ["LIMIT", 1]] Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 145ms (ActiveRecord: 30.9ms)  (0.5ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (1.0ms) SAVEPOINT active_record_1 Role Exists (0.9ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "rodger@feilbradtke.info"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Gabriela"], ["permalink", "gabriela-922e0b36"], ["username", "Ana"], ["email", "rodger@feilbradtke.info"], ["encrypted_password", "$2a$04$7BlnZWArZBxn7yDLk8M3qOf9Pu5Usp/r37voeFuu5qBo2UiTnQ5CO"], ["created_at", "2018-11-09 15:40:03.395180"], ["updated_at", "2018-11-09 15:40:03.395180"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 8], ["key", "user.create"], ["created_at", "2018-11-09 15:40:03.398412"], ["updated_at", "2018-11-09 15:40:03.398412"]] User::HABTM_Roles Create (0.7ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 8], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.3ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 8], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 8], ["LIMIT", 1]] Setting Load (0.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.4ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.8ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 8], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.5ms) Completed 200 OK in 42ms (Views: 11.6ms | ActiveRecord: 9.8ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Customize Create (0.7ms) INSERT INTO "customizes" ("file", "installed", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["file", nil], ["installed", true], ["created_at", "2018-11-09 15:40:03.484086"], ["updated_at", "2018-11-09 15:40:03.484086"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Customize"], ["trackable_id", 3], ["key", "customize.create"], ["created_at", "2018-11-09 15:40:03.488774"], ["updated_at", "2018-11-09 15:40:03.488774"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:03.537464"], ["updated_at", "2018-11-09 15:40:03.537464"]] PublicActivity::Activity Create (1.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 93], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:03.544979"], ["updated_at", "2018-11-09 15:40:03.544979"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:03.557701"], ["updated_at", "2018-11-09 15:40:03.557701"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 94], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:03.563005"], ["updated_at", "2018-11-09 15:40:03.563005"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (2.5ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Lorena"], ["LIMIT", 1]] Role Create (0.9ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Lorena"], ["position", 1], ["created_at", "2018-11-09 15:40:03.632033"], ["updated_at", "2018-11-09 15:40:03.632033"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.9ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 10], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Cristobal"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Cristobal"], ["position", 1], ["created_at", "2018-11-09 15:40:03.642406"], ["updated_at", "2018-11-09 15:40:03.642406"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 11], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Dorotea"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Dorotea"], ["position", 1], ["created_at", "2018-11-09 15:40:03.649845"], ["updated_at", "2018-11-09 15:40:03.649845"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 12]] Permission Create (1.0ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 12], ["created_at", "2018-11-09 15:40:03.655267"], ["updated_at", "2018-11-09 15:40:03.655267"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 12], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Miguel Ángel"], ["LIMIT", 1]] Role Create (2.7ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Miguel Ángel"], ["position", 1], ["created_at", "2018-11-09 15:40:03.664648"], ["updated_at", "2018-11-09 15:40:03.664648"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 13]] Permission Create (0.8ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 13], ["created_at", "2018-11-09 15:40:03.672641"], ["updated_at", "2018-11-09 15:40:03.672641"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 13], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 13], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 13], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 13], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (2.1ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-11-09 15:40:03.681609"], ["id", 7]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 13], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Miguel"], ["LIMIT", 1]] Role Create (22.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Miguel"], ["position", 1], ["created_at", "2018-11-09 15:40:03.692759"], ["updated_at", "2018-11-09 15:40:03.692759"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 14]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 14], ["created_at", "2018-11-09 15:40:03.720075"], ["updated_at", "2018-11-09 15:40:03.720075"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 14], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 14], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 14], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 14], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-11-09 15:40:03.728532"], ["id", 8]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 14], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 14], ["LIMIT", 1]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 14], ["LIMIT", 1]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 14], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Permission Update (0.8ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-11-09 15:40:03.739336"], ["id", 8]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 14], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (4.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Arturo"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Arturo"], ["position", 1], ["created_at", "2018-11-09 15:40:03.751070"], ["updated_at", "2018-11-09 15:40:03.751070"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 15]] Permission Create (1.1ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 15], ["created_at", "2018-11-09 15:40:03.755589"], ["updated_at", "2018-11-09 15:40:03.755589"]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.6ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 15], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Silvia"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Silvia"], ["position", 1], ["created_at", "2018-11-09 15:40:03.765711"], ["updated_at", "2018-11-09 15:40:03.765711"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 16], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Sofia"], ["LIMIT", 1]] Role Create (0.8ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Sofia"], ["position", 1], ["created_at", "2018-11-09 15:40:03.773185"], ["updated_at", "2018-11-09 15:40:03.773185"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 17]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 17], ["created_at", "2018-11-09 15:40:03.779702"], ["updated_at", "2018-11-09 15:40:03.779702"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 17], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.6ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-11-09 15:40:03.811987' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.6ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Rosario"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-11-09 15:40:03.811195"], ["updated_at", "2018-11-09 15:40:03.811195"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 3], ["key", "script.create"], ["created_at", "2018-11-09 15:40:03.817428"], ["updated_at", "2018-11-09 15:40:03.817428"]]  (0.7ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.4ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-11-09 15:40:03.827375' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.4ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Ramona"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-11-09 15:40:03.826799"], ["updated_at", "2018-11-09 15:40:03.826799"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 4], ["key", "script.create"], ["created_at", "2018-11-09 15:40:03.831039"], ["updated_at", "2018-11-09 15:40:03.831039"]]  (0.9ms) RELEASE SAVEPOINT active_record_1 Script Load (0.6ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.5ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "angelo@koch.name"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "felicia_lesch@bergeblick.biz"], ["LIMIT", 1]]  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.8ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "ted@dare.org"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "César"], ["permalink", "cesar-fb655728"], ["username", "Sancho"], ["email", "ted@dare.org"], ["encrypted_password", "$2a$04$uT/jWYadgY0nE0yIwEWEm.iyVZXsRt.rjU1w6x0NhHF723pNTHl/W"], ["created_at", "2018-11-09 15:40:03.912487"], ["updated_at", "2018-11-09 15:40:03.912487"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 9], ["key", "user.create"], ["created_at", "2018-11-09 15:40:03.916335"], ["updated_at", "2018-11-09 15:40:03.916335"]] User::HABTM_Roles Create (0.7ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 9], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "rollin.zemlak@bahringer.biz"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Claudio"], ["permalink", "claudio-0fe7eebd"], ["username", "Jerónimo"], ["email", "rollin.zemlak@bahringer.biz"], ["encrypted_password", "$2a$04$tYQkDeboqycYIT9Dmy4Y7uLtKcUDofoJU4I1.NtCIW5zjiGy7jIj2"], ["created_at", "2018-11-09 15:40:03.936151"], ["updated_at", "2018-11-09 15:40:03.936151"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 10], ["key", "user.create"], ["created_at", "2018-11-09 15:40:03.941241"], ["updated_at", "2018-11-09 15:40:03.941241"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 10], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 2]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "ashleigh.davis@ornohara.com"], ["LIMIT", 1]] User Create (0.8ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Florencia"], ["permalink", "florencia-26e92c31"], ["username", "Josefina"], ["email", "ashleigh.davis@ornohara.com"], ["encrypted_password", "$2a$04$Zn7jl3sUW/sepqhpD5PcYeham/d0.25FOp/0IU8THqGD/.4zWRkre"], ["created_at", "2018-11-09 15:40:03.968513"], ["updated_at", "2018-11-09 15:40:03.968513"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 11], ["key", "user.create"], ["created_at", "2018-11-09 15:40:03.973267"], ["updated_at", "2018-11-09 15:40:03.973267"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 11], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:04.026109"], ["updated_at", "2018-11-09 15:40:04.026109"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 95], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.048699"], ["updated_at", "2018-11-09 15:40:04.048699"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:04.080926"], ["updated_at", "2018-11-09 15:40:04.080926"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 96], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.085897"], ["updated_at", "2018-11-09 15:40:04.085897"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:04.095471"], ["updated_at", "2018-11-09 15:40:04.095471"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 97], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.101119"], ["updated_at", "2018-11-09 15:40:04.101119"]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.4ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.8ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:04.247023"], ["updated_at", "2018-11-09 15:40:04.247023"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 98], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.252257"], ["updated_at", "2018-11-09 15:40:04.252257"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.7ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:04.265111"], ["updated_at", "2018-11-09 15:40:04.265111"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 99], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.269997"], ["updated_at", "2018-11-09 15:40:04.269997"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:04.281833"], ["updated_at", "2018-11-09 15:40:04.281833"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 100], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.288401"], ["updated_at", "2018-11-09 15:40:04.288401"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "keppler"], ["LIMIT", 1]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "test_index"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:04.301080"], ["updated_at", "2018-11-09 15:40:04.301080"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 101], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.308793"], ["updated_at", "2018-11-09 15:40:04.308793"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:04.320205"], ["updated_at", "2018-11-09 15:40:04.320205"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 102], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.327344"], ["updated_at", "2018-11-09 15:40:04.327344"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:04.335213"], ["updated_at", "2018-11-09 15:40:04.335213"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 103], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.342243"], ["updated_at", "2018-11-09 15:40:04.342243"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:04.351455"], ["updated_at", "2018-11-09 15:40:04.351455"]] PublicActivity::Activity Create (1.2ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 104], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.356074"], ["updated_at", "2018-11-09 15:40:04.356074"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:04.364327"], ["updated_at", "2018-11-09 15:40:04.364327"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 105], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.371603"], ["updated_at", "2018-11-09 15:40:04.371603"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:04.381454"], ["updated_at", "2018-11-09 15:40:04.381454"]] PublicActivity::Activity Create (1.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 106], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.387318"], ["updated_at", "2018-11-09 15:40:04.387318"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:04.395577"], ["updated_at", "2018-11-09 15:40:04.395577"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 107], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.402100"], ["updated_at", "2018-11-09 15:40:04.402100"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:04.411545"], ["updated_at", "2018-11-09 15:40:04.411545"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 108], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.416045"], ["updated_at", "2018-11-09 15:40:04.416045"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:04.424498"], ["updated_at", "2018-11-09 15:40:04.424498"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 109], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.430873"], ["updated_at", "2018-11-09 15:40:04.430873"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:04.438877"], ["updated_at", "2018-11-09 15:40:04.438877"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 110], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.445021"], ["updated_at", "2018-11-09 15:40:04.445021"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:04.453294"], ["updated_at", "2018-11-09 15:40:04.453294"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 111], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.459516"], ["updated_at", "2018-11-09 15:40:04.459516"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:04.469728"], ["updated_at", "2018-11-09 15:40:04.469728"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 112], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.476429"], ["updated_at", "2018-11-09 15:40:04.476429"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:04.484304"], ["updated_at", "2018-11-09 15:40:04.484304"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 113], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.491962"], ["updated_at", "2018-11-09 15:40:04.491962"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:04.498999"], ["updated_at", "2018-11-09 15:40:04.498999"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 114], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.504220"], ["updated_at", "2018-11-09 15:40:04.504220"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:04.513402"], ["updated_at", "2018-11-09 15:40:04.513402"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 115], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.518699"], ["updated_at", "2018-11-09 15:40:04.518699"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:04.528256"], ["updated_at", "2018-11-09 15:40:04.528256"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 116], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.533247"], ["updated_at", "2018-11-09 15:40:04.533247"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:04.540757"], ["updated_at", "2018-11-09 15:40:04.540757"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 117], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.545222"], ["updated_at", "2018-11-09 15:40:04.545222"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:04.554977"], ["updated_at", "2018-11-09 15:40:04.554977"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 118], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.563209"], ["updated_at", "2018-11-09 15:40:04.563209"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:04.572314"], ["updated_at", "2018-11-09 15:40:04.572314"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 119], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.576818"], ["updated_at", "2018-11-09 15:40:04.576818"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:04.586287"], ["updated_at", "2018-11-09 15:40:04.586287"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 120], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.592071"], ["updated_at", "2018-11-09 15:40:04.592071"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:04.600058"], ["updated_at", "2018-11-09 15:40:04.600058"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 121], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.604689"], ["updated_at", "2018-11-09 15:40:04.604689"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (1.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:04.614310"], ["updated_at", "2018-11-09 15:40:04.614310"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 122], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.620495"], ["updated_at", "2018-11-09 15:40:04.620495"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:04.629895"], ["updated_at", "2018-11-09 15:40:04.629895"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 123], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.634597"], ["updated_at", "2018-11-09 15:40:04.634597"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:04.643311"], ["updated_at", "2018-11-09 15:40:04.643311"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 124], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.649026"], ["updated_at", "2018-11-09 15:40:04.649026"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:40:04.657709"], ["updated_at", "2018-11-09 15:40:04.657709"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 125], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.663271"], ["updated_at", "2018-11-09 15:40:04.663271"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:40:04.672918"], ["updated_at", "2018-11-09 15:40:04.672918"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 126], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.680587"], ["updated_at", "2018-11-09 15:40:04.680587"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:40:04.687963"], ["updated_at", "2018-11-09 15:40:04.687963"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 127], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.694560"], ["updated_at", "2018-11-09 15:40:04.694560"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (4.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:40:04.701638"], ["updated_at", "2018-11-09 15:40:04.701638"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 128], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.712864"], ["updated_at", "2018-11-09 15:40:04.712864"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (2.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:40:04.725407"], ["updated_at", "2018-11-09 15:40:04.725407"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 129], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.732337"], ["updated_at", "2018-11-09 15:40:04.732337"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.7ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:40:04.744798"], ["updated_at", "2018-11-09 15:40:04.744798"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 130], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.751199"], ["updated_at", "2018-11-09 15:40:04.751199"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:40:04.760842"], ["updated_at", "2018-11-09 15:40:04.760842"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 131], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.767419"], ["updated_at", "2018-11-09 15:40:04.767419"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:40:04.777255"], ["updated_at", "2018-11-09 15:40:04.777255"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 132], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.782500"], ["updated_at", "2018-11-09 15:40:04.782500"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:40:04.791128"], ["updated_at", "2018-11-09 15:40:04.791128"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 133], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.795884"], ["updated_at", "2018-11-09 15:40:04.795884"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:40:04.819514"], ["updated_at", "2018-11-09 15:40:04.819514"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 134], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.824104"], ["updated_at", "2018-11-09 15:40:04.824104"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:40:04.832705"], ["updated_at", "2018-11-09 15:40:04.832705"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 135], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.837931"], ["updated_at", "2018-11-09 15:40:04.837931"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.2ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:40:04.848216"], ["updated_at", "2018-11-09 15:40:04.848216"]] PublicActivity::Activity Create (1.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 136], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.860597"], ["updated_at", "2018-11-09 15:40:04.860597"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:40:04.872610"], ["updated_at", "2018-11-09 15:40:04.872610"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 137], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.882560"], ["updated_at", "2018-11-09 15:40:04.882560"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.7ms) ROLLBACK  (0.2ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:40:04.894264"], ["updated_at", "2018-11-09 15:40:04.894264"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 138], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.899699"], ["updated_at", "2018-11-09 15:40:04.899699"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:40:04.910378"], ["updated_at", "2018-11-09 15:40:04.910378"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 139], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.916071"], ["updated_at", "2018-11-09 15:40:04.916071"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:40:04.927013"], ["updated_at", "2018-11-09 15:40:04.927013"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 140], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.932135"], ["updated_at", "2018-11-09 15:40:04.932135"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (1.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:40:04.941196"], ["updated_at", "2018-11-09 15:40:04.941196"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 141], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.947994"], ["updated_at", "2018-11-09 15:40:04.947994"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.1ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:40:04.956861"], ["updated_at", "2018-11-09 15:40:04.956861"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 142], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.965378"], ["updated_at", "2018-11-09 15:40:04.965378"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:40:04.975949"], ["updated_at", "2018-11-09 15:40:04.975949"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 143], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.983328"], ["updated_at", "2018-11-09 15:40:04.983328"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:40:04.992209"], ["updated_at", "2018-11-09 15:40:04.992209"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 144], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:04.998219"], ["updated_at", "2018-11-09 15:40:04.998219"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:40:05.006245"], ["updated_at", "2018-11-09 15:40:05.006245"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 145], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:05.012728"], ["updated_at", "2018-11-09 15:40:05.012728"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.0ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:40:05.022213"], ["updated_at", "2018-11-09 15:40:05.022213"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 146], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:05.028760"], ["updated_at", "2018-11-09 15:40:05.028760"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:40:05.037496"], ["updated_at", "2018-11-09 15:40:05.037496"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 147], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:05.043790"], ["updated_at", "2018-11-09 15:40:05.043790"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:40:05.051219"], ["updated_at", "2018-11-09 15:40:05.051219"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 148], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:05.056646"], ["updated_at", "2018-11-09 15:40:05.056646"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:40:05.066267"], ["updated_at", "2018-11-09 15:40:05.066267"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 149], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:05.071445"], ["updated_at", "2018-11-09 15:40:05.071445"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:40:05.083741"], ["updated_at", "2018-11-09 15:40:05.083741"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 150], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:05.088970"], ["updated_at", "2018-11-09 15:40:05.088970"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:40:05.097042"], ["updated_at", "2018-11-09 15:40:05.097042"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 151], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:05.101794"], ["updated_at", "2018-11-09 15:40:05.101794"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (2.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:40:05.114751"], ["updated_at", "2018-11-09 15:40:05.114751"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 152], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:05.123568"], ["updated_at", "2018-11-09 15:40:05.123568"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:05.133837"], ["updated_at", "2018-11-09 15:40:05.133837"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 153], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:05.139791"], ["updated_at", "2018-11-09 15:40:05.139791"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:05.149596"], ["updated_at", "2018-11-09 15:40:05.149596"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 154], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:05.154915"], ["updated_at", "2018-11-09 15:40:05.154915"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:05.162378"], ["updated_at", "2018-11-09 15:40:05.162378"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 155], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:05.168496"], ["updated_at", "2018-11-09 15:40:05.168496"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (1.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:05.177213"], ["updated_at", "2018-11-09 15:40:05.177213"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 156], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:05.182906"], ["updated_at", "2018-11-09 15:40:05.182906"]]  (0.8ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:05.190838"], ["updated_at", "2018-11-09 15:40:05.190838"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 157], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:05.196337"], ["updated_at", "2018-11-09 15:40:05.196337"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (2.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:05.203594"], ["updated_at", "2018-11-09 15:40:05.203594"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 158], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:05.212924"], ["updated_at", "2018-11-09 15:40:05.212924"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:05.223747"], ["updated_at", "2018-11-09 15:40:05.223747"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 159], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:05.231816"], ["updated_at", "2018-11-09 15:40:05.231816"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:05.239785"], ["updated_at", "2018-11-09 15:40:05.239785"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 160], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:05.245503"], ["updated_at", "2018-11-09 15:40:05.245503"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:05.253504"], ["updated_at", "2018-11-09 15:40:05.253504"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 161], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:05.259359"], ["updated_at", "2018-11-09 15:40:05.259359"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:05.268024"], ["updated_at", "2018-11-09 15:40:05.268024"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 162], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:05.272512"], ["updated_at", "2018-11-09 15:40:05.272512"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:05.279556"], ["updated_at", "2018-11-09 15:40:05.279556"]] PublicActivity::Activity Create (1.3ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 163], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:05.284940"], ["updated_at", "2018-11-09 15:40:05.284940"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.7ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:05.295274"], ["updated_at", "2018-11-09 15:40:05.295274"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 164], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:05.300402"], ["updated_at", "2018-11-09 15:40:05.300402"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:05.307409"], ["updated_at", "2018-11-09 15:40:05.307409"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 165], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:05.311690"], ["updated_at", "2018-11-09 15:40:05.311690"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:05.322617"], ["updated_at", "2018-11-09 15:40:05.322617"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 166], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:05.327870"], ["updated_at", "2018-11-09 15:40:05.327870"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:05.336550"], ["updated_at", "2018-11-09 15:40:05.336550"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 167], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:05.341331"], ["updated_at", "2018-11-09 15:40:05.341331"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:05.351439"], ["updated_at", "2018-11-09 15:40:05.351439"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 168], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:05.356195"], ["updated_at", "2018-11-09 15:40:05.356195"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.1ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 15:40:05.363784"], ["updated_at", "2018-11-09 15:40:05.363784"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 169], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:05.370344"], ["updated_at", "2018-11-09 15:40:05.370344"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:05.381614"], ["updated_at", "2018-11-09 15:40:05.381614"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 170], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:05.387900"], ["updated_at", "2018-11-09 15:40:05.387900"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 15:40:05.396472"], ["updated_at", "2018-11-09 15:40:05.396472"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 171], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:05.403006"], ["updated_at", "2018-11-09 15:40:05.403006"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:05.413821"], ["updated_at", "2018-11-09 15:40:05.413821"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 172], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:05.420444"], ["updated_at", "2018-11-09 15:40:05.420444"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 15:40:05.429058"], ["updated_at", "2018-11-09 15:40:05.429058"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 173], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:05.435899"], ["updated_at", "2018-11-09 15:40:05.435899"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:05.447666"], ["updated_at", "2018-11-09 15:40:05.447666"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 174], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:05.454373"], ["updated_at", "2018-11-09 15:40:05.454373"]]  (0.7ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 15:40:05.463194"], ["updated_at", "2018-11-09 15:40:05.463194"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 175], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:05.469645"], ["updated_at", "2018-11-09 15:40:05.469645"]]  (0.7ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:05.479984"], ["updated_at", "2018-11-09 15:40:05.479984"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 176], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:05.484914"], ["updated_at", "2018-11-09 15:40:05.484914"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 15:40:05.490946"], ["updated_at", "2018-11-09 15:40:05.490946"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 177], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:05.495108"], ["updated_at", "2018-11-09 15:40:05.495108"]]  (1.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.5ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:05.505160"], ["updated_at", "2018-11-09 15:40:05.505160"]] PublicActivity::Activity Create (1.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 178], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:05.510043"], ["updated_at", "2018-11-09 15:40:05.510043"]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.1ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 15:40:05.519873"], ["updated_at", "2018-11-09 15:40:05.519873"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 179], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:05.525055"], ["updated_at", "2018-11-09 15:40:05.525055"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:05.534629"], ["updated_at", "2018-11-09 15:40:05.534629"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 180], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:05.539527"], ["updated_at", "2018-11-09 15:40:05.539527"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 15:40:05.547163"], ["updated_at", "2018-11-09 15:40:05.547163"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 181], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:05.552186"], ["updated_at", "2018-11-09 15:40:05.552186"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:40:05.560198"], ["updated_at", "2018-11-09 15:40:05.560198"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 182], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:05.566859"], ["updated_at", "2018-11-09 15:40:05.566859"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 15:40:05.572513"], ["updated_at", "2018-11-09 15:40:05.572513"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 183], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:40:05.578364"], ["updated_at", "2018-11-09 15:40:05.578364"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (1.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.4ms) BEGIN Role Load (1.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (1.1ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (1.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "burnice.green@kuhlmankuhic.co"], ["LIMIT", 1]] User Create (1.2ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Lexus"], ["permalink", "lexus-5f55eee5"], ["username", "Dorris"], ["email", "burnice.green@kuhlmankuhic.co"], ["encrypted_password", "$2a$04$OF60mhASJMy45Hey5LEKWO2cdv.Nut9DvIT.UrZyhOIFFYvyNl65C"], ["created_at", "2018-11-09 15:40:59.711055"], ["updated_at", "2018-11-09 15:40:59.711055"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 12], ["key", "user.create"], ["created_at", "2018-11-09 15:40:59.748733"], ["updated_at", "2018-11-09 15:40:59.748733"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 12], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.2ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 12], ["LIMIT", 1]] Role Load (1.1ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 12], ["LIMIT", 1]] Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 108ms (ActiveRecord: 24.1ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "flavie@klocko.name"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Inés"], ["permalink", "ines-7c0f4cd2"], ["username", "Javier"], ["email", "flavie@klocko.name"], ["encrypted_password", "$2a$04$BcuI0PhkmcCutoi5rEsbh.ADirutadpP0CMvxTMcgHSwfMJmKVHnC"], ["created_at", "2018-11-09 15:40:59.880064"], ["updated_at", "2018-11-09 15:40:59.880064"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 13], ["key", "user.create"], ["created_at", "2018-11-09 15:40:59.883346"], ["updated_at", "2018-11-09 15:40:59.883346"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 13], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 13], ["LIMIT", 1]] Role Load (1.1ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 13], ["LIMIT", 1]] Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (2.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (1.1ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (1.1ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 13], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.4ms) Completed 200 OK in 40ms (Views: 11.7ms | ActiveRecord: 11.3ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Customize Create (1.1ms) INSERT INTO "customizes" ("file", "installed", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["file", nil], ["installed", true], ["created_at", "2018-11-09 15:40:59.966634"], ["updated_at", "2018-11-09 15:40:59.966634"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Customize"], ["trackable_id", 4], ["key", "customize.create"], ["created_at", "2018-11-09 15:40:59.970321"], ["updated_at", "2018-11-09 15:40:59.970321"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:00.010837"], ["updated_at", "2018-11-09 15:41:00.010837"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 184], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.015749"], ["updated_at", "2018-11-09 15:41:00.015749"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:00.023247"], ["updated_at", "2018-11-09 15:41:00.023247"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 185], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.027404"], ["updated_at", "2018-11-09 15:41:00.027404"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.4ms) BEGIN Role Exists (0.8ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Sara"], ["LIMIT", 1]] Role Create (0.8ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Sara"], ["position", 1], ["created_at", "2018-11-09 15:41:00.098442"], ["updated_at", "2018-11-09 15:41:00.098442"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.8ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 18], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Marta"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Marta"], ["position", 1], ["created_at", "2018-11-09 15:41:00.106615"], ["updated_at", "2018-11-09 15:41:00.106615"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 19], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Samuel"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Samuel"], ["position", 1], ["created_at", "2018-11-09 15:41:00.114717"], ["updated_at", "2018-11-09 15:41:00.114717"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 20]] Permission Create (0.8ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 20], ["created_at", "2018-11-09 15:41:00.118913"], ["updated_at", "2018-11-09 15:41:00.118913"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 20], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Victoria"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Victoria"], ["position", 1], ["created_at", "2018-11-09 15:41:00.126879"], ["updated_at", "2018-11-09 15:41:00.126879"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 21]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 21], ["created_at", "2018-11-09 15:41:00.131460"], ["updated_at", "2018-11-09 15:41:00.131460"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 21], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 21], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 21], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 21], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-11-09 15:41:00.139278"], ["id", 12]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 21], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Lorena"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Lorena"], ["position", 1], ["created_at", "2018-11-09 15:41:00.146258"], ["updated_at", "2018-11-09 15:41:00.146258"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 22]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 22], ["created_at", "2018-11-09 15:41:00.150342"], ["updated_at", "2018-11-09 15:41:00.150342"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 22], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 22], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 22], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 22], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-11-09 15:41:00.157397"], ["id", 13]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 22], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 22], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 22], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 22], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.7ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-11-09 15:41:00.164628"], ["id", 13]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 22], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Salvador"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Salvador"], ["position", 1], ["created_at", "2018-11-09 15:41:00.171488"], ["updated_at", "2018-11-09 15:41:00.171488"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 23]] Permission Create (0.4ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 23], ["created_at", "2018-11-09 15:41:00.175242"], ["updated_at", "2018-11-09 15:41:00.175242"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 23], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Natalia"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Natalia"], ["position", 1], ["created_at", "2018-11-09 15:41:00.181667"], ["updated_at", "2018-11-09 15:41:00.181667"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.3ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 24], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Julio"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Julio"], ["position", 1], ["created_at", "2018-11-09 15:41:00.188048"], ["updated_at", "2018-11-09 15:41:00.188048"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 25]] Permission Create (0.4ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 25], ["created_at", "2018-11-09 15:41:00.191455"], ["updated_at", "2018-11-09 15:41:00.191455"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 25], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.6ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-11-09 15:41:00.218790' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.4ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Inés"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-11-09 15:41:00.217977"], ["updated_at", "2018-11-09 15:41:00.217977"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 5], ["key", "script.create"], ["created_at", "2018-11-09 15:41:00.222847"], ["updated_at", "2018-11-09 15:41:00.222847"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Script Update All (0.4ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-11-09 15:41:00.231004' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.3ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Guillermina"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-11-09 15:41:00.230486"], ["updated_at", "2018-11-09 15:41:00.230486"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 6], ["key", "script.create"], ["created_at", "2018-11-09 15:41:00.234361"], ["updated_at", "2018-11-09 15:41:00.234361"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "elsie@mayert.io"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "mabel_runte@cummings.name"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "bernita.mitchell@wisoky.name"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Manuela"], ["permalink", "manuela-6288f70d"], ["username", "Julia"], ["email", "bernita.mitchell@wisoky.name"], ["encrypted_password", "$2a$04$e8KT3gJ2CDmwF7wm8iOale7Azo0O4DCne7R5K8brSFrJ50OpFfrHO"], ["created_at", "2018-11-09 15:41:00.296997"], ["updated_at", "2018-11-09 15:41:00.296997"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 14], ["key", "user.create"], ["created_at", "2018-11-09 15:41:00.299844"], ["updated_at", "2018-11-09 15:41:00.299844"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 14], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "susan.casper@feest.biz"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Laura"], ["permalink", "laura-28aeaa67"], ["username", "Josefina"], ["email", "susan.casper@feest.biz"], ["encrypted_password", "$2a$04$QQVxkcpdCtvXE9dXlXBoQ.yxG8o4C0HbahlWECWR5HZKfn05zUolK"], ["created_at", "2018-11-09 15:41:00.315082"], ["updated_at", "2018-11-09 15:41:00.315082"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 15], ["key", "user.create"], ["created_at", "2018-11-09 15:41:00.318000"], ["updated_at", "2018-11-09 15:41:00.318000"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 15], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 2]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.8ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "arnaldo@rohankovacek.org"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Elvira"], ["permalink", "elvira-25ec59a0"], ["username", "Luisa"], ["email", "arnaldo@rohankovacek.org"], ["encrypted_password", "$2a$04$vH32ikBNjlnG.TZNK6JeJ.1z75xiyFWzdReBsfbwxfLD3GDPDhfWC"], ["created_at", "2018-11-09 15:41:00.340443"], ["updated_at", "2018-11-09 15:41:00.340443"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 16], ["key", "user.create"], ["created_at", "2018-11-09 15:41:00.344009"], ["updated_at", "2018-11-09 15:41:00.344009"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 16], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:00.391423"], ["updated_at", "2018-11-09 15:41:00.391423"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 186], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.410064"], ["updated_at", "2018-11-09 15:41:00.410064"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:00.440136"], ["updated_at", "2018-11-09 15:41:00.440136"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 187], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.445504"], ["updated_at", "2018-11-09 15:41:00.445504"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:00.453944"], ["updated_at", "2018-11-09 15:41:00.453944"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 188], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.458876"], ["updated_at", "2018-11-09 15:41:00.458876"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) ROLLBACK  (0.5ms) BEGIN  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:00.569681"], ["updated_at", "2018-11-09 15:41:00.569681"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 189], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.574533"], ["updated_at", "2018-11-09 15:41:00.574533"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:00.584836"], ["updated_at", "2018-11-09 15:41:00.584836"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 190], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.588917"], ["updated_at", "2018-11-09 15:41:00.588917"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:00.598797"], ["updated_at", "2018-11-09 15:41:00.598797"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 191], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.604282"], ["updated_at", "2018-11-09 15:41:00.604282"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "keppler"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "test_index"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:00.618604"], ["updated_at", "2018-11-09 15:41:00.618604"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 192], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.623255"], ["updated_at", "2018-11-09 15:41:00.623255"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:00.634925"], ["updated_at", "2018-11-09 15:41:00.634925"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 193], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.639304"], ["updated_at", "2018-11-09 15:41:00.639304"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:00.646720"], ["updated_at", "2018-11-09 15:41:00.646720"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 194], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.651177"], ["updated_at", "2018-11-09 15:41:00.651177"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:00.658835"], ["updated_at", "2018-11-09 15:41:00.658835"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 195], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.663386"], ["updated_at", "2018-11-09 15:41:00.663386"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:00.670624"], ["updated_at", "2018-11-09 15:41:00.670624"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 196], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.674938"], ["updated_at", "2018-11-09 15:41:00.674938"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:00.681944"], ["updated_at", "2018-11-09 15:41:00.681944"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 197], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.686108"], ["updated_at", "2018-11-09 15:41:00.686108"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:00.693281"], ["updated_at", "2018-11-09 15:41:00.693281"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 198], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.697242"], ["updated_at", "2018-11-09 15:41:00.697242"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:00.703752"], ["updated_at", "2018-11-09 15:41:00.703752"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 199], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.708293"], ["updated_at", "2018-11-09 15:41:00.708293"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:00.715553"], ["updated_at", "2018-11-09 15:41:00.715553"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 200], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.719797"], ["updated_at", "2018-11-09 15:41:00.719797"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:00.726655"], ["updated_at", "2018-11-09 15:41:00.726655"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 201], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.730810"], ["updated_at", "2018-11-09 15:41:00.730810"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:00.737764"], ["updated_at", "2018-11-09 15:41:00.737764"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 202], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.742506"], ["updated_at", "2018-11-09 15:41:00.742506"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:00.750114"], ["updated_at", "2018-11-09 15:41:00.750114"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 203], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.754369"], ["updated_at", "2018-11-09 15:41:00.754369"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:00.760651"], ["updated_at", "2018-11-09 15:41:00.760651"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 204], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.764948"], ["updated_at", "2018-11-09 15:41:00.764948"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:00.771890"], ["updated_at", "2018-11-09 15:41:00.771890"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 205], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.775828"], ["updated_at", "2018-11-09 15:41:00.775828"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:00.782223"], ["updated_at", "2018-11-09 15:41:00.782223"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 206], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.786530"], ["updated_at", "2018-11-09 15:41:00.786530"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:00.792951"], ["updated_at", "2018-11-09 15:41:00.792951"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 207], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.796915"], ["updated_at", "2018-11-09 15:41:00.796915"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:00.803608"], ["updated_at", "2018-11-09 15:41:00.803608"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 208], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.807698"], ["updated_at", "2018-11-09 15:41:00.807698"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:00.813961"], ["updated_at", "2018-11-09 15:41:00.813961"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 209], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.818614"], ["updated_at", "2018-11-09 15:41:00.818614"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:00.825974"], ["updated_at", "2018-11-09 15:41:00.825974"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 210], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.829998"], ["updated_at", "2018-11-09 15:41:00.829998"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:00.836568"], ["updated_at", "2018-11-09 15:41:00.836568"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 211], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.840559"], ["updated_at", "2018-11-09 15:41:00.840559"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:00.846741"], ["updated_at", "2018-11-09 15:41:00.846741"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 212], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.851002"], ["updated_at", "2018-11-09 15:41:00.851002"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:00.857834"], ["updated_at", "2018-11-09 15:41:00.857834"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 213], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.861894"], ["updated_at", "2018-11-09 15:41:00.861894"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:00.868448"], ["updated_at", "2018-11-09 15:41:00.868448"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 214], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.872561"], ["updated_at", "2018-11-09 15:41:00.872561"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:00.879265"], ["updated_at", "2018-11-09 15:41:00.879265"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 215], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.883349"], ["updated_at", "2018-11-09 15:41:00.883349"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:41:00.890199"], ["updated_at", "2018-11-09 15:41:00.890199"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 216], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.894430"], ["updated_at", "2018-11-09 15:41:00.894430"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:41:00.902381"], ["updated_at", "2018-11-09 15:41:00.902381"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 217], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.906351"], ["updated_at", "2018-11-09 15:41:00.906351"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:41:00.913371"], ["updated_at", "2018-11-09 15:41:00.913371"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 218], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.917399"], ["updated_at", "2018-11-09 15:41:00.917399"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:41:00.923754"], ["updated_at", "2018-11-09 15:41:00.923754"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 219], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.927685"], ["updated_at", "2018-11-09 15:41:00.927685"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:41:00.934059"], ["updated_at", "2018-11-09 15:41:00.934059"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 220], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.938477"], ["updated_at", "2018-11-09 15:41:00.938477"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:41:00.950420"], ["updated_at", "2018-11-09 15:41:00.950420"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 221], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.955927"], ["updated_at", "2018-11-09 15:41:00.955927"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:41:00.965466"], ["updated_at", "2018-11-09 15:41:00.965466"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 222], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.970413"], ["updated_at", "2018-11-09 15:41:00.970413"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:41:00.978434"], ["updated_at", "2018-11-09 15:41:00.978434"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 223], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.982774"], ["updated_at", "2018-11-09 15:41:00.982774"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:41:00.990665"], ["updated_at", "2018-11-09 15:41:00.990665"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 224], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:00.995154"], ["updated_at", "2018-11-09 15:41:00.995154"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:41:01.002794"], ["updated_at", "2018-11-09 15:41:01.002794"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 225], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.019700"], ["updated_at", "2018-11-09 15:41:01.019700"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:41:01.026796"], ["updated_at", "2018-11-09 15:41:01.026796"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 226], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.031332"], ["updated_at", "2018-11-09 15:41:01.031332"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:41:01.038139"], ["updated_at", "2018-11-09 15:41:01.038139"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 227], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.042285"], ["updated_at", "2018-11-09 15:41:01.042285"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.2ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:41:01.049132"], ["updated_at", "2018-11-09 15:41:01.049132"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 228], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.054073"], ["updated_at", "2018-11-09 15:41:01.054073"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:41:01.060961"], ["updated_at", "2018-11-09 15:41:01.060961"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 229], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.065567"], ["updated_at", "2018-11-09 15:41:01.065567"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:41:01.073290"], ["updated_at", "2018-11-09 15:41:01.073290"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 230], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.081204"], ["updated_at", "2018-11-09 15:41:01.081204"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:41:01.092691"], ["updated_at", "2018-11-09 15:41:01.092691"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 231], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.098558"], ["updated_at", "2018-11-09 15:41:01.098558"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:41:01.107796"], ["updated_at", "2018-11-09 15:41:01.107796"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 232], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.112906"], ["updated_at", "2018-11-09 15:41:01.112906"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:41:01.122621"], ["updated_at", "2018-11-09 15:41:01.122621"]] PublicActivity::Activity Create (1.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 233], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.128661"], ["updated_at", "2018-11-09 15:41:01.128661"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:41:01.139088"], ["updated_at", "2018-11-09 15:41:01.139088"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 234], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.143996"], ["updated_at", "2018-11-09 15:41:01.143996"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:41:01.152483"], ["updated_at", "2018-11-09 15:41:01.152483"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 235], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.157416"], ["updated_at", "2018-11-09 15:41:01.157416"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:41:01.165495"], ["updated_at", "2018-11-09 15:41:01.165495"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 236], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.170673"], ["updated_at", "2018-11-09 15:41:01.170673"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:41:01.178368"], ["updated_at", "2018-11-09 15:41:01.178368"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 237], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.183017"], ["updated_at", "2018-11-09 15:41:01.183017"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:41:01.190971"], ["updated_at", "2018-11-09 15:41:01.190971"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 238], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.195845"], ["updated_at", "2018-11-09 15:41:01.195845"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:41:01.202775"], ["updated_at", "2018-11-09 15:41:01.202775"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 239], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.207908"], ["updated_at", "2018-11-09 15:41:01.207908"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:41:01.215184"], ["updated_at", "2018-11-09 15:41:01.215184"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 240], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.219468"], ["updated_at", "2018-11-09 15:41:01.219468"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:41:01.226346"], ["updated_at", "2018-11-09 15:41:01.226346"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 241], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.230290"], ["updated_at", "2018-11-09 15:41:01.230290"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:41:01.237076"], ["updated_at", "2018-11-09 15:41:01.237076"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 242], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.241240"], ["updated_at", "2018-11-09 15:41:01.241240"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:41:01.247564"], ["updated_at", "2018-11-09 15:41:01.247564"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 243], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.251895"], ["updated_at", "2018-11-09 15:41:01.251895"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:01.258736"], ["updated_at", "2018-11-09 15:41:01.258736"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 244], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.262786"], ["updated_at", "2018-11-09 15:41:01.262786"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:01.269710"], ["updated_at", "2018-11-09 15:41:01.269710"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 245], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.273917"], ["updated_at", "2018-11-09 15:41:01.273917"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:01.280452"], ["updated_at", "2018-11-09 15:41:01.280452"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 246], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.284553"], ["updated_at", "2018-11-09 15:41:01.284553"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:01.292425"], ["updated_at", "2018-11-09 15:41:01.292425"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 247], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.301406"], ["updated_at", "2018-11-09 15:41:01.301406"]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:01.314064"], ["updated_at", "2018-11-09 15:41:01.314064"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 248], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.320539"], ["updated_at", "2018-11-09 15:41:01.320539"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:01.329054"], ["updated_at", "2018-11-09 15:41:01.329054"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 249], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.333830"], ["updated_at", "2018-11-09 15:41:01.333830"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:01.341500"], ["updated_at", "2018-11-09 15:41:01.341500"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 250], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.346093"], ["updated_at", "2018-11-09 15:41:01.346093"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:01.354204"], ["updated_at", "2018-11-09 15:41:01.354204"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 251], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.358580"], ["updated_at", "2018-11-09 15:41:01.358580"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:01.366072"], ["updated_at", "2018-11-09 15:41:01.366072"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 252], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.370524"], ["updated_at", "2018-11-09 15:41:01.370524"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:01.377042"], ["updated_at", "2018-11-09 15:41:01.377042"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 253], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.381172"], ["updated_at", "2018-11-09 15:41:01.381172"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:01.388380"], ["updated_at", "2018-11-09 15:41:01.388380"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 254], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.392366"], ["updated_at", "2018-11-09 15:41:01.392366"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:01.398513"], ["updated_at", "2018-11-09 15:41:01.398513"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 255], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.403045"], ["updated_at", "2018-11-09 15:41:01.403045"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:01.409938"], ["updated_at", "2018-11-09 15:41:01.409938"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 256], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.414360"], ["updated_at", "2018-11-09 15:41:01.414360"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:01.422091"], ["updated_at", "2018-11-09 15:41:01.422091"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 257], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.426275"], ["updated_at", "2018-11-09 15:41:01.426275"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:01.433094"], ["updated_at", "2018-11-09 15:41:01.433094"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 258], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.437317"], ["updated_at", "2018-11-09 15:41:01.437317"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:01.444742"], ["updated_at", "2018-11-09 15:41:01.444742"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 259], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.449145"], ["updated_at", "2018-11-09 15:41:01.449145"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 15:41:01.454183"], ["updated_at", "2018-11-09 15:41:01.454183"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 260], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.459948"], ["updated_at", "2018-11-09 15:41:01.459948"]]  (0.9ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:01.468390"], ["updated_at", "2018-11-09 15:41:01.468390"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 261], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.475578"], ["updated_at", "2018-11-09 15:41:01.475578"]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 15:41:01.484655"], ["updated_at", "2018-11-09 15:41:01.484655"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 262], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.490185"], ["updated_at", "2018-11-09 15:41:01.490185"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:01.499362"], ["updated_at", "2018-11-09 15:41:01.499362"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 263], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.504412"], ["updated_at", "2018-11-09 15:41:01.504412"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 15:41:01.510390"], ["updated_at", "2018-11-09 15:41:01.510390"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 264], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.515080"], ["updated_at", "2018-11-09 15:41:01.515080"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:01.523132"], ["updated_at", "2018-11-09 15:41:01.523132"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 265], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.527768"], ["updated_at", "2018-11-09 15:41:01.527768"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 15:41:01.533704"], ["updated_at", "2018-11-09 15:41:01.533704"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 266], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.539040"], ["updated_at", "2018-11-09 15:41:01.539040"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:01.548188"], ["updated_at", "2018-11-09 15:41:01.548188"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 267], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.553110"], ["updated_at", "2018-11-09 15:41:01.553110"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 15:41:01.559017"], ["updated_at", "2018-11-09 15:41:01.559017"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 268], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.563521"], ["updated_at", "2018-11-09 15:41:01.563521"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:01.571902"], ["updated_at", "2018-11-09 15:41:01.571902"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 269], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.576297"], ["updated_at", "2018-11-09 15:41:01.576297"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 15:41:01.581150"], ["updated_at", "2018-11-09 15:41:01.581150"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 270], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.584964"], ["updated_at", "2018-11-09 15:41:01.584964"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:01.592104"], ["updated_at", "2018-11-09 15:41:01.592104"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 271], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.596141"], ["updated_at", "2018-11-09 15:41:01.596141"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 15:41:01.600949"], ["updated_at", "2018-11-09 15:41:01.600949"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 272], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.605609"], ["updated_at", "2018-11-09 15:41:01.605609"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:41:01.614542"], ["updated_at", "2018-11-09 15:41:01.614542"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 273], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.619606"], ["updated_at", "2018-11-09 15:41:01.619606"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 15:41:01.626137"], ["updated_at", "2018-11-09 15:41:01.626137"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 274], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:41:01.630573"], ["updated_at", "2018-11-09 15:41:01.630573"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) BEGIN Role Load (1.0ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (1.0ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (1.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "jon_littel@bins.io"], ["LIMIT", 1]] User Create (1.2ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Rubie"], ["permalink", "rubie-d3ad53c9"], ["username", "Joelle"], ["email", "jon_littel@bins.io"], ["encrypted_password", "$2a$04$2x.wr5AkvlDTGAPJ/5w0j.MuqIsLlchPGnI8usLfbYIZR2xhC5xxW"], ["created_at", "2018-11-09 15:42:55.582344"], ["updated_at", "2018-11-09 15:42:55.582344"]] PublicActivity::Activity Create (1.3ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 17], ["key", "user.create"], ["created_at", "2018-11-09 15:42:55.641688"], ["updated_at", "2018-11-09 15:42:55.641688"]] User::HABTM_Roles Create (1.0ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 17], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 17], ["LIMIT", 1]] Role Load (1.3ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 17], ["LIMIT", 1]] Setting Load (0.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 109ms (ActiveRecord: 20.1ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "audie.bergnaum@parisian.org"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Caridad"], ["permalink", "caridad-96dd1c4f"], ["username", "Guillermina"], ["email", "audie.bergnaum@parisian.org"], ["encrypted_password", "$2a$04$T7LpRiJRm8P5phxH7ecYbecw5ZyRhzAqjE35fpu/yz.RkoiZgh/fO"], ["created_at", "2018-11-09 15:42:55.773634"], ["updated_at", "2018-11-09 15:42:55.773634"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 18], ["key", "user.create"], ["created_at", "2018-11-09 15:42:55.776500"], ["updated_at", "2018-11-09 15:42:55.776500"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 18], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.3ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 18], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 18], ["LIMIT", 1]] Setting Load (0.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.8ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 18], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.5ms) Completed 200 OK in 37ms (Views: 11.4ms | ActiveRecord: 7.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Customize Create (0.5ms) INSERT INTO "customizes" ("file", "installed", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["file", nil], ["installed", true], ["created_at", "2018-11-09 15:42:55.847172"], ["updated_at", "2018-11-09 15:42:55.847172"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Customize"], ["trackable_id", 5], ["key", "customize.create"], ["created_at", "2018-11-09 15:42:55.850210"], ["updated_at", "2018-11-09 15:42:55.850210"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:55.892109"], ["updated_at", "2018-11-09 15:42:55.892109"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 275], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:55.897094"], ["updated_at", "2018-11-09 15:42:55.897094"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:55.905485"], ["updated_at", "2018-11-09 15:42:55.905485"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 276], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:55.910135"], ["updated_at", "2018-11-09 15:42:55.910135"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "José"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "José"], ["position", 1], ["created_at", "2018-11-09 15:42:55.952496"], ["updated_at", "2018-11-09 15:42:55.952496"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.7ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 26], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Fernando"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Fernando"], ["position", 1], ["created_at", "2018-11-09 15:42:55.959756"], ["updated_at", "2018-11-09 15:42:55.959756"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 27], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Horacio"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Horacio"], ["position", 1], ["created_at", "2018-11-09 15:42:55.965691"], ["updated_at", "2018-11-09 15:42:55.965691"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 28]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 28], ["created_at", "2018-11-09 15:42:55.969445"], ["updated_at", "2018-11-09 15:42:55.969445"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 28], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Enrique"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Enrique"], ["position", 1], ["created_at", "2018-11-09 15:42:55.976812"], ["updated_at", "2018-11-09 15:42:55.976812"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 29]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 29], ["created_at", "2018-11-09 15:42:55.980801"], ["updated_at", "2018-11-09 15:42:55.980801"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 29], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 29], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 29], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 29], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-11-09 15:42:55.988334"], ["id", 17]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 29], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Josefina"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Josefina"], ["position", 1], ["created_at", "2018-11-09 15:42:55.995114"], ["updated_at", "2018-11-09 15:42:55.995114"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 30]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 30], ["created_at", "2018-11-09 15:42:55.998642"], ["updated_at", "2018-11-09 15:42:55.998642"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 30], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 30], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 30], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 30], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (1.0ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-11-09 15:42:56.005220"], ["id", 18]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 30], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 30], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 30], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 30], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-11-09 15:42:56.012794"], ["id", 18]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 30], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Eduardo"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Eduardo"], ["position", 1], ["created_at", "2018-11-09 15:42:56.018729"], ["updated_at", "2018-11-09 15:42:56.018729"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 31]] Permission Create (0.4ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 31], ["created_at", "2018-11-09 15:42:56.022634"], ["updated_at", "2018-11-09 15:42:56.022634"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.3ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 31], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Carmen"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Carmen"], ["position", 1], ["created_at", "2018-11-09 15:42:56.029010"], ["updated_at", "2018-11-09 15:42:56.029010"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 32], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "María José"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "María José"], ["position", 1], ["created_at", "2018-11-09 15:42:56.035222"], ["updated_at", "2018-11-09 15:42:56.035222"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 33]] Permission Create (0.4ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 33], ["created_at", "2018-11-09 15:42:56.038858"], ["updated_at", "2018-11-09 15:42:56.038858"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 33], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.6ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-11-09 15:42:56.064705' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.5ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "César"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-11-09 15:42:56.063972"], ["updated_at", "2018-11-09 15:42:56.063972"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 7], ["key", "script.create"], ["created_at", "2018-11-09 15:42:56.069193"], ["updated_at", "2018-11-09 15:42:56.069193"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.4ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-11-09 15:42:56.076945' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.4ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Gonzalo"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-11-09 15:42:56.076513"], ["updated_at", "2018-11-09 15:42:56.076513"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 8], ["key", "script.create"], ["created_at", "2018-11-09 15:42:56.080261"], ["updated_at", "2018-11-09 15:42:56.080261"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 8], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "jacynthe@champlin.co"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (1.0ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN Role Load (0.8ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "willis_champlin@gulgowskigoldner.name"], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.8ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.4ms) BEGIN Role Load (0.7ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.5ms) SAVEPOINT active_record_1 Role Exists (0.8ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (1.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "verla.schuster@maggio.name"], ["LIMIT", 1]] User Create (1.1ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Claudio"], ["permalink", "claudio-9d6cf650"], ["username", "Raquel"], ["email", "verla.schuster@maggio.name"], ["encrypted_password", "$2a$04$YYK01BeDETR1dM4X5RUdK.LPp2MVSfg0Fhha1bcs0jqdtUxVZ13ri"], ["created_at", "2018-11-09 15:42:56.156607"], ["updated_at", "2018-11-09 15:42:56.156607"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 19], ["key", "user.create"], ["created_at", "2018-11-09 15:42:56.161916"], ["updated_at", "2018-11-09 15:42:56.161916"]] User::HABTM_Roles Create (0.8ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 19], ["role_id", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "halle@sipes.name"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Miguel Ángel"], ["permalink", "miguel-angel-2933f00a"], ["username", "María Teresa"], ["email", "halle@sipes.name"], ["encrypted_password", "$2a$04$ZgGloIu6Y24peF3bQLhXl.HOjA5JQzmsuMYIykEag1JenN2O8Uxfi"], ["created_at", "2018-11-09 15:42:56.185388"], ["updated_at", "2018-11-09 15:42:56.185388"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 20], ["key", "user.create"], ["created_at", "2018-11-09 15:42:56.188944"], ["updated_at", "2018-11-09 15:42:56.188944"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 20], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:56.241838"], ["updated_at", "2018-11-09 15:42:56.241838"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 277], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.246247"], ["updated_at", "2018-11-09 15:42:56.246247"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:56.274608"], ["updated_at", "2018-11-09 15:42:56.274608"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 278], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.278813"], ["updated_at", "2018-11-09 15:42:56.278813"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:56.286696"], ["updated_at", "2018-11-09 15:42:56.286696"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 279], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.291224"], ["updated_at", "2018-11-09 15:42:56.291224"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (3.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:56.406304"], ["updated_at", "2018-11-09 15:42:56.406304"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 280], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.414715"], ["updated_at", "2018-11-09 15:42:56.414715"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:56.424527"], ["updated_at", "2018-11-09 15:42:56.424527"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 281], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.428651"], ["updated_at", "2018-11-09 15:42:56.428651"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:56.437781"], ["updated_at", "2018-11-09 15:42:56.437781"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 282], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.441816"], ["updated_at", "2018-11-09 15:42:56.441816"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "keppler"], ["LIMIT", 1]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "test_index"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:56.452623"], ["updated_at", "2018-11-09 15:42:56.452623"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 283], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.457024"], ["updated_at", "2018-11-09 15:42:56.457024"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:56.467960"], ["updated_at", "2018-11-09 15:42:56.467960"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 284], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.473207"], ["updated_at", "2018-11-09 15:42:56.473207"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:56.480815"], ["updated_at", "2018-11-09 15:42:56.480815"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 285], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.485147"], ["updated_at", "2018-11-09 15:42:56.485147"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:56.492455"], ["updated_at", "2018-11-09 15:42:56.492455"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 286], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.496733"], ["updated_at", "2018-11-09 15:42:56.496733"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:56.508073"], ["updated_at", "2018-11-09 15:42:56.508073"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 287], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.514494"], ["updated_at", "2018-11-09 15:42:56.514494"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:56.523567"], ["updated_at", "2018-11-09 15:42:56.523567"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 288], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.528315"], ["updated_at", "2018-11-09 15:42:56.528315"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:56.534937"], ["updated_at", "2018-11-09 15:42:56.534937"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 289], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.539067"], ["updated_at", "2018-11-09 15:42:56.539067"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:56.545315"], ["updated_at", "2018-11-09 15:42:56.545315"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 290], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.549162"], ["updated_at", "2018-11-09 15:42:56.549162"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:56.555628"], ["updated_at", "2018-11-09 15:42:56.555628"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 291], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.560084"], ["updated_at", "2018-11-09 15:42:56.560084"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:56.566289"], ["updated_at", "2018-11-09 15:42:56.566289"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 292], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.570393"], ["updated_at", "2018-11-09 15:42:56.570393"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:56.578306"], ["updated_at", "2018-11-09 15:42:56.578306"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 293], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.582714"], ["updated_at", "2018-11-09 15:42:56.582714"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:56.590530"], ["updated_at", "2018-11-09 15:42:56.590530"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 294], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.594655"], ["updated_at", "2018-11-09 15:42:56.594655"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:56.601155"], ["updated_at", "2018-11-09 15:42:56.601155"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 295], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.605570"], ["updated_at", "2018-11-09 15:42:56.605570"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:56.612937"], ["updated_at", "2018-11-09 15:42:56.612937"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 296], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.616952"], ["updated_at", "2018-11-09 15:42:56.616952"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:56.624052"], ["updated_at", "2018-11-09 15:42:56.624052"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 297], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.628197"], ["updated_at", "2018-11-09 15:42:56.628197"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:56.635228"], ["updated_at", "2018-11-09 15:42:56.635228"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 298], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.639420"], ["updated_at", "2018-11-09 15:42:56.639420"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:56.645683"], ["updated_at", "2018-11-09 15:42:56.645683"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 299], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.649802"], ["updated_at", "2018-11-09 15:42:56.649802"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:56.656564"], ["updated_at", "2018-11-09 15:42:56.656564"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 300], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.660756"], ["updated_at", "2018-11-09 15:42:56.660756"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:56.668333"], ["updated_at", "2018-11-09 15:42:56.668333"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 301], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.672448"], ["updated_at", "2018-11-09 15:42:56.672448"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:56.679207"], ["updated_at", "2018-11-09 15:42:56.679207"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 302], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.683081"], ["updated_at", "2018-11-09 15:42:56.683081"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:56.691411"], ["updated_at", "2018-11-09 15:42:56.691411"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 303], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.696490"], ["updated_at", "2018-11-09 15:42:56.696490"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:56.703676"], ["updated_at", "2018-11-09 15:42:56.703676"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 304], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.708886"], ["updated_at", "2018-11-09 15:42:56.708886"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:56.716066"], ["updated_at", "2018-11-09 15:42:56.716066"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 305], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.720118"], ["updated_at", "2018-11-09 15:42:56.720118"]]  (0.8ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:56.731081"], ["updated_at", "2018-11-09 15:42:56.731081"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 306], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.736471"], ["updated_at", "2018-11-09 15:42:56.736471"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:42:56.745734"], ["updated_at", "2018-11-09 15:42:56.745734"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 307], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.750884"], ["updated_at", "2018-11-09 15:42:56.750884"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:42:56.760012"], ["updated_at", "2018-11-09 15:42:56.760012"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 308], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.764882"], ["updated_at", "2018-11-09 15:42:56.764882"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:42:56.772460"], ["updated_at", "2018-11-09 15:42:56.772460"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 309], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.777303"], ["updated_at", "2018-11-09 15:42:56.777303"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:42:56.784640"], ["updated_at", "2018-11-09 15:42:56.784640"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 310], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.789056"], ["updated_at", "2018-11-09 15:42:56.789056"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:42:56.795949"], ["updated_at", "2018-11-09 15:42:56.795949"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 311], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.799894"], ["updated_at", "2018-11-09 15:42:56.799894"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:42:56.807164"], ["updated_at", "2018-11-09 15:42:56.807164"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 312], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.813442"], ["updated_at", "2018-11-09 15:42:56.813442"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:42:56.821900"], ["updated_at", "2018-11-09 15:42:56.821900"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 313], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.826402"], ["updated_at", "2018-11-09 15:42:56.826402"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:42:56.833120"], ["updated_at", "2018-11-09 15:42:56.833120"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 314], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.837039"], ["updated_at", "2018-11-09 15:42:56.837039"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:42:56.844632"], ["updated_at", "2018-11-09 15:42:56.844632"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 315], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.848588"], ["updated_at", "2018-11-09 15:42:56.848588"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:42:56.855148"], ["updated_at", "2018-11-09 15:42:56.855148"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 316], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.859629"], ["updated_at", "2018-11-09 15:42:56.859629"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:42:56.866019"], ["updated_at", "2018-11-09 15:42:56.866019"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 317], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.869958"], ["updated_at", "2018-11-09 15:42:56.869958"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:42:56.876197"], ["updated_at", "2018-11-09 15:42:56.876197"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 318], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.880373"], ["updated_at", "2018-11-09 15:42:56.880373"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:42:56.887212"], ["updated_at", "2018-11-09 15:42:56.887212"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 319], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.891298"], ["updated_at", "2018-11-09 15:42:56.891298"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:42:56.897733"], ["updated_at", "2018-11-09 15:42:56.897733"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 320], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.901775"], ["updated_at", "2018-11-09 15:42:56.901775"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:42:56.908705"], ["updated_at", "2018-11-09 15:42:56.908705"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 321], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.912887"], ["updated_at", "2018-11-09 15:42:56.912887"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:42:56.920145"], ["updated_at", "2018-11-09 15:42:56.920145"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 322], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.923998"], ["updated_at", "2018-11-09 15:42:56.923998"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:42:56.930559"], ["updated_at", "2018-11-09 15:42:56.930559"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 323], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.934392"], ["updated_at", "2018-11-09 15:42:56.934392"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:42:56.940493"], ["updated_at", "2018-11-09 15:42:56.940493"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 324], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.944279"], ["updated_at", "2018-11-09 15:42:56.944279"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:42:56.950737"], ["updated_at", "2018-11-09 15:42:56.950737"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 325], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.954802"], ["updated_at", "2018-11-09 15:42:56.954802"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:42:56.962053"], ["updated_at", "2018-11-09 15:42:56.962053"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 326], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.966352"], ["updated_at", "2018-11-09 15:42:56.966352"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:42:56.973839"], ["updated_at", "2018-11-09 15:42:56.973839"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 327], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.978344"], ["updated_at", "2018-11-09 15:42:56.978344"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:42:56.984930"], ["updated_at", "2018-11-09 15:42:56.984930"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 328], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:56.988988"], ["updated_at", "2018-11-09 15:42:56.988988"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:42:56.996590"], ["updated_at", "2018-11-09 15:42:56.996590"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 329], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:57.000569"], ["updated_at", "2018-11-09 15:42:57.000569"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:42:57.007085"], ["updated_at", "2018-11-09 15:42:57.007085"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 330], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:57.012297"], ["updated_at", "2018-11-09 15:42:57.012297"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:42:57.019677"], ["updated_at", "2018-11-09 15:42:57.019677"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 331], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:57.023836"], ["updated_at", "2018-11-09 15:42:57.023836"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:42:57.030907"], ["updated_at", "2018-11-09 15:42:57.030907"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 332], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:57.035409"], ["updated_at", "2018-11-09 15:42:57.035409"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:42:57.042706"], ["updated_at", "2018-11-09 15:42:57.042706"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 333], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:57.047120"], ["updated_at", "2018-11-09 15:42:57.047120"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:42:57.053610"], ["updated_at", "2018-11-09 15:42:57.053610"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 334], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:57.057843"], ["updated_at", "2018-11-09 15:42:57.057843"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:57.073839"], ["updated_at", "2018-11-09 15:42:57.073839"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 335], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:57.078611"], ["updated_at", "2018-11-09 15:42:57.078611"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:57.085885"], ["updated_at", "2018-11-09 15:42:57.085885"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 336], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:57.090579"], ["updated_at", "2018-11-09 15:42:57.090579"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:57.097770"], ["updated_at", "2018-11-09 15:42:57.097770"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 337], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:57.102115"], ["updated_at", "2018-11-09 15:42:57.102115"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:57.109844"], ["updated_at", "2018-11-09 15:42:57.109844"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 338], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:57.114517"], ["updated_at", "2018-11-09 15:42:57.114517"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.0ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:57.121567"], ["updated_at", "2018-11-09 15:42:57.121567"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 339], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:57.126832"], ["updated_at", "2018-11-09 15:42:57.126832"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:57.136562"], ["updated_at", "2018-11-09 15:42:57.136562"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 340], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:57.141043"], ["updated_at", "2018-11-09 15:42:57.141043"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:57.148883"], ["updated_at", "2018-11-09 15:42:57.148883"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 341], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:57.153387"], ["updated_at", "2018-11-09 15:42:57.153387"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:57.160134"], ["updated_at", "2018-11-09 15:42:57.160134"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 342], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:57.164273"], ["updated_at", "2018-11-09 15:42:57.164273"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:57.171532"], ["updated_at", "2018-11-09 15:42:57.171532"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 343], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:57.176103"], ["updated_at", "2018-11-09 15:42:57.176103"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:57.183246"], ["updated_at", "2018-11-09 15:42:57.183246"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 344], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:57.187292"], ["updated_at", "2018-11-09 15:42:57.187292"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:57.194266"], ["updated_at", "2018-11-09 15:42:57.194266"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 345], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:57.198368"], ["updated_at", "2018-11-09 15:42:57.198368"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:57.204725"], ["updated_at", "2018-11-09 15:42:57.204725"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 346], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:57.210561"], ["updated_at", "2018-11-09 15:42:57.210561"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:57.216949"], ["updated_at", "2018-11-09 15:42:57.216949"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 347], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:57.220892"], ["updated_at", "2018-11-09 15:42:57.220892"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:57.227541"], ["updated_at", "2018-11-09 15:42:57.227541"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 348], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:57.231809"], ["updated_at", "2018-11-09 15:42:57.231809"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:57.238025"], ["updated_at", "2018-11-09 15:42:57.238025"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 349], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:57.241923"], ["updated_at", "2018-11-09 15:42:57.241923"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:57.248954"], ["updated_at", "2018-11-09 15:42:57.248954"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 350], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:57.252912"], ["updated_at", "2018-11-09 15:42:57.252912"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.0ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 15:42:57.258744"], ["updated_at", "2018-11-09 15:42:57.258744"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 351], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:57.264018"], ["updated_at", "2018-11-09 15:42:57.264018"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:57.272061"], ["updated_at", "2018-11-09 15:42:57.272061"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 352], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:57.276422"], ["updated_at", "2018-11-09 15:42:57.276422"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 15:42:57.281720"], ["updated_at", "2018-11-09 15:42:57.281720"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 353], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:57.285900"], ["updated_at", "2018-11-09 15:42:57.285900"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:57.297486"], ["updated_at", "2018-11-09 15:42:57.297486"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 354], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:57.303407"], ["updated_at", "2018-11-09 15:42:57.303407"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 15:42:57.309983"], ["updated_at", "2018-11-09 15:42:57.309983"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 355], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:57.315201"], ["updated_at", "2018-11-09 15:42:57.315201"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:57.323664"], ["updated_at", "2018-11-09 15:42:57.323664"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 356], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:57.328958"], ["updated_at", "2018-11-09 15:42:57.328958"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 15:42:57.334640"], ["updated_at", "2018-11-09 15:42:57.334640"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 357], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:57.339183"], ["updated_at", "2018-11-09 15:42:57.339183"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:57.347249"], ["updated_at", "2018-11-09 15:42:57.347249"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 358], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:57.351417"], ["updated_at", "2018-11-09 15:42:57.351417"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 15:42:57.356926"], ["updated_at", "2018-11-09 15:42:57.356926"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 359], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:57.361271"], ["updated_at", "2018-11-09 15:42:57.361271"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:57.368498"], ["updated_at", "2018-11-09 15:42:57.368498"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 360], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:57.372806"], ["updated_at", "2018-11-09 15:42:57.372806"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 15:42:57.377982"], ["updated_at", "2018-11-09 15:42:57.377982"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 361], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:57.382719"], ["updated_at", "2018-11-09 15:42:57.382719"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:57.389984"], ["updated_at", "2018-11-09 15:42:57.389984"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 362], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:57.394158"], ["updated_at", "2018-11-09 15:42:57.394158"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 15:42:57.399590"], ["updated_at", "2018-11-09 15:42:57.399590"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 363], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:57.403650"], ["updated_at", "2018-11-09 15:42:57.403650"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:42:57.411208"], ["updated_at", "2018-11-09 15:42:57.411208"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 364], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:57.415263"], ["updated_at", "2018-11-09 15:42:57.415263"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 15:42:57.420651"], ["updated_at", "2018-11-09 15:42:57.420651"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 365], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:42:57.424724"], ["updated_at", "2018-11-09 15:42:57.424724"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) BEGIN Role Load (1.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (1.1ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "joannie_hintz@okon.io"], ["LIMIT", 1]] User Create (1.3ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Emmalee"], ["permalink", "emmalee-c34df5f6"], ["username", "Obie"], ["email", "joannie_hintz@okon.io"], ["encrypted_password", "$2a$04$ZRCM9GwDjTN./jkXajzgvOheU7tHYKH0QpwzYD48IxiRDDtZnRa3G"], ["created_at", "2018-11-09 15:43:29.266307"], ["updated_at", "2018-11-09 15:43:29.266307"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 21], ["key", "user.create"], ["created_at", "2018-11-09 15:43:29.304442"], ["updated_at", "2018-11-09 15:43:29.304442"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 21], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 21], ["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 21], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 110ms (ActiveRecord: 19.7ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "alyson_lueilwitz@marks.info"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Guillermo"], ["permalink", "guillermo-8c5d071a"], ["username", "Gabriela"], ["email", "alyson_lueilwitz@marks.info"], ["encrypted_password", "$2a$04$.HLG3SmEgk7nsvx3UB1GlO7areTZYa0nMv7onQM9F8OJBd15LMfSW"], ["created_at", "2018-11-09 15:43:29.437961"], ["updated_at", "2018-11-09 15:43:29.437961"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 22], ["key", "user.create"], ["created_at", "2018-11-09 15:43:29.440926"], ["updated_at", "2018-11-09 15:43:29.440926"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 22], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 22], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 22], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.6ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 22], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.4ms) Completed 200 OK in 38ms (Views: 10.9ms | ActiveRecord: 8.3ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Customize Create (0.6ms) INSERT INTO "customizes" ("file", "installed", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["file", nil], ["installed", true], ["created_at", "2018-11-09 15:43:29.513335"], ["updated_at", "2018-11-09 15:43:29.513335"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Customize"], ["trackable_id", 6], ["key", "customize.create"], ["created_at", "2018-11-09 15:43:29.516555"], ["updated_at", "2018-11-09 15:43:29.516555"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:29.556483"], ["updated_at", "2018-11-09 15:43:29.556483"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 366], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:29.561662"], ["updated_at", "2018-11-09 15:43:29.561662"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:29.569690"], ["updated_at", "2018-11-09 15:43:29.569690"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 367], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:29.573698"], ["updated_at", "2018-11-09 15:43:29.573698"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Norma"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Norma"], ["position", 1], ["created_at", "2018-11-09 15:43:29.616765"], ["updated_at", "2018-11-09 15:43:29.616765"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.5ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 34], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Rosario"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Rosario"], ["position", 1], ["created_at", "2018-11-09 15:43:29.623521"], ["updated_at", "2018-11-09 15:43:29.623521"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 35], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Jaime"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Jaime"], ["position", 1], ["created_at", "2018-11-09 15:43:29.629520"], ["updated_at", "2018-11-09 15:43:29.629520"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 36]] Permission Create (0.8ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 36], ["created_at", "2018-11-09 15:43:29.633210"], ["updated_at", "2018-11-09 15:43:29.633210"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 36], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Ana María"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Ana María"], ["position", 1], ["created_at", "2018-11-09 15:43:29.641050"], ["updated_at", "2018-11-09 15:43:29.641050"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 37]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 37], ["created_at", "2018-11-09 15:43:29.645273"], ["updated_at", "2018-11-09 15:43:29.645273"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 37], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 37], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 37], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 37], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-11-09 15:43:29.652194"], ["id", 22]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 37], ["LIMIT", 1]]  (0.5ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Horacio"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Horacio"], ["position", 1], ["created_at", "2018-11-09 15:43:29.659651"], ["updated_at", "2018-11-09 15:43:29.659651"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 38]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 38], ["created_at", "2018-11-09 15:43:29.663428"], ["updated_at", "2018-11-09 15:43:29.663428"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 38], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 38], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 38], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 38], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (1.2ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-11-09 15:43:29.670324"], ["id", 23]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 38], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 38], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 38], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 38], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.7ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-11-09 15:43:29.678511"], ["id", 23]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 38], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Inés"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Inés"], ["position", 1], ["created_at", "2018-11-09 15:43:29.684953"], ["updated_at", "2018-11-09 15:43:29.684953"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 39]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 39], ["created_at", "2018-11-09 15:43:29.688770"], ["updated_at", "2018-11-09 15:43:29.688770"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 39], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Jorge Luis"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Jorge Luis"], ["position", 1], ["created_at", "2018-11-09 15:43:29.694850"], ["updated_at", "2018-11-09 15:43:29.694850"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.3ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 40], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "José María"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "José María"], ["position", 1], ["created_at", "2018-11-09 15:43:29.700610"], ["updated_at", "2018-11-09 15:43:29.700610"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 41]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 41], ["created_at", "2018-11-09 15:43:29.704432"], ["updated_at", "2018-11-09 15:43:29.704432"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 41], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Script Update All (0.6ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-11-09 15:43:29.731871' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.6ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Benito"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-11-09 15:43:29.731124"], ["updated_at", "2018-11-09 15:43:29.731124"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 9], ["key", "script.create"], ["created_at", "2018-11-09 15:43:29.736636"], ["updated_at", "2018-11-09 15:43:29.736636"]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Script Load (0.6ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.5ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-11-09 15:43:29.750866' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.5ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Sonia"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-11-09 15:43:29.750241"], ["updated_at", "2018-11-09 15:43:29.750241"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 10], ["key", "script.create"], ["created_at", "2018-11-09 15:43:29.755240"], ["updated_at", "2018-11-09 15:43:29.755240"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Script Load (0.4ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 10], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "maryse@schamberger.info"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "josianne@toy.co"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (1.4ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (1.3ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.4ms) BEGIN Role Load (0.7ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.5ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "litzy@yundt.com"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Lorena"], ["permalink", "lorena-3f82fb39"], ["username", "Mariana"], ["email", "litzy@yundt.com"], ["encrypted_password", "$2a$04$Y9Cl4TmQ9zRaX2qjOThy1eI2USnrbTEg38yEJwUb9BsujIY2CYnuG"], ["created_at", "2018-11-09 15:43:29.844372"], ["updated_at", "2018-11-09 15:43:29.844372"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 23], ["key", "user.create"], ["created_at", "2018-11-09 15:43:29.847947"], ["updated_at", "2018-11-09 15:43:29.847947"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 23], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "carmella.hauck@rath.co"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Juan"], ["permalink", "juan-2a41c27e"], ["username", "Leonor"], ["email", "carmella.hauck@rath.co"], ["encrypted_password", "$2a$04$iBx5BljlFdwu0mncf96tMOL4rOj2imsAZYiRqMHLoo3UJaiyJ0Cym"], ["created_at", "2018-11-09 15:43:29.865906"], ["updated_at", "2018-11-09 15:43:29.865906"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 24], ["key", "user.create"], ["created_at", "2018-11-09 15:43:29.869063"], ["updated_at", "2018-11-09 15:43:29.869063"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 24], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "miller@shanahan.biz"], ["LIMIT", 1]] User Create (0.9ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Graciela"], ["permalink", "graciela-192fcd86"], ["username", "Samuel"], ["email", "miller@shanahan.biz"], ["encrypted_password", "$2a$04$3N867txI0Rr1dkXxrn3IFeYo5dp6VPSqp8b15miR8Cdx.6Z908I2G"], ["created_at", "2018-11-09 15:43:29.885069"], ["updated_at", "2018-11-09 15:43:29.885069"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 25], ["key", "user.create"], ["created_at", "2018-11-09 15:43:29.889221"], ["updated_at", "2018-11-09 15:43:29.889221"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 25], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:29.936639"], ["updated_at", "2018-11-09 15:43:29.936639"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 368], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:29.941283"], ["updated_at", "2018-11-09 15:43:29.941283"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:29.970655"], ["updated_at", "2018-11-09 15:43:29.970655"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 369], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:29.975020"], ["updated_at", "2018-11-09 15:43:29.975020"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:29.982671"], ["updated_at", "2018-11-09 15:43:29.982671"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 370], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:29.987131"], ["updated_at", "2018-11-09 15:43:29.987131"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.5ms) ROLLBACK  (0.4ms) BEGIN  (0.2ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.4ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.102802"], ["updated_at", "2018-11-09 15:43:30.102802"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 371], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.108306"], ["updated_at", "2018-11-09 15:43:30.108306"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.119237"], ["updated_at", "2018-11-09 15:43:30.119237"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 372], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.123953"], ["updated_at", "2018-11-09 15:43:30.123953"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.133954"], ["updated_at", "2018-11-09 15:43:30.133954"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 373], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.138747"], ["updated_at", "2018-11-09 15:43:30.138747"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "keppler"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "test_index"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.0ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.151744"], ["updated_at", "2018-11-09 15:43:30.151744"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 374], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.157080"], ["updated_at", "2018-11-09 15:43:30.157080"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.168532"], ["updated_at", "2018-11-09 15:43:30.168532"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 375], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.173377"], ["updated_at", "2018-11-09 15:43:30.173377"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.181129"], ["updated_at", "2018-11-09 15:43:30.181129"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 376], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.185423"], ["updated_at", "2018-11-09 15:43:30.185423"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.192459"], ["updated_at", "2018-11-09 15:43:30.192459"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 377], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.196758"], ["updated_at", "2018-11-09 15:43:30.196758"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.204057"], ["updated_at", "2018-11-09 15:43:30.204057"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 378], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.209654"], ["updated_at", "2018-11-09 15:43:30.209654"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.216665"], ["updated_at", "2018-11-09 15:43:30.216665"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 379], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.220787"], ["updated_at", "2018-11-09 15:43:30.220787"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.227813"], ["updated_at", "2018-11-09 15:43:30.227813"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 380], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.231930"], ["updated_at", "2018-11-09 15:43:30.231930"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.239283"], ["updated_at", "2018-11-09 15:43:30.239283"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 381], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.243837"], ["updated_at", "2018-11-09 15:43:30.243837"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.250559"], ["updated_at", "2018-11-09 15:43:30.250559"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 382], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.254753"], ["updated_at", "2018-11-09 15:43:30.254753"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.261315"], ["updated_at", "2018-11-09 15:43:30.261315"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 383], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.265309"], ["updated_at", "2018-11-09 15:43:30.265309"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.274142"], ["updated_at", "2018-11-09 15:43:30.274142"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 384], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.283226"], ["updated_at", "2018-11-09 15:43:30.283226"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.294115"], ["updated_at", "2018-11-09 15:43:30.294115"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 385], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.300083"], ["updated_at", "2018-11-09 15:43:30.300083"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.309627"], ["updated_at", "2018-11-09 15:43:30.309627"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 386], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.314638"], ["updated_at", "2018-11-09 15:43:30.314638"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.322570"], ["updated_at", "2018-11-09 15:43:30.322570"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 387], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.327067"], ["updated_at", "2018-11-09 15:43:30.327067"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.335104"], ["updated_at", "2018-11-09 15:43:30.335104"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 388], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.339926"], ["updated_at", "2018-11-09 15:43:30.339926"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.348816"], ["updated_at", "2018-11-09 15:43:30.348816"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 389], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.353933"], ["updated_at", "2018-11-09 15:43:30.353933"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.361298"], ["updated_at", "2018-11-09 15:43:30.361298"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 390], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.366165"], ["updated_at", "2018-11-09 15:43:30.366165"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.372881"], ["updated_at", "2018-11-09 15:43:30.372881"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 391], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.377367"], ["updated_at", "2018-11-09 15:43:30.377367"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.384909"], ["updated_at", "2018-11-09 15:43:30.384909"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 392], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.388828"], ["updated_at", "2018-11-09 15:43:30.388828"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.395365"], ["updated_at", "2018-11-09 15:43:30.395365"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 393], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.399254"], ["updated_at", "2018-11-09 15:43:30.399254"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.405562"], ["updated_at", "2018-11-09 15:43:30.405562"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 394], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.409688"], ["updated_at", "2018-11-09 15:43:30.409688"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.415855"], ["updated_at", "2018-11-09 15:43:30.415855"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 395], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.419912"], ["updated_at", "2018-11-09 15:43:30.419912"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.426501"], ["updated_at", "2018-11-09 15:43:30.426501"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 396], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.430425"], ["updated_at", "2018-11-09 15:43:30.430425"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.436824"], ["updated_at", "2018-11-09 15:43:30.436824"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 397], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.440899"], ["updated_at", "2018-11-09 15:43:30.440899"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:43:30.454788"], ["updated_at", "2018-11-09 15:43:30.454788"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 398], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.460324"], ["updated_at", "2018-11-09 15:43:30.460324"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:43:30.468370"], ["updated_at", "2018-11-09 15:43:30.468370"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 399], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.472808"], ["updated_at", "2018-11-09 15:43:30.472808"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:43:30.479639"], ["updated_at", "2018-11-09 15:43:30.479639"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 400], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.483573"], ["updated_at", "2018-11-09 15:43:30.483573"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:43:30.490254"], ["updated_at", "2018-11-09 15:43:30.490254"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 401], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.494590"], ["updated_at", "2018-11-09 15:43:30.494590"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:43:30.500726"], ["updated_at", "2018-11-09 15:43:30.500726"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 402], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.504761"], ["updated_at", "2018-11-09 15:43:30.504761"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:43:30.511164"], ["updated_at", "2018-11-09 15:43:30.511164"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 403], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.515063"], ["updated_at", "2018-11-09 15:43:30.515063"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:43:30.521651"], ["updated_at", "2018-11-09 15:43:30.521651"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 404], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.526390"], ["updated_at", "2018-11-09 15:43:30.526390"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:43:30.534976"], ["updated_at", "2018-11-09 15:43:30.534976"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 405], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.539521"], ["updated_at", "2018-11-09 15:43:30.539521"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:43:30.547643"], ["updated_at", "2018-11-09 15:43:30.547643"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 406], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.552014"], ["updated_at", "2018-11-09 15:43:30.552014"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:43:30.558549"], ["updated_at", "2018-11-09 15:43:30.558549"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 407], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.562938"], ["updated_at", "2018-11-09 15:43:30.562938"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:43:30.569275"], ["updated_at", "2018-11-09 15:43:30.569275"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 408], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.573293"], ["updated_at", "2018-11-09 15:43:30.573293"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:43:30.580090"], ["updated_at", "2018-11-09 15:43:30.580090"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 409], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.584176"], ["updated_at", "2018-11-09 15:43:30.584176"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:43:30.591047"], ["updated_at", "2018-11-09 15:43:30.591047"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 410], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.595502"], ["updated_at", "2018-11-09 15:43:30.595502"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 15:43:30.602087"], ["updated_at", "2018-11-09 15:43:30.602087"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 411], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.606251"], ["updated_at", "2018-11-09 15:43:30.606251"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:43:30.612863"], ["updated_at", "2018-11-09 15:43:30.612863"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 412], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.617207"], ["updated_at", "2018-11-09 15:43:30.617207"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:43:30.624216"], ["updated_at", "2018-11-09 15:43:30.624216"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 413], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.628897"], ["updated_at", "2018-11-09 15:43:30.628897"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:43:30.636362"], ["updated_at", "2018-11-09 15:43:30.636362"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 414], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.642137"], ["updated_at", "2018-11-09 15:43:30.642137"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:43:30.648598"], ["updated_at", "2018-11-09 15:43:30.648598"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 415], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.652798"], ["updated_at", "2018-11-09 15:43:30.652798"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:43:30.659455"], ["updated_at", "2018-11-09 15:43:30.659455"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 416], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.663468"], ["updated_at", "2018-11-09 15:43:30.663468"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:43:30.669976"], ["updated_at", "2018-11-09 15:43:30.669976"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 417], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.674015"], ["updated_at", "2018-11-09 15:43:30.674015"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:43:30.680705"], ["updated_at", "2018-11-09 15:43:30.680705"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 418], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.684842"], ["updated_at", "2018-11-09 15:43:30.684842"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:43:30.704901"], ["updated_at", "2018-11-09 15:43:30.704901"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 419], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.712411"], ["updated_at", "2018-11-09 15:43:30.712411"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:43:30.725342"], ["updated_at", "2018-11-09 15:43:30.725342"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 420], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.731269"], ["updated_at", "2018-11-09 15:43:30.731269"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:43:30.740694"], ["updated_at", "2018-11-09 15:43:30.740694"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 421], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.746707"], ["updated_at", "2018-11-09 15:43:30.746707"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:43:30.754685"], ["updated_at", "2018-11-09 15:43:30.754685"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 422], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.759342"], ["updated_at", "2018-11-09 15:43:30.759342"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:43:30.767013"], ["updated_at", "2018-11-09 15:43:30.767013"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 423], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.771497"], ["updated_at", "2018-11-09 15:43:30.771497"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:43:30.779249"], ["updated_at", "2018-11-09 15:43:30.779249"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 424], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.783723"], ["updated_at", "2018-11-09 15:43:30.783723"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 15:43:30.790654"], ["updated_at", "2018-11-09 15:43:30.790654"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 425], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.794793"], ["updated_at", "2018-11-09 15:43:30.794793"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.801652"], ["updated_at", "2018-11-09 15:43:30.801652"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 426], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.806185"], ["updated_at", "2018-11-09 15:43:30.806185"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.813088"], ["updated_at", "2018-11-09 15:43:30.813088"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 427], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.817069"], ["updated_at", "2018-11-09 15:43:30.817069"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.825557"], ["updated_at", "2018-11-09 15:43:30.825557"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 428], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.829867"], ["updated_at", "2018-11-09 15:43:30.829867"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.837067"], ["updated_at", "2018-11-09 15:43:30.837067"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 429], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.841795"], ["updated_at", "2018-11-09 15:43:30.841795"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.849079"], ["updated_at", "2018-11-09 15:43:30.849079"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 430], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.853057"], ["updated_at", "2018-11-09 15:43:30.853057"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.859778"], ["updated_at", "2018-11-09 15:43:30.859778"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 431], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.863723"], ["updated_at", "2018-11-09 15:43:30.863723"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.870262"], ["updated_at", "2018-11-09 15:43:30.870262"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 432], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.874155"], ["updated_at", "2018-11-09 15:43:30.874155"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.881081"], ["updated_at", "2018-11-09 15:43:30.881081"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 433], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.885136"], ["updated_at", "2018-11-09 15:43:30.885136"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.891806"], ["updated_at", "2018-11-09 15:43:30.891806"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 434], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.895741"], ["updated_at", "2018-11-09 15:43:30.895741"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.904883"], ["updated_at", "2018-11-09 15:43:30.904883"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 435], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.909424"], ["updated_at", "2018-11-09 15:43:30.909424"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.918998"], ["updated_at", "2018-11-09 15:43:30.918998"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 436], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.924498"], ["updated_at", "2018-11-09 15:43:30.924498"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.933765"], ["updated_at", "2018-11-09 15:43:30.933765"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 437], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.939001"], ["updated_at", "2018-11-09 15:43:30.939001"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.949713"], ["updated_at", "2018-11-09 15:43:30.949713"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 438], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.957501"], ["updated_at", "2018-11-09 15:43:30.957501"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.966273"], ["updated_at", "2018-11-09 15:43:30.966273"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 439], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.970845"], ["updated_at", "2018-11-09 15:43:30.970845"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.978059"], ["updated_at", "2018-11-09 15:43:30.978059"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 440], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.982606"], ["updated_at", "2018-11-09 15:43:30.982606"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:30.989916"], ["updated_at", "2018-11-09 15:43:30.989916"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 441], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:30.994583"], ["updated_at", "2018-11-09 15:43:30.994583"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 15:43:31.000059"], ["updated_at", "2018-11-09 15:43:31.000059"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 442], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:31.004251"], ["updated_at", "2018-11-09 15:43:31.004251"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:31.011477"], ["updated_at", "2018-11-09 15:43:31.011477"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 443], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:31.015738"], ["updated_at", "2018-11-09 15:43:31.015738"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 15:43:31.021171"], ["updated_at", "2018-11-09 15:43:31.021171"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 444], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:31.025687"], ["updated_at", "2018-11-09 15:43:31.025687"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:31.034562"], ["updated_at", "2018-11-09 15:43:31.034562"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 445], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:31.040043"], ["updated_at", "2018-11-09 15:43:31.040043"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 15:43:31.046507"], ["updated_at", "2018-11-09 15:43:31.046507"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 446], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:31.051806"], ["updated_at", "2018-11-09 15:43:31.051806"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:31.059612"], ["updated_at", "2018-11-09 15:43:31.059612"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 447], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:31.064201"], ["updated_at", "2018-11-09 15:43:31.064201"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 15:43:31.069374"], ["updated_at", "2018-11-09 15:43:31.069374"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 448], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:31.073521"], ["updated_at", "2018-11-09 15:43:31.073521"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:31.080282"], ["updated_at", "2018-11-09 15:43:31.080282"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 449], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:31.084402"], ["updated_at", "2018-11-09 15:43:31.084402"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 15:43:31.089323"], ["updated_at", "2018-11-09 15:43:31.089323"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 450], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:31.093642"], ["updated_at", "2018-11-09 15:43:31.093642"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:31.100722"], ["updated_at", "2018-11-09 15:43:31.100722"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 451], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:31.105028"], ["updated_at", "2018-11-09 15:43:31.105028"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 15:43:31.109998"], ["updated_at", "2018-11-09 15:43:31.109998"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 452], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:31.114042"], ["updated_at", "2018-11-09 15:43:31.114042"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:31.120906"], ["updated_at", "2018-11-09 15:43:31.120906"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 453], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:31.125064"], ["updated_at", "2018-11-09 15:43:31.125064"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 15:43:31.130385"], ["updated_at", "2018-11-09 15:43:31.130385"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 454], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:31.134554"], ["updated_at", "2018-11-09 15:43:31.134554"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 15:43:31.141314"], ["updated_at", "2018-11-09 15:43:31.141314"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 455], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:31.145560"], ["updated_at", "2018-11-09 15:43:31.145560"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 15:43:31.150864"], ["updated_at", "2018-11-09 15:43:31.150864"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 456], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 15:43:31.154882"], ["updated_at", "2018-11-09 15:43:31.154882"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (1.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) BEGIN Role Load (1.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (1.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (1.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "abby@gorczany.info"], ["LIMIT", 1]] User Create (1.3ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Stephania"], ["permalink", "stephania-788af671"], ["username", "Laila"], ["email", "abby@gorczany.info"], ["encrypted_password", "$2a$04$TpflnR6Mq68EvHUSyi9kluC8Pu81ra/IjCbMAy/rcFm0e0G3FZkV."], ["created_at", "2018-11-09 19:20:11.039354"], ["updated_at", "2018-11-09 19:20:11.039354"]] PublicActivity::Activity Create (1.2ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 26], ["key", "user.create"], ["created_at", "2018-11-09 19:20:11.079175"], ["updated_at", "2018-11-09 19:20:11.079175"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 26], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 26], ["LIMIT", 1]] Role Load (1.2ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 26], ["LIMIT", 1]] Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 106ms (ActiveRecord: 22.1ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "sydnie_kuhlman@cristhagenes.net"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "María José"], ["permalink", "maria-jose-dda73886"], ["username", "José Eduardo"], ["email", "sydnie_kuhlman@cristhagenes.net"], ["encrypted_password", "$2a$04$lmqArthz.5ntevDcx2dAeejxEFtDY7eefwJCCjRn4uDbezdP5/ak."], ["created_at", "2018-11-09 19:20:11.208926"], ["updated_at", "2018-11-09 19:20:11.208926"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 27], ["key", "user.create"], ["created_at", "2018-11-09 19:20:11.212190"], ["updated_at", "2018-11-09 19:20:11.212190"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 27], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.8ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 27], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 27], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.6ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 27], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.4ms) Completed 200 OK in 36ms (Views: 11.2ms | ActiveRecord: 7.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:11.299623"], ["updated_at", "2018-11-09 19:20:11.299623"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 457], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:11.304526"], ["updated_at", "2018-11-09 19:20:11.304526"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:11.312511"], ["updated_at", "2018-11-09 19:20:11.312511"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 458], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:11.316391"], ["updated_at", "2018-11-09 19:20:11.316391"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Carla"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Carla"], ["position", 1], ["created_at", "2018-11-09 19:20:11.358760"], ["updated_at", "2018-11-09 19:20:11.358760"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.6ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 42], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Pedro"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Pedro"], ["position", 1], ["created_at", "2018-11-09 19:20:11.365791"], ["updated_at", "2018-11-09 19:20:11.365791"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 43], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "José María"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "José María"], ["position", 1], ["created_at", "2018-11-09 19:20:11.371907"], ["updated_at", "2018-11-09 19:20:11.371907"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 44]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 44], ["created_at", "2018-11-09 19:20:11.375552"], ["updated_at", "2018-11-09 19:20:11.375552"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 44], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Federico"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Federico"], ["position", 1], ["created_at", "2018-11-09 19:20:11.382746"], ["updated_at", "2018-11-09 19:20:11.382746"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 45]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 45], ["created_at", "2018-11-09 19:20:11.386828"], ["updated_at", "2018-11-09 19:20:11.386828"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 45], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 45], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 45], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 45], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-11-09 19:20:11.394202"], ["id", 27]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 45], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Ernesto"], ["LIMIT", 1]] Role Create (0.3ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Ernesto"], ["position", 1], ["created_at", "2018-11-09 19:20:11.400998"], ["updated_at", "2018-11-09 19:20:11.400998"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 46]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 46], ["created_at", "2018-11-09 19:20:11.404603"], ["updated_at", "2018-11-09 19:20:11.404603"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 46], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 46], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 46], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 46], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-11-09 19:20:11.411138"], ["id", 28]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 46], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 46], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 46], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 46], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-11-09 19:20:11.418179"], ["id", 28]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 46], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Jorge Luis"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Jorge Luis"], ["position", 1], ["created_at", "2018-11-09 19:20:11.424634"], ["updated_at", "2018-11-09 19:20:11.424634"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 47]] Permission Create (0.4ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 47], ["created_at", "2018-11-09 19:20:11.428339"], ["updated_at", "2018-11-09 19:20:11.428339"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 47], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Sancho"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Sancho"], ["position", 1], ["created_at", "2018-11-09 19:20:11.435018"], ["updated_at", "2018-11-09 19:20:11.435018"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.3ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 48], ["LIMIT", 1]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Micaela"], ["LIMIT", 1]] Role Create (0.3ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Micaela"], ["position", 1], ["created_at", "2018-11-09 19:20:11.441057"], ["updated_at", "2018-11-09 19:20:11.441057"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 49]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 49], ["created_at", "2018-11-09 19:20:11.444518"], ["updated_at", "2018-11-09 19:20:11.444518"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 49], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.6ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-11-09 19:20:11.470807' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.4ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "César"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-11-09 19:20:11.470011"], ["updated_at", "2018-11-09 19:20:11.470011"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 11], ["key", "script.create"], ["created_at", "2018-11-09 19:20:11.474647"], ["updated_at", "2018-11-09 19:20:11.474647"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Script Load (0.4ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Script Update All (0.9ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-11-09 19:20:11.483560' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.5ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Mariana"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-11-09 19:20:11.483081"], ["updated_at", "2018-11-09 19:20:11.483081"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 12], ["key", "script.create"], ["created_at", "2018-11-09 19:20:11.488743"], ["updated_at", "2018-11-09 19:20:11.488743"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "jewell_raynor@davis.org"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "matilde@goyettekemmer.biz"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "kimberly@pourosmoore.co"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Gabriel"], ["permalink", "gabriel-9456a887"], ["username", "Lilia"], ["email", "kimberly@pourosmoore.co"], ["encrypted_password", "$2a$04$M/coMF/XijV0iIvIqFEBlO/41dotpvq632UStNJbdWK1RtKqWiRLS"], ["created_at", "2018-11-09 19:20:11.549846"], ["updated_at", "2018-11-09 19:20:11.549846"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 28], ["key", "user.create"], ["created_at", "2018-11-09 19:20:11.552663"], ["updated_at", "2018-11-09 19:20:11.552663"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 28], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "barbara.gleichner@bahringerwilderman.net"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Mateo"], ["permalink", "mateo-7758f86c"], ["username", "Óscar"], ["email", "barbara.gleichner@bahringerwilderman.net"], ["encrypted_password", "$2a$04$CmugPzrIvY8x.wiGts9ynuqOz8ZxithsUJ3sCdne5YVzNbANULN56"], ["created_at", "2018-11-09 19:20:11.566810"], ["updated_at", "2018-11-09 19:20:11.566810"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 29], ["key", "user.create"], ["created_at", "2018-11-09 19:20:11.569564"], ["updated_at", "2018-11-09 19:20:11.569564"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 29], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "vito.powlowski@bruenbayer.io"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Ángela"], ["permalink", "angela-08e93f3a"], ["username", "Cristobal"], ["email", "vito.powlowski@bruenbayer.io"], ["encrypted_password", "$2a$04$r9hfuF7mUUeCO689pzDZ6eEGexR8u3tj2Ycakhx8HuCCmJ8vz7Z4y"], ["created_at", "2018-11-09 19:20:11.585629"], ["updated_at", "2018-11-09 19:20:11.585629"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 30], ["key", "user.create"], ["created_at", "2018-11-09 19:20:11.588550"], ["updated_at", "2018-11-09 19:20:11.588550"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 30], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:11.634318"], ["updated_at", "2018-11-09 19:20:11.634318"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 459], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:11.639533"], ["updated_at", "2018-11-09 19:20:11.639533"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:11.684759"], ["updated_at", "2018-11-09 19:20:11.684759"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 460], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:11.688965"], ["updated_at", "2018-11-09 19:20:11.688965"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:11.696696"], ["updated_at", "2018-11-09 19:20:11.696696"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 461], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:11.701018"], ["updated_at", "2018-11-09 19:20:11.701018"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.4ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:11.801337"], ["updated_at", "2018-11-09 19:20:11.801337"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 462], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:11.807624"], ["updated_at", "2018-11-09 19:20:11.807624"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:11.821252"], ["updated_at", "2018-11-09 19:20:11.821252"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 463], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:11.827182"], ["updated_at", "2018-11-09 19:20:11.827182"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:11.838495"], ["updated_at", "2018-11-09 19:20:11.838495"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 464], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:11.844026"], ["updated_at", "2018-11-09 19:20:11.844026"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "keppler"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "test_index"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:11.856043"], ["updated_at", "2018-11-09 19:20:11.856043"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 465], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:11.861000"], ["updated_at", "2018-11-09 19:20:11.861000"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:11.872239"], ["updated_at", "2018-11-09 19:20:11.872239"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 466], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:11.877415"], ["updated_at", "2018-11-09 19:20:11.877415"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:11.885057"], ["updated_at", "2018-11-09 19:20:11.885057"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 467], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:11.889802"], ["updated_at", "2018-11-09 19:20:11.889802"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:11.898692"], ["updated_at", "2018-11-09 19:20:11.898692"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 468], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:11.903417"], ["updated_at", "2018-11-09 19:20:11.903417"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (1.0ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:11.912052"], ["updated_at", "2018-11-09 19:20:11.912052"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 469], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:11.916542"], ["updated_at", "2018-11-09 19:20:11.916542"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:11.925209"], ["updated_at", "2018-11-09 19:20:11.925209"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 470], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:11.930855"], ["updated_at", "2018-11-09 19:20:11.930855"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (12.0ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:11.939240"], ["updated_at", "2018-11-09 19:20:11.939240"]] PublicActivity::Activity Create (7.3ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 471], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:11.957783"], ["updated_at", "2018-11-09 19:20:11.957783"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (2.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:11.973234"], ["updated_at", "2018-11-09 19:20:11.973234"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 472], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:11.981902"], ["updated_at", "2018-11-09 19:20:11.981902"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:11.989776"], ["updated_at", "2018-11-09 19:20:11.989776"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 473], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:11.996022"], ["updated_at", "2018-11-09 19:20:11.996022"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:12.004806"], ["updated_at", "2018-11-09 19:20:12.004806"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 474], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.009120"], ["updated_at", "2018-11-09 19:20:12.009120"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:12.016217"], ["updated_at", "2018-11-09 19:20:12.016217"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 475], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.020260"], ["updated_at", "2018-11-09 19:20:12.020260"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:12.028037"], ["updated_at", "2018-11-09 19:20:12.028037"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 476], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.032038"], ["updated_at", "2018-11-09 19:20:12.032038"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:12.038830"], ["updated_at", "2018-11-09 19:20:12.038830"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 477], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.043191"], ["updated_at", "2018-11-09 19:20:12.043191"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:12.049988"], ["updated_at", "2018-11-09 19:20:12.049988"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 478], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.054422"], ["updated_at", "2018-11-09 19:20:12.054422"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:12.060940"], ["updated_at", "2018-11-09 19:20:12.060940"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 479], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.065213"], ["updated_at", "2018-11-09 19:20:12.065213"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:12.071376"], ["updated_at", "2018-11-09 19:20:12.071376"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 480], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.075666"], ["updated_at", "2018-11-09 19:20:12.075666"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:12.082030"], ["updated_at", "2018-11-09 19:20:12.082030"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 481], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.086243"], ["updated_at", "2018-11-09 19:20:12.086243"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:12.093456"], ["updated_at", "2018-11-09 19:20:12.093456"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 482], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.098304"], ["updated_at", "2018-11-09 19:20:12.098304"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:12.107817"], ["updated_at", "2018-11-09 19:20:12.107817"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 483], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.112356"], ["updated_at", "2018-11-09 19:20:12.112356"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:12.119976"], ["updated_at", "2018-11-09 19:20:12.119976"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 484], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.124681"], ["updated_at", "2018-11-09 19:20:12.124681"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:12.132120"], ["updated_at", "2018-11-09 19:20:12.132120"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 485], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.137054"], ["updated_at", "2018-11-09 19:20:12.137054"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:12.146217"], ["updated_at", "2018-11-09 19:20:12.146217"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 486], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.151958"], ["updated_at", "2018-11-09 19:20:12.151958"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:12.161298"], ["updated_at", "2018-11-09 19:20:12.161298"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 487], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.166564"], ["updated_at", "2018-11-09 19:20:12.166564"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:12.180467"], ["updated_at", "2018-11-09 19:20:12.180467"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 488], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.188776"], ["updated_at", "2018-11-09 19:20:12.188776"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 19:20:12.199284"], ["updated_at", "2018-11-09 19:20:12.199284"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 489], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.205028"], ["updated_at", "2018-11-09 19:20:12.205028"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 19:20:12.214765"], ["updated_at", "2018-11-09 19:20:12.214765"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 490], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.219962"], ["updated_at", "2018-11-09 19:20:12.219962"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (1.6ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 19:20:12.230329"], ["updated_at", "2018-11-09 19:20:12.230329"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 491], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.235316"], ["updated_at", "2018-11-09 19:20:12.235316"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 19:20:12.242760"], ["updated_at", "2018-11-09 19:20:12.242760"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 492], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.247894"], ["updated_at", "2018-11-09 19:20:12.247894"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 19:20:12.255182"], ["updated_at", "2018-11-09 19:20:12.255182"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 493], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.259655"], ["updated_at", "2018-11-09 19:20:12.259655"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 19:20:12.267911"], ["updated_at", "2018-11-09 19:20:12.267911"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 494], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.272176"], ["updated_at", "2018-11-09 19:20:12.272176"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 19:20:12.279604"], ["updated_at", "2018-11-09 19:20:12.279604"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 495], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.283954"], ["updated_at", "2018-11-09 19:20:12.283954"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 19:20:12.293378"], ["updated_at", "2018-11-09 19:20:12.293378"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 496], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.299297"], ["updated_at", "2018-11-09 19:20:12.299297"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 19:20:12.307298"], ["updated_at", "2018-11-09 19:20:12.307298"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 497], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.311919"], ["updated_at", "2018-11-09 19:20:12.311919"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 19:20:12.318655"], ["updated_at", "2018-11-09 19:20:12.318655"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 498], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.322639"], ["updated_at", "2018-11-09 19:20:12.322639"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 19:20:12.329114"], ["updated_at", "2018-11-09 19:20:12.329114"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 499], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.333000"], ["updated_at", "2018-11-09 19:20:12.333000"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 19:20:12.338993"], ["updated_at", "2018-11-09 19:20:12.338993"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 500], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.343364"], ["updated_at", "2018-11-09 19:20:12.343364"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 19:20:12.362298"], ["updated_at", "2018-11-09 19:20:12.362298"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 501], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.367593"], ["updated_at", "2018-11-09 19:20:12.367593"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 19:20:12.375379"], ["updated_at", "2018-11-09 19:20:12.375379"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 502], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.380569"], ["updated_at", "2018-11-09 19:20:12.380569"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 19:20:12.388292"], ["updated_at", "2018-11-09 19:20:12.388292"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 503], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.392589"], ["updated_at", "2018-11-09 19:20:12.392589"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 19:20:12.399884"], ["updated_at", "2018-11-09 19:20:12.399884"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 504], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.404806"], ["updated_at", "2018-11-09 19:20:12.404806"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.4ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 19:20:12.416968"], ["updated_at", "2018-11-09 19:20:12.416968"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 505], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.424323"], ["updated_at", "2018-11-09 19:20:12.424323"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 19:20:12.434776"], ["updated_at", "2018-11-09 19:20:12.434776"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 506], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.440926"], ["updated_at", "2018-11-09 19:20:12.440926"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 19:20:12.449379"], ["updated_at", "2018-11-09 19:20:12.449379"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 507], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.454685"], ["updated_at", "2018-11-09 19:20:12.454685"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 19:20:12.462557"], ["updated_at", "2018-11-09 19:20:12.462557"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 508], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.467687"], ["updated_at", "2018-11-09 19:20:12.467687"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 19:20:12.475889"], ["updated_at", "2018-11-09 19:20:12.475889"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 509], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.481428"], ["updated_at", "2018-11-09 19:20:12.481428"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 19:20:12.488670"], ["updated_at", "2018-11-09 19:20:12.488670"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 510], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.493067"], ["updated_at", "2018-11-09 19:20:12.493067"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 19:20:12.500613"], ["updated_at", "2018-11-09 19:20:12.500613"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 511], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.505030"], ["updated_at", "2018-11-09 19:20:12.505030"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 19:20:12.511686"], ["updated_at", "2018-11-09 19:20:12.511686"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 512], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.515811"], ["updated_at", "2018-11-09 19:20:12.515811"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 19:20:12.522232"], ["updated_at", "2018-11-09 19:20:12.522232"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 513], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.526330"], ["updated_at", "2018-11-09 19:20:12.526330"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 19:20:12.532803"], ["updated_at", "2018-11-09 19:20:12.532803"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 514], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.536846"], ["updated_at", "2018-11-09 19:20:12.536846"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 19:20:12.543187"], ["updated_at", "2018-11-09 19:20:12.543187"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 515], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.547479"], ["updated_at", "2018-11-09 19:20:12.547479"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 19:20:12.553923"], ["updated_at", "2018-11-09 19:20:12.553923"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 516], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.558051"], ["updated_at", "2018-11-09 19:20:12.558051"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:12.564989"], ["updated_at", "2018-11-09 19:20:12.564989"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 517], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.569043"], ["updated_at", "2018-11-09 19:20:12.569043"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:12.575407"], ["updated_at", "2018-11-09 19:20:12.575407"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 518], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.579574"], ["updated_at", "2018-11-09 19:20:12.579574"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:12.585872"], ["updated_at", "2018-11-09 19:20:12.585872"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 519], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.589911"], ["updated_at", "2018-11-09 19:20:12.589911"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:12.596747"], ["updated_at", "2018-11-09 19:20:12.596747"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 520], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.600767"], ["updated_at", "2018-11-09 19:20:12.600767"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:12.607737"], ["updated_at", "2018-11-09 19:20:12.607737"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 521], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.611878"], ["updated_at", "2018-11-09 19:20:12.611878"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:12.619003"], ["updated_at", "2018-11-09 19:20:12.619003"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 522], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.622984"], ["updated_at", "2018-11-09 19:20:12.622984"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:12.630253"], ["updated_at", "2018-11-09 19:20:12.630253"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 523], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.634496"], ["updated_at", "2018-11-09 19:20:12.634496"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:12.641090"], ["updated_at", "2018-11-09 19:20:12.641090"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 524], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.645181"], ["updated_at", "2018-11-09 19:20:12.645181"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:12.653004"], ["updated_at", "2018-11-09 19:20:12.653004"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 525], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.657574"], ["updated_at", "2018-11-09 19:20:12.657574"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:12.664341"], ["updated_at", "2018-11-09 19:20:12.664341"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 526], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.668466"], ["updated_at", "2018-11-09 19:20:12.668466"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:12.675793"], ["updated_at", "2018-11-09 19:20:12.675793"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 527], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.679977"], ["updated_at", "2018-11-09 19:20:12.679977"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:12.686905"], ["updated_at", "2018-11-09 19:20:12.686905"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 528], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.691287"], ["updated_at", "2018-11-09 19:20:12.691287"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:12.699429"], ["updated_at", "2018-11-09 19:20:12.699429"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 529], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.703756"], ["updated_at", "2018-11-09 19:20:12.703756"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:12.710571"], ["updated_at", "2018-11-09 19:20:12.710571"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 530], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.714814"], ["updated_at", "2018-11-09 19:20:12.714814"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:12.721623"], ["updated_at", "2018-11-09 19:20:12.721623"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 531], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.725825"], ["updated_at", "2018-11-09 19:20:12.725825"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:12.734020"], ["updated_at", "2018-11-09 19:20:12.734020"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 532], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.738276"], ["updated_at", "2018-11-09 19:20:12.738276"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 19:20:12.743693"], ["updated_at", "2018-11-09 19:20:12.743693"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 533], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.747565"], ["updated_at", "2018-11-09 19:20:12.747565"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:12.755312"], ["updated_at", "2018-11-09 19:20:12.755312"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 534], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.759264"], ["updated_at", "2018-11-09 19:20:12.759264"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 19:20:12.764672"], ["updated_at", "2018-11-09 19:20:12.764672"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 535], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.768567"], ["updated_at", "2018-11-09 19:20:12.768567"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.3ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:12.775160"], ["updated_at", "2018-11-09 19:20:12.775160"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 536], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.779146"], ["updated_at", "2018-11-09 19:20:12.779146"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.2ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 19:20:12.784622"], ["updated_at", "2018-11-09 19:20:12.784622"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 537], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.789761"], ["updated_at", "2018-11-09 19:20:12.789761"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:12.798038"], ["updated_at", "2018-11-09 19:20:12.798038"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 538], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.802173"], ["updated_at", "2018-11-09 19:20:12.802173"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 19:20:12.806935"], ["updated_at", "2018-11-09 19:20:12.806935"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 539], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.810987"], ["updated_at", "2018-11-09 19:20:12.810987"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:12.817916"], ["updated_at", "2018-11-09 19:20:12.817916"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 540], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.821851"], ["updated_at", "2018-11-09 19:20:12.821851"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 19:20:12.828179"], ["updated_at", "2018-11-09 19:20:12.828179"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 541], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.834168"], ["updated_at", "2018-11-09 19:20:12.834168"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:12.844023"], ["updated_at", "2018-11-09 19:20:12.844023"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 542], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.850018"], ["updated_at", "2018-11-09 19:20:12.850018"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 19:20:12.857247"], ["updated_at", "2018-11-09 19:20:12.857247"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 543], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.862935"], ["updated_at", "2018-11-09 19:20:12.862935"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:12.872305"], ["updated_at", "2018-11-09 19:20:12.872305"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 544], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.878489"], ["updated_at", "2018-11-09 19:20:12.878489"]]  (4.8ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 19:20:12.890583"], ["updated_at", "2018-11-09 19:20:12.890583"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 545], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.896431"], ["updated_at", "2018-11-09 19:20:12.896431"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:20:12.906239"], ["updated_at", "2018-11-09 19:20:12.906239"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 546], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.912135"], ["updated_at", "2018-11-09 19:20:12.912135"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 19:20:12.919547"], ["updated_at", "2018-11-09 19:20:12.919547"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 547], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:20:12.925243"], ["updated_at", "2018-11-09 19:20:12.925243"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.8ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (1.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "oleta@nitzsche.info"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Barry"], ["permalink", "barry-ec2d71ec"], ["username", "Cordell"], ["email", "oleta@nitzsche.info"], ["encrypted_password", "$2a$04$Lhkt1ajZkkCLzC2a1099de3rWaJU5CcgGNaNGOZr2x2c9trY3GgGK"], ["created_at", "2018-11-09 19:21:28.324613"], ["updated_at", "2018-11-09 19:21:28.324613"]] PublicActivity::Activity Create (1.2ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 31], ["key", "user.create"], ["created_at", "2018-11-09 19:21:28.363694"], ["updated_at", "2018-11-09 19:21:28.363694"]] User::HABTM_Roles Create (0.8ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 31], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 31], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 31], ["LIMIT", 1]] Setting Load (0.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 100ms (ActiveRecord: 17.4ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "andreanne.lockman@braunrath.io"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Francisca"], ["permalink", "francisca-399db2f1"], ["username", "Ariadna"], ["email", "andreanne.lockman@braunrath.io"], ["encrypted_password", "$2a$04$FYHZTxk.qDlvocP6AQXqjeEaVukhDvTwrihTs4.l.8YukeGMXRd5e"], ["created_at", "2018-11-09 19:21:28.486058"], ["updated_at", "2018-11-09 19:21:28.486058"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 32], ["key", "user.create"], ["created_at", "2018-11-09 19:21:28.488978"], ["updated_at", "2018-11-09 19:21:28.488978"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 32], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.1ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.3ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.3ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 32], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 32], ["LIMIT", 1]] Setting Load (0.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.6ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 32], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.3ms) Completed 200 OK in 34ms (Views: 10.6ms | ActiveRecord: 7.1ms)  (0.4ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.1ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.0ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:28.580192"], ["updated_at", "2018-11-09 19:21:28.580192"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 548], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:28.586095"], ["updated_at", "2018-11-09 19:21:28.586095"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:28.596180"], ["updated_at", "2018-11-09 19:21:28.596180"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 549], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:28.600904"], ["updated_at", "2018-11-09 19:21:28.600904"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Ana Luisa"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Ana Luisa"], ["position", 1], ["created_at", "2018-11-09 19:21:28.648691"], ["updated_at", "2018-11-09 19:21:28.648691"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.6ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 50], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Octavio"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Octavio"], ["position", 1], ["created_at", "2018-11-09 19:21:28.655702"], ["updated_at", "2018-11-09 19:21:28.655702"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 51], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Leticia"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Leticia"], ["position", 1], ["created_at", "2018-11-09 19:21:28.662276"], ["updated_at", "2018-11-09 19:21:28.662276"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 52]] Permission Create (0.8ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 52], ["created_at", "2018-11-09 19:21:28.666177"], ["updated_at", "2018-11-09 19:21:28.666177"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 52], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Federico"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Federico"], ["position", 1], ["created_at", "2018-11-09 19:21:28.673316"], ["updated_at", "2018-11-09 19:21:28.673316"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 53]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 53], ["created_at", "2018-11-09 19:21:28.676992"], ["updated_at", "2018-11-09 19:21:28.676992"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 53], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 53], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 53], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 53], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-11-09 19:21:28.683898"], ["id", 32]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 53], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Hugo"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Hugo"], ["position", 1], ["created_at", "2018-11-09 19:21:28.690826"], ["updated_at", "2018-11-09 19:21:28.690826"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 54]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 54], ["created_at", "2018-11-09 19:21:28.694497"], ["updated_at", "2018-11-09 19:21:28.694497"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 54], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 54], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 54], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 54], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-11-09 19:21:28.701289"], ["id", 33]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 54], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 54], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 54], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 54], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-11-09 19:21:28.708230"], ["id", 33]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 54], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Roberto"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Roberto"], ["position", 1], ["created_at", "2018-11-09 19:21:28.714415"], ["updated_at", "2018-11-09 19:21:28.714415"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 55]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 55], ["created_at", "2018-11-09 19:21:28.718018"], ["updated_at", "2018-11-09 19:21:28.718018"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 55], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Sergio"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Sergio"], ["position", 1], ["created_at", "2018-11-09 19:21:28.724761"], ["updated_at", "2018-11-09 19:21:28.724761"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 56], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Julio"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Julio"], ["position", 1], ["created_at", "2018-11-09 19:21:28.731348"], ["updated_at", "2018-11-09 19:21:28.731348"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 57]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 57], ["created_at", "2018-11-09 19:21:28.734777"], ["updated_at", "2018-11-09 19:21:28.734777"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 57], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.6ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-11-09 19:21:28.762304' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.5ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Jesús"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-11-09 19:21:28.761553"], ["updated_at", "2018-11-09 19:21:28.761553"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 13], ["key", "script.create"], ["created_at", "2018-11-09 19:21:28.766265"], ["updated_at", "2018-11-09 19:21:28.766265"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Script Update All (0.4ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-11-09 19:21:28.773896' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.3ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Gabriela"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-11-09 19:21:28.773430"], ["updated_at", "2018-11-09 19:21:28.773430"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 14], ["key", "script.create"], ["created_at", "2018-11-09 19:21:28.777189"], ["updated_at", "2018-11-09 19:21:28.777189"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 14], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "monica@swiftstiedemann.io"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "alexys.hermiston@crooks.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (1.2ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (1.0ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.9ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "jedidiah@waters.co"], ["LIMIT", 1]] User Create (1.0ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Luis Miguel"], ["permalink", "luis-miguel-4c94276d"], ["username", "Ramón"], ["email", "jedidiah@waters.co"], ["encrypted_password", "$2a$04$NfeTznOmsjjngSigcp8amu5rzAGJOr1oPZdJp6VEiCeG7TjHX1gMu"], ["created_at", "2018-11-09 19:21:28.840096"], ["updated_at", "2018-11-09 19:21:28.840096"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 33], ["key", "user.create"], ["created_at", "2018-11-09 19:21:28.844026"], ["updated_at", "2018-11-09 19:21:28.844026"]] User::HABTM_Roles Create (0.6ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 33], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "oleta.dibbert@hackett.info"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Mónica"], ["permalink", "monica-526b8e55"], ["username", "Pablo"], ["email", "oleta.dibbert@hackett.info"], ["encrypted_password", "$2a$04$rcm.OkXNiZFDpFHlO6nbQ.wcTlTub26t5Yh6pERM2hBVrzqCRIL/q"], ["created_at", "2018-11-09 19:21:28.860076"], ["updated_at", "2018-11-09 19:21:28.860076"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 34], ["key", "user.create"], ["created_at", "2018-11-09 19:21:28.863019"], ["updated_at", "2018-11-09 19:21:28.863019"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 34], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "elfrieda_willms@towne.net"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Emilio"], ["permalink", "emilio-4f1018a9"], ["username", "Gabriela"], ["email", "elfrieda_willms@towne.net"], ["encrypted_password", "$2a$04$wkbe0M.VxW/MzQEt5/Jehe1FkrDyciEUFTDoC1zqc7mWjfaB8CCY6"], ["created_at", "2018-11-09 19:21:28.877559"], ["updated_at", "2018-11-09 19:21:28.877559"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 35], ["key", "user.create"], ["created_at", "2018-11-09 19:21:28.880504"], ["updated_at", "2018-11-09 19:21:28.880504"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 35], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:28.926394"], ["updated_at", "2018-11-09 19:21:28.926394"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 550], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:28.931619"], ["updated_at", "2018-11-09 19:21:28.931619"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:28.977095"], ["updated_at", "2018-11-09 19:21:28.977095"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 551], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:28.982264"], ["updated_at", "2018-11-09 19:21:28.982264"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:28.991477"], ["updated_at", "2018-11-09 19:21:28.991477"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 552], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:28.996635"], ["updated_at", "2018-11-09 19:21:28.996635"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.111898"], ["updated_at", "2018-11-09 19:21:29.111898"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 553], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.117752"], ["updated_at", "2018-11-09 19:21:29.117752"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.131661"], ["updated_at", "2018-11-09 19:21:29.131661"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 554], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.137523"], ["updated_at", "2018-11-09 19:21:29.137523"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.152264"], ["updated_at", "2018-11-09 19:21:29.152264"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 555], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.157998"], ["updated_at", "2018-11-09 19:21:29.157998"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "keppler"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "test_index"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.172476"], ["updated_at", "2018-11-09 19:21:29.172476"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 556], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.178297"], ["updated_at", "2018-11-09 19:21:29.178297"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.190090"], ["updated_at", "2018-11-09 19:21:29.190090"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 557], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.195181"], ["updated_at", "2018-11-09 19:21:29.195181"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.202391"], ["updated_at", "2018-11-09 19:21:29.202391"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 558], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.207295"], ["updated_at", "2018-11-09 19:21:29.207295"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.214434"], ["updated_at", "2018-11-09 19:21:29.214434"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 559], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.218951"], ["updated_at", "2018-11-09 19:21:29.218951"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.226834"], ["updated_at", "2018-11-09 19:21:29.226834"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 560], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.231606"], ["updated_at", "2018-11-09 19:21:29.231606"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.238500"], ["updated_at", "2018-11-09 19:21:29.238500"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 561], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.242797"], ["updated_at", "2018-11-09 19:21:29.242797"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.249468"], ["updated_at", "2018-11-09 19:21:29.249468"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 562], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.253638"], ["updated_at", "2018-11-09 19:21:29.253638"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.260784"], ["updated_at", "2018-11-09 19:21:29.260784"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 563], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.265124"], ["updated_at", "2018-11-09 19:21:29.265124"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.271884"], ["updated_at", "2018-11-09 19:21:29.271884"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 564], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.276643"], ["updated_at", "2018-11-09 19:21:29.276643"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.283194"], ["updated_at", "2018-11-09 19:21:29.283194"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 565], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.287666"], ["updated_at", "2018-11-09 19:21:29.287666"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.294636"], ["updated_at", "2018-11-09 19:21:29.294636"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 566], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.298562"], ["updated_at", "2018-11-09 19:21:29.298562"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.305965"], ["updated_at", "2018-11-09 19:21:29.305965"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 567], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.309880"], ["updated_at", "2018-11-09 19:21:29.309880"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.316262"], ["updated_at", "2018-11-09 19:21:29.316262"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 568], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.320194"], ["updated_at", "2018-11-09 19:21:29.320194"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.327300"], ["updated_at", "2018-11-09 19:21:29.327300"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 569], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.331210"], ["updated_at", "2018-11-09 19:21:29.331210"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.337642"], ["updated_at", "2018-11-09 19:21:29.337642"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 570], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.341980"], ["updated_at", "2018-11-09 19:21:29.341980"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.348693"], ["updated_at", "2018-11-09 19:21:29.348693"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 571], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.352609"], ["updated_at", "2018-11-09 19:21:29.352609"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.359024"], ["updated_at", "2018-11-09 19:21:29.359024"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 572], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.363541"], ["updated_at", "2018-11-09 19:21:29.363541"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.369875"], ["updated_at", "2018-11-09 19:21:29.369875"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 573], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.374105"], ["updated_at", "2018-11-09 19:21:29.374105"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.381824"], ["updated_at", "2018-11-09 19:21:29.381824"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 574], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.385724"], ["updated_at", "2018-11-09 19:21:29.385724"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.394076"], ["updated_at", "2018-11-09 19:21:29.394076"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 575], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.398977"], ["updated_at", "2018-11-09 19:21:29.398977"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.407827"], ["updated_at", "2018-11-09 19:21:29.407827"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 576], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.412522"], ["updated_at", "2018-11-09 19:21:29.412522"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.419454"], ["updated_at", "2018-11-09 19:21:29.419454"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 577], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.423747"], ["updated_at", "2018-11-09 19:21:29.423747"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.430681"], ["updated_at", "2018-11-09 19:21:29.430681"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 578], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.434858"], ["updated_at", "2018-11-09 19:21:29.434858"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.443297"], ["updated_at", "2018-11-09 19:21:29.443297"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 579], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.447510"], ["updated_at", "2018-11-09 19:21:29.447510"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 19:21:29.454334"], ["updated_at", "2018-11-09 19:21:29.454334"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 580], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.458815"], ["updated_at", "2018-11-09 19:21:29.458815"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 19:21:29.465988"], ["updated_at", "2018-11-09 19:21:29.465988"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 581], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.470282"], ["updated_at", "2018-11-09 19:21:29.470282"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 19:21:29.477806"], ["updated_at", "2018-11-09 19:21:29.477806"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 582], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.483664"], ["updated_at", "2018-11-09 19:21:29.483664"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 19:21:29.490830"], ["updated_at", "2018-11-09 19:21:29.490830"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 583], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.495842"], ["updated_at", "2018-11-09 19:21:29.495842"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 19:21:29.504549"], ["updated_at", "2018-11-09 19:21:29.504549"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 584], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.509197"], ["updated_at", "2018-11-09 19:21:29.509197"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 19:21:29.516838"], ["updated_at", "2018-11-09 19:21:29.516838"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 585], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.521186"], ["updated_at", "2018-11-09 19:21:29.521186"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 19:21:29.528086"], ["updated_at", "2018-11-09 19:21:29.528086"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 586], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.531937"], ["updated_at", "2018-11-09 19:21:29.531937"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 19:21:29.538355"], ["updated_at", "2018-11-09 19:21:29.538355"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 587], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.542504"], ["updated_at", "2018-11-09 19:21:29.542504"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 19:21:29.557483"], ["updated_at", "2018-11-09 19:21:29.557483"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 588], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.564992"], ["updated_at", "2018-11-09 19:21:29.564992"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 19:21:29.578084"], ["updated_at", "2018-11-09 19:21:29.578084"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 589], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.584129"], ["updated_at", "2018-11-09 19:21:29.584129"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 19:21:29.593570"], ["updated_at", "2018-11-09 19:21:29.593570"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 590], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.599012"], ["updated_at", "2018-11-09 19:21:29.599012"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 19:21:29.607534"], ["updated_at", "2018-11-09 19:21:29.607534"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 591], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.612926"], ["updated_at", "2018-11-09 19:21:29.612926"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 19:21:29.634937"], ["updated_at", "2018-11-09 19:21:29.634937"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 592], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.639531"], ["updated_at", "2018-11-09 19:21:29.639531"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-09 19:21:29.647740"], ["updated_at", "2018-11-09 19:21:29.647740"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 593], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.652421"], ["updated_at", "2018-11-09 19:21:29.652421"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 19:21:29.660839"], ["updated_at", "2018-11-09 19:21:29.660839"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 594], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.665725"], ["updated_at", "2018-11-09 19:21:29.665725"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 19:21:29.673829"], ["updated_at", "2018-11-09 19:21:29.673829"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 595], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.678301"], ["updated_at", "2018-11-09 19:21:29.678301"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 19:21:29.685672"], ["updated_at", "2018-11-09 19:21:29.685672"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 596], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.689960"], ["updated_at", "2018-11-09 19:21:29.689960"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 19:21:29.697503"], ["updated_at", "2018-11-09 19:21:29.697503"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 597], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.701794"], ["updated_at", "2018-11-09 19:21:29.701794"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 19:21:29.708992"], ["updated_at", "2018-11-09 19:21:29.708992"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 598], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.713533"], ["updated_at", "2018-11-09 19:21:29.713533"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 19:21:29.720742"], ["updated_at", "2018-11-09 19:21:29.720742"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 599], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.725049"], ["updated_at", "2018-11-09 19:21:29.725049"]]  (1.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 19:21:29.734096"], ["updated_at", "2018-11-09 19:21:29.734096"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 600], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.738528"], ["updated_at", "2018-11-09 19:21:29.738528"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 19:21:29.745841"], ["updated_at", "2018-11-09 19:21:29.745841"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 601], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.750238"], ["updated_at", "2018-11-09 19:21:29.750238"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 19:21:29.757886"], ["updated_at", "2018-11-09 19:21:29.757886"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 602], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.762488"], ["updated_at", "2018-11-09 19:21:29.762488"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 19:21:29.768969"], ["updated_at", "2018-11-09 19:21:29.768969"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 603], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.773109"], ["updated_at", "2018-11-09 19:21:29.773109"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 19:21:29.780035"], ["updated_at", "2018-11-09 19:21:29.780035"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 604], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.784107"], ["updated_at", "2018-11-09 19:21:29.784107"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 19:21:29.790623"], ["updated_at", "2018-11-09 19:21:29.790623"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 605], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.794717"], ["updated_at", "2018-11-09 19:21:29.794717"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 19:21:29.801345"], ["updated_at", "2018-11-09 19:21:29.801345"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 606], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.805256"], ["updated_at", "2018-11-09 19:21:29.805256"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-09 19:21:29.811566"], ["updated_at", "2018-11-09 19:21:29.811566"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 607], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.815583"], ["updated_at", "2018-11-09 19:21:29.815583"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.822212"], ["updated_at", "2018-11-09 19:21:29.822212"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 608], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.826237"], ["updated_at", "2018-11-09 19:21:29.826237"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.832616"], ["updated_at", "2018-11-09 19:21:29.832616"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 609], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.836789"], ["updated_at", "2018-11-09 19:21:29.836789"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.843557"], ["updated_at", "2018-11-09 19:21:29.843557"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 610], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.848670"], ["updated_at", "2018-11-09 19:21:29.848670"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.858989"], ["updated_at", "2018-11-09 19:21:29.858989"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 611], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.864489"], ["updated_at", "2018-11-09 19:21:29.864489"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.871942"], ["updated_at", "2018-11-09 19:21:29.871942"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 612], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.878567"], ["updated_at", "2018-11-09 19:21:29.878567"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.888603"], ["updated_at", "2018-11-09 19:21:29.888603"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 613], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.894298"], ["updated_at", "2018-11-09 19:21:29.894298"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.903381"], ["updated_at", "2018-11-09 19:21:29.903381"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 614], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.908101"], ["updated_at", "2018-11-09 19:21:29.908101"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.916000"], ["updated_at", "2018-11-09 19:21:29.916000"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 615], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.920532"], ["updated_at", "2018-11-09 19:21:29.920532"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.929323"], ["updated_at", "2018-11-09 19:21:29.929323"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 616], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.934250"], ["updated_at", "2018-11-09 19:21:29.934250"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.942112"], ["updated_at", "2018-11-09 19:21:29.942112"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 617], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.946775"], ["updated_at", "2018-11-09 19:21:29.946775"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.954909"], ["updated_at", "2018-11-09 19:21:29.954909"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 618], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.959620"], ["updated_at", "2018-11-09 19:21:29.959620"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.967884"], ["updated_at", "2018-11-09 19:21:29.967884"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 619], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.972494"], ["updated_at", "2018-11-09 19:21:29.972494"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.6ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.980885"], ["updated_at", "2018-11-09 19:21:29.980885"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 620], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.985072"], ["updated_at", "2018-11-09 19:21:29.985072"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:29.992209"], ["updated_at", "2018-11-09 19:21:29.992209"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 621], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:29.996637"], ["updated_at", "2018-11-09 19:21:29.996637"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:30.003276"], ["updated_at", "2018-11-09 19:21:30.003276"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 622], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:30.007144"], ["updated_at", "2018-11-09 19:21:30.007144"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:30.015018"], ["updated_at", "2018-11-09 19:21:30.015018"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 623], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:30.019002"], ["updated_at", "2018-11-09 19:21:30.019002"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 19:21:30.023933"], ["updated_at", "2018-11-09 19:21:30.023933"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 624], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:30.027853"], ["updated_at", "2018-11-09 19:21:30.027853"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:30.034624"], ["updated_at", "2018-11-09 19:21:30.034624"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 625], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:30.038548"], ["updated_at", "2018-11-09 19:21:30.038548"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 19:21:30.044353"], ["updated_at", "2018-11-09 19:21:30.044353"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 626], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:30.049224"], ["updated_at", "2018-11-09 19:21:30.049224"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:30.062151"], ["updated_at", "2018-11-09 19:21:30.062151"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 627], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:30.069671"], ["updated_at", "2018-11-09 19:21:30.069671"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 19:21:30.076743"], ["updated_at", "2018-11-09 19:21:30.076743"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 628], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:30.082188"], ["updated_at", "2018-11-09 19:21:30.082188"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:30.092840"], ["updated_at", "2018-11-09 19:21:30.092840"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 629], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:30.098525"], ["updated_at", "2018-11-09 19:21:30.098525"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 19:21:30.105059"], ["updated_at", "2018-11-09 19:21:30.105059"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 630], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:30.110407"], ["updated_at", "2018-11-09 19:21:30.110407"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:30.119112"], ["updated_at", "2018-11-09 19:21:30.119112"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 631], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:30.123726"], ["updated_at", "2018-11-09 19:21:30.123726"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 19:21:30.129752"], ["updated_at", "2018-11-09 19:21:30.129752"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 632], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:30.133876"], ["updated_at", "2018-11-09 19:21:30.133876"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:30.142136"], ["updated_at", "2018-11-09 19:21:30.142136"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 633], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:30.146857"], ["updated_at", "2018-11-09 19:21:30.146857"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 19:21:30.152174"], ["updated_at", "2018-11-09 19:21:30.152174"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 634], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:30.156394"], ["updated_at", "2018-11-09 19:21:30.156394"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:30.163295"], ["updated_at", "2018-11-09 19:21:30.163295"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 635], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:30.167589"], ["updated_at", "2018-11-09 19:21:30.167589"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 19:21:30.173015"], ["updated_at", "2018-11-09 19:21:30.173015"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 636], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:30.177102"], ["updated_at", "2018-11-09 19:21:30.177102"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-09 19:21:30.184581"], ["updated_at", "2018-11-09 19:21:30.184581"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 637], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:30.188671"], ["updated_at", "2018-11-09 19:21:30.188671"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-09 19:21:30.193708"], ["updated_at", "2018-11-09 19:21:30.193708"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 638], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 19:21:30.197887"], ["updated_at", "2018-11-09 19:21:30.197887"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (1.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.5ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "kristin_larkin@prosacco.com"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Lori"], ["permalink", "lori-a035c5cd"], ["username", "Lester"], ["email", "kristin_larkin@prosacco.com"], ["encrypted_password", "$2a$04$j5KG/xmCbEXroJb10Ua8CepdiE3RzP6P0JTdu/a5sV0QfW7JcjRsS"], ["created_at", "2018-11-12 13:35:43.995394"], ["updated_at", "2018-11-12 13:35:43.995394"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 2], ["key", "user.create"], ["created_at", "2018-11-12 13:35:44.032210"], ["updated_at", "2018-11-12 13:35:44.032210"]] User::HABTM_Roles Create (0.6ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 2], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.9ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 2], ["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 2], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 108ms (ActiveRecord: 21.7ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "buford.mcdermott@rodriguez.name"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Bethel"], ["permalink", "bethel-74739740"], ["username", "Liam"], ["email", "buford.mcdermott@rodriguez.name"], ["encrypted_password", "$2a$04$HJ4/2aLRgGEZnGp.2FS8M.LjpBfIkQQdYFJw.9.45.oWr4uE4Aat6"], ["created_at", "2018-11-12 13:35:44.163559"], ["updated_at", "2018-11-12 13:35:44.163559"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 3], ["key", "user.create"], ["created_at", "2018-11-12 13:35:44.166608"], ["updated_at", "2018-11-12 13:35:44.166608"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 3], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 3], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 3], ["LIMIT", 1]] Setting Load (0.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.6ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 3], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.3ms) Completed 200 OK in 37ms (Views: 11.1ms | ActiveRecord: 7.1ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.4ms) BEGIN  (0.5ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) ROLLBACK  (0.5ms) BEGIN  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:44.298793"], ["updated_at", "2018-11-12 13:35:44.298793"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 2], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:44.304322"], ["updated_at", "2018-11-12 13:35:44.304322"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:44.313188"], ["updated_at", "2018-11-12 13:35:44.313188"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 3], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:44.317653"], ["updated_at", "2018-11-12 13:35:44.317653"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Evelyn"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Evelyn"], ["position", 1], ["created_at", "2018-11-12 13:35:44.362561"], ["updated_at", "2018-11-12 13:35:44.362561"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.5ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 5], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Vesta"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Vesta"], ["position", 1], ["created_at", "2018-11-12 13:35:44.369192"], ["updated_at", "2018-11-12 13:35:44.369192"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 6], ["LIMIT", 1]]  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Ollie"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Ollie"], ["position", 1], ["created_at", "2018-11-12 13:35:44.376495"], ["updated_at", "2018-11-12 13:35:44.376495"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 7]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 7], ["created_at", "2018-11-12 13:35:44.380319"], ["updated_at", "2018-11-12 13:35:44.380319"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 7], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Reynold"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Reynold"], ["position", 1], ["created_at", "2018-11-12 13:35:44.387649"], ["updated_at", "2018-11-12 13:35:44.387649"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 8]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 8], ["created_at", "2018-11-12 13:35:44.391197"], ["updated_at", "2018-11-12 13:35:44.391197"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-11-12 13:35:44.398824"], ["id", 4]] Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 4], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 8], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Miller"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Miller"], ["position", 1], ["created_at", "2018-11-12 13:35:44.416945"], ["updated_at", "2018-11-12 13:35:44.416945"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 9]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 9], ["created_at", "2018-11-12 13:35:44.420606"], ["updated_at", "2018-11-12 13:35:44.420606"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 9], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 9], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 9], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-11-12 13:35:44.427422"], ["id", 5]] Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 4], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 9], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 9], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 9], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 9], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 9], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-11-12 13:35:44.445000"], ["id", 5]] Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 4], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 9], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 9], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Van"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Van"], ["position", 1], ["created_at", "2018-11-12 13:35:44.460354"], ["updated_at", "2018-11-12 13:35:44.460354"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 10]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 10], ["created_at", "2018-11-12 13:35:44.464635"], ["updated_at", "2018-11-12 13:35:44.464635"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.3ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 10], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Emma"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Emma"], ["position", 1], ["created_at", "2018-11-12 13:35:44.471588"], ["updated_at", "2018-11-12 13:35:44.471588"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 11], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Ena"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Ena"], ["position", 1], ["created_at", "2018-11-12 13:35:44.477699"], ["updated_at", "2018-11-12 13:35:44.477699"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 12]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 12], ["created_at", "2018-11-12 13:35:44.481350"], ["updated_at", "2018-11-12 13:35:44.481350"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 12], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Script Update All (0.7ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-11-12 13:35:44.509372' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.5ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Jordyn"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-11-12 13:35:44.508614"], ["updated_at", "2018-11-12 13:35:44.508614"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 1], ["key", "script.create"], ["created_at", "2018-11-12 13:35:44.513457"], ["updated_at", "2018-11-12 13:35:44.513457"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.7ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-11-12 13:35:44.521507' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.6ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "George"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-11-12 13:35:44.521040"], ["updated_at", "2018-11-12 13:35:44.521040"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 2], ["key", "script.create"], ["created_at", "2018-11-12 13:35:44.528252"], ["updated_at", "2018-11-12 13:35:44.528252"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Script Load (0.5ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "hildegard_price@rohan.org"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (1.0ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "lolita@stehrrunte.info"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "annamae@kochbergnaum.name"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Chloe"], ["permalink", "chloe-bf28640c"], ["username", "Malvina"], ["email", "annamae@kochbergnaum.name"], ["encrypted_password", "$2a$04$m22UqKYnQlx9n/WbReXF5eIQeCFIyD54ohVZ6kT59kE6QVHDvg.YW"], ["created_at", "2018-11-12 13:35:44.593491"], ["updated_at", "2018-11-12 13:35:44.593491"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 4], ["key", "user.create"], ["created_at", "2018-11-12 13:35:44.596428"], ["updated_at", "2018-11-12 13:35:44.596428"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 4], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.4ms) SAVEPOINT active_record_1 Role Exists (1.0ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "vinnie@mohrolson.co"], ["LIMIT", 1]] User Create (1.0ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Amber"], ["permalink", "amber-a6f1e5a0"], ["username", "Athena"], ["email", "vinnie@mohrolson.co"], ["encrypted_password", "$2a$04$KpwLjFknU9uGYnzq7aTH4.Op20z4p5RmOHVvgcsnTqMFb8mrIm5gO"], ["created_at", "2018-11-12 13:35:44.613249"], ["updated_at", "2018-11-12 13:35:44.613249"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 5], ["key", "user.create"], ["created_at", "2018-11-12 13:35:44.616762"], ["updated_at", "2018-11-12 13:35:44.616762"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 5], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "maude@ritchiegerhold.info"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Orrin"], ["permalink", "orrin-2ec67171"], ["username", "Rachel"], ["email", "maude@ritchiegerhold.info"], ["encrypted_password", "$2a$04$UzMJ9fhQJNV3nElzj0TAmOgMXB6kpvvTsr20RK4VnIK80EnH8/2FS"], ["created_at", "2018-11-12 13:35:44.632737"], ["updated_at", "2018-11-12 13:35:44.632737"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 6], ["key", "user.create"], ["created_at", "2018-11-12 13:35:44.635749"], ["updated_at", "2018-11-12 13:35:44.635749"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 6], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (1.7ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.0ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:44.686931"], ["updated_at", "2018-11-12 13:35:44.686931"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 4], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:44.694258"], ["updated_at", "2018-11-12 13:35:44.694258"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:44.742941"], ["updated_at", "2018-11-12 13:35:44.742941"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 5], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:44.749162"], ["updated_at", "2018-11-12 13:35:44.749162"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:44.757892"], ["updated_at", "2018-11-12 13:35:44.757892"]] PublicActivity::Activity Create (1.2ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 6], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:44.762768"], ["updated_at", "2018-11-12 13:35:44.762768"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.5ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:44.895725"], ["updated_at", "2018-11-12 13:35:44.895725"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 7], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:44.900265"], ["updated_at", "2018-11-12 13:35:44.900265"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:44.910966"], ["updated_at", "2018-11-12 13:35:44.910966"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 8], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:44.915880"], ["updated_at", "2018-11-12 13:35:44.915880"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:44.926465"], ["updated_at", "2018-11-12 13:35:44.926465"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 9], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:44.931101"], ["updated_at", "2018-11-12 13:35:44.931101"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "keppler"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "test_index"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:44.942995"], ["updated_at", "2018-11-12 13:35:44.942995"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 10], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:44.947653"], ["updated_at", "2018-11-12 13:35:44.947653"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:44.958927"], ["updated_at", "2018-11-12 13:35:44.958927"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 11], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:44.963799"], ["updated_at", "2018-11-12 13:35:44.963799"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:44.971310"], ["updated_at", "2018-11-12 13:35:44.971310"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 12], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:44.976604"], ["updated_at", "2018-11-12 13:35:44.976604"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (6.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (4.1ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:44.984635"], ["updated_at", "2018-11-12 13:35:44.984635"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 13], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.000383"], ["updated_at", "2018-11-12 13:35:45.000383"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.0ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.015290"], ["updated_at", "2018-11-12 13:35:45.015290"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 14], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.022347"], ["updated_at", "2018-11-12 13:35:45.022347"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.030499"], ["updated_at", "2018-11-12 13:35:45.030499"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 15], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.035643"], ["updated_at", "2018-11-12 13:35:45.035643"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.043628"], ["updated_at", "2018-11-12 13:35:45.043628"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 16], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.049138"], ["updated_at", "2018-11-12 13:35:45.049138"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.057937"], ["updated_at", "2018-11-12 13:35:45.057937"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 17], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.064189"], ["updated_at", "2018-11-12 13:35:45.064189"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.074339"], ["updated_at", "2018-11-12 13:35:45.074339"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 18], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.080834"], ["updated_at", "2018-11-12 13:35:45.080834"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.087566"], ["updated_at", "2018-11-12 13:35:45.087566"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 19], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.093672"], ["updated_at", "2018-11-12 13:35:45.093672"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.102409"], ["updated_at", "2018-11-12 13:35:45.102409"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 20], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.106442"], ["updated_at", "2018-11-12 13:35:45.106442"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.113782"], ["updated_at", "2018-11-12 13:35:45.113782"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 21], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.117881"], ["updated_at", "2018-11-12 13:35:45.117881"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.124152"], ["updated_at", "2018-11-12 13:35:45.124152"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 22], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.128824"], ["updated_at", "2018-11-12 13:35:45.128824"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.137468"], ["updated_at", "2018-11-12 13:35:45.137468"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 23], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.142541"], ["updated_at", "2018-11-12 13:35:45.142541"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.150197"], ["updated_at", "2018-11-12 13:35:45.150197"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 24], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.155012"], ["updated_at", "2018-11-12 13:35:45.155012"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.164677"], ["updated_at", "2018-11-12 13:35:45.164677"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 25], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.169818"], ["updated_at", "2018-11-12 13:35:45.169818"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.176839"], ["updated_at", "2018-11-12 13:35:45.176839"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 26], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.181092"], ["updated_at", "2018-11-12 13:35:45.181092"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.188297"], ["updated_at", "2018-11-12 13:35:45.188297"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 27], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.192422"], ["updated_at", "2018-11-12 13:35:45.192422"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.199877"], ["updated_at", "2018-11-12 13:35:45.199877"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 28], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.203970"], ["updated_at", "2018-11-12 13:35:45.203970"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.210166"], ["updated_at", "2018-11-12 13:35:45.210166"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 29], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.214199"], ["updated_at", "2018-11-12 13:35:45.214199"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.220820"], ["updated_at", "2018-11-12 13:35:45.220820"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 30], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.225137"], ["updated_at", "2018-11-12 13:35:45.225137"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.231459"], ["updated_at", "2018-11-12 13:35:45.231459"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 31], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.235771"], ["updated_at", "2018-11-12 13:35:45.235771"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.242286"], ["updated_at", "2018-11-12 13:35:45.242286"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 32], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.247323"], ["updated_at", "2018-11-12 13:35:45.247323"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.256533"], ["updated_at", "2018-11-12 13:35:45.256533"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 33], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.261735"], ["updated_at", "2018-11-12 13:35:45.261735"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:35:45.269791"], ["updated_at", "2018-11-12 13:35:45.269791"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 34], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.274117"], ["updated_at", "2018-11-12 13:35:45.274117"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:35:45.281356"], ["updated_at", "2018-11-12 13:35:45.281356"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 35], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.285438"], ["updated_at", "2018-11-12 13:35:45.285438"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:35:45.291590"], ["updated_at", "2018-11-12 13:35:45.291590"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 36], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.295783"], ["updated_at", "2018-11-12 13:35:45.295783"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:35:45.302108"], ["updated_at", "2018-11-12 13:35:45.302108"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 37], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.306156"], ["updated_at", "2018-11-12 13:35:45.306156"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:35:45.312736"], ["updated_at", "2018-11-12 13:35:45.312736"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 38], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.317502"], ["updated_at", "2018-11-12 13:35:45.317502"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:35:45.325432"], ["updated_at", "2018-11-12 13:35:45.325432"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 39], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.330475"], ["updated_at", "2018-11-12 13:35:45.330475"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:35:45.339049"], ["updated_at", "2018-11-12 13:35:45.339049"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 40], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.344368"], ["updated_at", "2018-11-12 13:35:45.344368"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:35:45.352845"], ["updated_at", "2018-11-12 13:35:45.352845"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 41], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.358003"], ["updated_at", "2018-11-12 13:35:45.358003"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:35:45.367220"], ["updated_at", "2018-11-12 13:35:45.367220"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 42], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.371691"], ["updated_at", "2018-11-12 13:35:45.371691"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:35:45.379273"], ["updated_at", "2018-11-12 13:35:45.379273"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 43], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.383841"], ["updated_at", "2018-11-12 13:35:45.383841"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:35:45.390464"], ["updated_at", "2018-11-12 13:35:45.390464"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 44], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.394562"], ["updated_at", "2018-11-12 13:35:45.394562"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:35:45.400962"], ["updated_at", "2018-11-12 13:35:45.400962"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 45], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.405535"], ["updated_at", "2018-11-12 13:35:45.405535"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.5ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:35:45.417733"], ["updated_at", "2018-11-12 13:35:45.417733"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 46], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.422514"], ["updated_at", "2018-11-12 13:35:45.422514"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:35:45.430394"], ["updated_at", "2018-11-12 13:35:45.430394"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 47], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.434856"], ["updated_at", "2018-11-12 13:35:45.434856"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:35:45.442964"], ["updated_at", "2018-11-12 13:35:45.442964"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 48], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.447694"], ["updated_at", "2018-11-12 13:35:45.447694"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:35:45.454462"], ["updated_at", "2018-11-12 13:35:45.454462"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 49], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.458663"], ["updated_at", "2018-11-12 13:35:45.458663"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:35:45.465488"], ["updated_at", "2018-11-12 13:35:45.465488"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 50], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.469982"], ["updated_at", "2018-11-12 13:35:45.469982"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:35:45.476383"], ["updated_at", "2018-11-12 13:35:45.476383"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 51], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.480525"], ["updated_at", "2018-11-12 13:35:45.480525"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:35:45.486907"], ["updated_at", "2018-11-12 13:35:45.486907"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 52], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.490794"], ["updated_at", "2018-11-12 13:35:45.490794"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:35:45.497317"], ["updated_at", "2018-11-12 13:35:45.497317"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 53], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.501506"], ["updated_at", "2018-11-12 13:35:45.501506"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:35:45.507539"], ["updated_at", "2018-11-12 13:35:45.507539"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 54], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.511545"], ["updated_at", "2018-11-12 13:35:45.511545"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:35:45.518231"], ["updated_at", "2018-11-12 13:35:45.518231"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 55], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.522071"], ["updated_at", "2018-11-12 13:35:45.522071"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:35:45.533352"], ["updated_at", "2018-11-12 13:35:45.533352"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 56], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.539785"], ["updated_at", "2018-11-12 13:35:45.539785"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:35:45.547812"], ["updated_at", "2018-11-12 13:35:45.547812"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 57], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.552398"], ["updated_at", "2018-11-12 13:35:45.552398"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:35:45.559774"], ["updated_at", "2018-11-12 13:35:45.559774"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 58], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.564827"], ["updated_at", "2018-11-12 13:35:45.564827"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:35:45.571802"], ["updated_at", "2018-11-12 13:35:45.571802"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 59], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.576293"], ["updated_at", "2018-11-12 13:35:45.576293"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:35:45.583367"], ["updated_at", "2018-11-12 13:35:45.583367"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 60], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.587575"], ["updated_at", "2018-11-12 13:35:45.587575"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:35:45.594975"], ["updated_at", "2018-11-12 13:35:45.594975"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 61], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.599554"], ["updated_at", "2018-11-12 13:35:45.599554"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.606258"], ["updated_at", "2018-11-12 13:35:45.606258"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 62], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.610598"], ["updated_at", "2018-11-12 13:35:45.610598"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.3ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.616980"], ["updated_at", "2018-11-12 13:35:45.616980"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 63], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.620933"], ["updated_at", "2018-11-12 13:35:45.620933"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.627442"], ["updated_at", "2018-11-12 13:35:45.627442"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 64], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.632148"], ["updated_at", "2018-11-12 13:35:45.632148"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.638784"], ["updated_at", "2018-11-12 13:35:45.638784"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 65], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.642767"], ["updated_at", "2018-11-12 13:35:45.642767"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.648964"], ["updated_at", "2018-11-12 13:35:45.648964"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 66], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.653040"], ["updated_at", "2018-11-12 13:35:45.653040"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.660802"], ["updated_at", "2018-11-12 13:35:45.660802"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 67], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.665690"], ["updated_at", "2018-11-12 13:35:45.665690"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.672133"], ["updated_at", "2018-11-12 13:35:45.672133"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 68], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.676117"], ["updated_at", "2018-11-12 13:35:45.676117"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.682398"], ["updated_at", "2018-11-12 13:35:45.682398"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 69], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.686253"], ["updated_at", "2018-11-12 13:35:45.686253"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.693393"], ["updated_at", "2018-11-12 13:35:45.693393"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 70], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.697805"], ["updated_at", "2018-11-12 13:35:45.697805"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.704604"], ["updated_at", "2018-11-12 13:35:45.704604"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 71], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.708721"], ["updated_at", "2018-11-12 13:35:45.708721"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.716194"], ["updated_at", "2018-11-12 13:35:45.716194"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 72], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.720225"], ["updated_at", "2018-11-12 13:35:45.720225"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.727080"], ["updated_at", "2018-11-12 13:35:45.727080"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 73], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.731420"], ["updated_at", "2018-11-12 13:35:45.731420"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.738137"], ["updated_at", "2018-11-12 13:35:45.738137"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 74], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.742210"], ["updated_at", "2018-11-12 13:35:45.742210"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.748597"], ["updated_at", "2018-11-12 13:35:45.748597"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 75], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.752872"], ["updated_at", "2018-11-12 13:35:45.752872"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.759230"], ["updated_at", "2018-11-12 13:35:45.759230"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 76], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.763240"], ["updated_at", "2018-11-12 13:35:45.763240"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.770214"], ["updated_at", "2018-11-12 13:35:45.770214"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 77], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.774118"], ["updated_at", "2018-11-12 13:35:45.774118"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-12 13:35:45.779700"], ["updated_at", "2018-11-12 13:35:45.779700"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 78], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.784889"], ["updated_at", "2018-11-12 13:35:45.784889"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.805704"], ["updated_at", "2018-11-12 13:35:45.805704"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 79], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.809834"], ["updated_at", "2018-11-12 13:35:45.809834"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-12 13:35:45.815477"], ["updated_at", "2018-11-12 13:35:45.815477"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 80], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.819641"], ["updated_at", "2018-11-12 13:35:45.819641"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.826636"], ["updated_at", "2018-11-12 13:35:45.826636"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 81], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.830689"], ["updated_at", "2018-11-12 13:35:45.830689"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-12 13:35:45.835788"], ["updated_at", "2018-11-12 13:35:45.835788"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 82], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.839978"], ["updated_at", "2018-11-12 13:35:45.839978"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.847284"], ["updated_at", "2018-11-12 13:35:45.847284"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 83], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.851842"], ["updated_at", "2018-11-12 13:35:45.851842"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-12 13:35:45.856478"], ["updated_at", "2018-11-12 13:35:45.856478"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 84], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.860329"], ["updated_at", "2018-11-12 13:35:45.860329"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.870178"], ["updated_at", "2018-11-12 13:35:45.870178"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 85], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.878441"], ["updated_at", "2018-11-12 13:35:45.878441"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-12 13:35:45.887546"], ["updated_at", "2018-11-12 13:35:45.887546"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 86], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.893041"], ["updated_at", "2018-11-12 13:35:45.893041"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.901629"], ["updated_at", "2018-11-12 13:35:45.901629"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 87], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.906726"], ["updated_at", "2018-11-12 13:35:45.906726"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (4.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-12 13:35:45.913390"], ["updated_at", "2018-11-12 13:35:45.913390"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 88], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.921824"], ["updated_at", "2018-11-12 13:35:45.921824"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.929036"], ["updated_at", "2018-11-12 13:35:45.929036"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 89], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.933521"], ["updated_at", "2018-11-12 13:35:45.933521"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-12 13:35:45.938288"], ["updated_at", "2018-11-12 13:35:45.938288"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 90], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.942968"], ["updated_at", "2018-11-12 13:35:45.942968"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:35:45.950435"], ["updated_at", "2018-11-12 13:35:45.950435"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 91], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.954413"], ["updated_at", "2018-11-12 13:35:45.954413"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-12 13:35:45.959000"], ["updated_at", "2018-11-12 13:35:45.959000"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 92], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:35:45.963641"], ["updated_at", "2018-11-12 13:35:45.963641"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (2.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.8ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "silas_strosin@lesch.org"], ["LIMIT", 1]] User Create (1.4ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Alec"], ["permalink", "alec-018eb9d2"], ["username", "Ebony"], ["email", "silas_strosin@lesch.org"], ["encrypted_password", "$2a$04$WbPB7xMOD4xErC/LGSnrmep9A/OPWo.VxFr7nc6lZYp./gTfiJj9m"], ["created_at", "2018-11-12 13:36:42.732480"], ["updated_at", "2018-11-12 13:36:42.732480"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 7], ["key", "user.create"], ["created_at", "2018-11-12 13:36:42.773301"], ["updated_at", "2018-11-12 13:36:42.773301"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 7], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.3ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 7], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 109ms (ActiveRecord: 24.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "alyon_mcglynn@glover.io"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Bernita"], ["permalink", "bernita-a3e85390"], ["username", "Lois"], ["email", "alyon_mcglynn@glover.io"], ["encrypted_password", "$2a$04$3vM03djAikVaWAI3AUrrKuAS2eAK7vT22yK.fSUwIlAbK7JQvIkoe"], ["created_at", "2018-11-12 13:36:42.904858"], ["updated_at", "2018-11-12 13:36:42.904858"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 8], ["key", "user.create"], ["created_at", "2018-11-12 13:36:42.909037"], ["updated_at", "2018-11-12 13:36:42.909037"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 8], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 8], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 8], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.6ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 8], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.3ms) Completed 200 OK in 54ms (Views: 27.5ms | ActiveRecord: 7.7ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.0ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:43.017749"], ["updated_at", "2018-11-12 13:36:43.017749"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 93], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:43.023712"], ["updated_at", "2018-11-12 13:36:43.023712"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:43.034525"], ["updated_at", "2018-11-12 13:36:43.034525"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 94], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:43.039065"], ["updated_at", "2018-11-12 13:36:43.039065"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.4ms) BEGIN Role Exists (0.9ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Noemie"], ["LIMIT", 1]] Role Create (0.7ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Noemie"], ["position", 1], ["created_at", "2018-11-12 13:36:43.093133"], ["updated_at", "2018-11-12 13:36:43.093133"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Permission Exists (1.0ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 13], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Alvis"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Alvis"], ["position", 1], ["created_at", "2018-11-12 13:36:43.101489"], ["updated_at", "2018-11-12 13:36:43.101489"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 14], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Carter"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Carter"], ["position", 1], ["created_at", "2018-11-12 13:36:43.108959"], ["updated_at", "2018-11-12 13:36:43.108959"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 15]] Permission Create (0.8ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 15], ["created_at", "2018-11-12 13:36:43.113032"], ["updated_at", "2018-11-12 13:36:43.113032"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 15], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Bette"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Bette"], ["position", 1], ["created_at", "2018-11-12 13:36:43.120572"], ["updated_at", "2018-11-12 13:36:43.120572"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 16]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 16], ["created_at", "2018-11-12 13:36:43.124589"], ["updated_at", "2018-11-12 13:36:43.124589"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-11-12 13:36:43.134119"], ["id", 9]] Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 4], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 16], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Lonie"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Lonie"], ["position", 1], ["created_at", "2018-11-12 13:36:43.149587"], ["updated_at", "2018-11-12 13:36:43.149587"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 17]] Permission Create (0.8ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 17], ["created_at", "2018-11-12 13:36:43.153683"], ["updated_at", "2018-11-12 13:36:43.153683"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 17], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 17], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 17], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 17], ["LIMIT", 1]]  (0.5ms) SAVEPOINT active_record_1 Permission Update (0.7ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-11-12 13:36:43.163889"], ["id", 10]] Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 4], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 17], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 17], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 17], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 17], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 17], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-11-12 13:36:43.185825"], ["id", 10]] Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 4], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 17], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 17], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Cielo"], ["LIMIT", 1]] Role Create (0.8ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Cielo"], ["position", 1], ["created_at", "2018-11-12 13:36:43.202038"], ["updated_at", "2018-11-12 13:36:43.202038"]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 18]] Permission Create (1.0ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 18], ["created_at", "2018-11-12 13:36:43.210970"], ["updated_at", "2018-11-12 13:36:43.210970"]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.7ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 18], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Bernadine"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Bernadine"], ["position", 1], ["created_at", "2018-11-12 13:36:43.222286"], ["updated_at", "2018-11-12 13:36:43.222286"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.6ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 19], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Macy"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Macy"], ["position", 1], ["created_at", "2018-11-12 13:36:43.230464"], ["updated_at", "2018-11-12 13:36:43.230464"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 20]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 20], ["created_at", "2018-11-12 13:36:43.235235"], ["updated_at", "2018-11-12 13:36:43.235235"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 20], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.7ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-11-12 13:36:43.266501' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.5ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Larissa"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-11-12 13:36:43.265513"], ["updated_at", "2018-11-12 13:36:43.265513"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 3], ["key", "script.create"], ["created_at", "2018-11-12 13:36:43.270802"], ["updated_at", "2018-11-12 13:36:43.270802"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.4ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-11-12 13:36:43.279714' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.3ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Greg"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-11-12 13:36:43.279250"], ["updated_at", "2018-11-12 13:36:43.279250"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 4], ["key", "script.create"], ["created_at", "2018-11-12 13:36:43.283009"], ["updated_at", "2018-11-12 13:36:43.283009"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "chaz_wuckert@kelerdurgan.net"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "jayne@powlowski.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.9ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "irving_bartell@rathmacejkovic.net"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Cheyanne"], ["permalink", "cheyanne-a6110e5c"], ["username", "Jaquan"], ["email", "irving_bartell@rathmacejkovic.net"], ["encrypted_password", "$2a$04$k4NARMvcilzD/B6XmfOzie.5XD6YhPKQ1FQZGuiDVIbGGtHGtecnm"], ["created_at", "2018-11-12 13:36:43.344421"], ["updated_at", "2018-11-12 13:36:43.344421"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 9], ["key", "user.create"], ["created_at", "2018-11-12 13:36:43.347431"], ["updated_at", "2018-11-12 13:36:43.347431"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 9], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "kayley_will@schamberger.co"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Corine"], ["permalink", "corine-e1f2708f"], ["username", "Nyasia"], ["email", "kayley_will@schamberger.co"], ["encrypted_password", "$2a$04$JNbKHcS8L98mJlpWsuxK7OQL197MfcUqm6yId32ytCLG/zbPsGvt."], ["created_at", "2018-11-12 13:36:43.361738"], ["updated_at", "2018-11-12 13:36:43.361738"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 10], ["key", "user.create"], ["created_at", "2018-11-12 13:36:43.364754"], ["updated_at", "2018-11-12 13:36:43.364754"]] User::HABTM_Roles Create (0.7ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 10], ["role_id", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "antonette_auer@jacobson.info"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Priscilla"], ["permalink", "priscilla-268dae37"], ["username", "Patience"], ["email", "antonette_auer@jacobson.info"], ["encrypted_password", "$2a$04$a4R01VABINNezxK55u0eC.w7sEQox.7QxRSd9DqHxnHqBpk7bf39G"], ["created_at", "2018-11-12 13:36:43.381467"], ["updated_at", "2018-11-12 13:36:43.381467"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 11], ["key", "user.create"], ["created_at", "2018-11-12 13:36:43.384846"], ["updated_at", "2018-11-12 13:36:43.384846"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 11], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:43.436409"], ["updated_at", "2018-11-12 13:36:43.436409"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 95], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:43.441266"], ["updated_at", "2018-11-12 13:36:43.441266"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:43.468458"], ["updated_at", "2018-11-12 13:36:43.468458"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 96], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:43.472837"], ["updated_at", "2018-11-12 13:36:43.472837"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:43.480660"], ["updated_at", "2018-11-12 13:36:43.480660"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 97], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:43.485117"], ["updated_at", "2018-11-12 13:36:43.485117"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:43.585593"], ["updated_at", "2018-11-12 13:36:43.585593"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 98], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:43.590134"], ["updated_at", "2018-11-12 13:36:43.590134"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:43.599622"], ["updated_at", "2018-11-12 13:36:43.599622"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 99], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:43.603961"], ["updated_at", "2018-11-12 13:36:43.603961"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:43.612714"], ["updated_at", "2018-11-12 13:36:43.612714"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 100], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:43.616739"], ["updated_at", "2018-11-12 13:36:43.616739"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "keppler"], ["LIMIT", 1]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "test_index"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:43.626957"], ["updated_at", "2018-11-12 13:36:43.626957"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 101], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:43.631129"], ["updated_at", "2018-11-12 13:36:43.631129"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:43.640511"], ["updated_at", "2018-11-12 13:36:43.640511"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 102], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:43.644573"], ["updated_at", "2018-11-12 13:36:43.644573"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:43.650988"], ["updated_at", "2018-11-12 13:36:43.650988"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 103], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:43.655165"], ["updated_at", "2018-11-12 13:36:43.655165"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:43.662114"], ["updated_at", "2018-11-12 13:36:43.662114"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 104], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:43.666397"], ["updated_at", "2018-11-12 13:36:43.666397"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:43.673638"], ["updated_at", "2018-11-12 13:36:43.673638"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 105], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:43.677515"], ["updated_at", "2018-11-12 13:36:43.677515"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:43.684132"], ["updated_at", "2018-11-12 13:36:43.684132"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 106], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:43.688217"], ["updated_at", "2018-11-12 13:36:43.688217"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:43.694303"], ["updated_at", "2018-11-12 13:36:43.694303"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 107], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:43.698641"], ["updated_at", "2018-11-12 13:36:43.698641"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:43.705967"], ["updated_at", "2018-11-12 13:36:43.705967"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 108], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:43.709873"], ["updated_at", "2018-11-12 13:36:43.709873"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.3ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:43.716304"], ["updated_at", "2018-11-12 13:36:43.716304"]] PublicActivity::Activity Create (1.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 109], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:43.720257"], ["updated_at", "2018-11-12 13:36:43.720257"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:43.728547"], ["updated_at", "2018-11-12 13:36:43.728547"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 110], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:43.734204"], ["updated_at", "2018-11-12 13:36:43.734204"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:43.743322"], ["updated_at", "2018-11-12 13:36:43.743322"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 111], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:43.748014"], ["updated_at", "2018-11-12 13:36:43.748014"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:43.757370"], ["updated_at", "2018-11-12 13:36:43.757370"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 112], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:43.762263"], ["updated_at", "2018-11-12 13:36:43.762263"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:43.769296"], ["updated_at", "2018-11-12 13:36:43.769296"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 113], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:43.773763"], ["updated_at", "2018-11-12 13:36:43.773763"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:43.780262"], ["updated_at", "2018-11-12 13:36:43.780262"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 114], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:43.784350"], ["updated_at", "2018-11-12 13:36:43.784350"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:43.790961"], ["updated_at", "2018-11-12 13:36:43.790961"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 115], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:43.795444"], ["updated_at", "2018-11-12 13:36:43.795444"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:43.802228"], ["updated_at", "2018-11-12 13:36:43.802228"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 116], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:43.806222"], ["updated_at", "2018-11-12 13:36:43.806222"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:43.812449"], ["updated_at", "2018-11-12 13:36:43.812449"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 117], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:43.816642"], ["updated_at", "2018-11-12 13:36:43.816642"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:43.823052"], ["updated_at", "2018-11-12 13:36:43.823052"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 118], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:43.827216"], ["updated_at", "2018-11-12 13:36:43.827216"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:43.834234"], ["updated_at", "2018-11-12 13:36:43.834234"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 119], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:43.838597"], ["updated_at", "2018-11-12 13:36:43.838597"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:43.844465"], ["updated_at", "2018-11-12 13:36:43.844465"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 120], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:43.848374"], ["updated_at", "2018-11-12 13:36:43.848374"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:43.855313"], ["updated_at", "2018-11-12 13:36:43.855313"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 121], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:43.860470"], ["updated_at", "2018-11-12 13:36:43.860470"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:43.867333"], ["updated_at", "2018-11-12 13:36:43.867333"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 122], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:43.872753"], ["updated_at", "2018-11-12 13:36:43.872753"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:43.879827"], ["updated_at", "2018-11-12 13:36:43.879827"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 123], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:43.883970"], ["updated_at", "2018-11-12 13:36:43.883970"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:43.890384"], ["updated_at", "2018-11-12 13:36:43.890384"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 124], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:43.894373"], ["updated_at", "2018-11-12 13:36:43.894373"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:36:43.900661"], ["updated_at", "2018-11-12 13:36:43.900661"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 125], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:43.906183"], ["updated_at", "2018-11-12 13:36:43.906183"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.3ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:36:43.914327"], ["updated_at", "2018-11-12 13:36:43.914327"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 126], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:43.918506"], ["updated_at", "2018-11-12 13:36:43.918506"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:36:43.924798"], ["updated_at", "2018-11-12 13:36:43.924798"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 127], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:43.928912"], ["updated_at", "2018-11-12 13:36:43.928912"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:36:43.935586"], ["updated_at", "2018-11-12 13:36:43.935586"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 128], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:43.939756"], ["updated_at", "2018-11-12 13:36:43.939756"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:36:43.946191"], ["updated_at", "2018-11-12 13:36:43.946191"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 129], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:43.950389"], ["updated_at", "2018-11-12 13:36:43.950389"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:36:43.957424"], ["updated_at", "2018-11-12 13:36:43.957424"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 130], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:43.961530"], ["updated_at", "2018-11-12 13:36:43.961530"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:36:43.967686"], ["updated_at", "2018-11-12 13:36:43.967686"]] PublicActivity::Activity Create (1.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 131], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:43.973007"], ["updated_at", "2018-11-12 13:36:43.973007"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:36:43.986654"], ["updated_at", "2018-11-12 13:36:43.986654"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 132], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:43.993128"], ["updated_at", "2018-11-12 13:36:43.993128"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:36:44.003254"], ["updated_at", "2018-11-12 13:36:44.003254"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 133], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.008562"], ["updated_at", "2018-11-12 13:36:44.008562"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:36:44.017258"], ["updated_at", "2018-11-12 13:36:44.017258"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 134], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.022800"], ["updated_at", "2018-11-12 13:36:44.022800"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:36:44.030644"], ["updated_at", "2018-11-12 13:36:44.030644"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 135], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.035378"], ["updated_at", "2018-11-12 13:36:44.035378"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:36:44.043571"], ["updated_at", "2018-11-12 13:36:44.043571"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 136], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.049239"], ["updated_at", "2018-11-12 13:36:44.049239"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:36:44.058246"], ["updated_at", "2018-11-12 13:36:44.058246"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 137], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.062924"], ["updated_at", "2018-11-12 13:36:44.062924"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:36:44.070428"], ["updated_at", "2018-11-12 13:36:44.070428"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 138], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.076228"], ["updated_at", "2018-11-12 13:36:44.076228"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.5ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:36:44.090437"], ["updated_at", "2018-11-12 13:36:44.090437"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 139], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.098035"], ["updated_at", "2018-11-12 13:36:44.098035"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:36:44.108672"], ["updated_at", "2018-11-12 13:36:44.108672"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 140], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.114059"], ["updated_at", "2018-11-12 13:36:44.114059"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:36:44.122788"], ["updated_at", "2018-11-12 13:36:44.122788"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 141], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.127949"], ["updated_at", "2018-11-12 13:36:44.127949"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:36:44.135937"], ["updated_at", "2018-11-12 13:36:44.135937"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 142], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.140802"], ["updated_at", "2018-11-12 13:36:44.140802"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:36:44.148023"], ["updated_at", "2018-11-12 13:36:44.148023"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 143], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.152360"], ["updated_at", "2018-11-12 13:36:44.152360"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:36:44.160386"], ["updated_at", "2018-11-12 13:36:44.160386"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 144], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.164666"], ["updated_at", "2018-11-12 13:36:44.164666"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:36:44.172146"], ["updated_at", "2018-11-12 13:36:44.172146"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 145], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.176345"], ["updated_at", "2018-11-12 13:36:44.176345"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:36:44.182770"], ["updated_at", "2018-11-12 13:36:44.182770"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 146], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.186868"], ["updated_at", "2018-11-12 13:36:44.186868"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:36:44.193401"], ["updated_at", "2018-11-12 13:36:44.193401"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 147], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.197279"], ["updated_at", "2018-11-12 13:36:44.197279"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:36:44.204472"], ["updated_at", "2018-11-12 13:36:44.204472"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 148], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.208544"], ["updated_at", "2018-11-12 13:36:44.208544"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:36:44.215214"], ["updated_at", "2018-11-12 13:36:44.215214"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 149], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.219332"], ["updated_at", "2018-11-12 13:36:44.219332"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:36:44.227898"], ["updated_at", "2018-11-12 13:36:44.227898"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 150], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.232869"], ["updated_at", "2018-11-12 13:36:44.232869"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:36:44.240444"], ["updated_at", "2018-11-12 13:36:44.240444"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 151], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.244773"], ["updated_at", "2018-11-12 13:36:44.244773"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:36:44.251991"], ["updated_at", "2018-11-12 13:36:44.251991"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 152], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.256065"], ["updated_at", "2018-11-12 13:36:44.256065"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:44.265515"], ["updated_at", "2018-11-12 13:36:44.265515"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 153], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.270362"], ["updated_at", "2018-11-12 13:36:44.270362"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:44.277947"], ["updated_at", "2018-11-12 13:36:44.277947"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 154], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.282288"], ["updated_at", "2018-11-12 13:36:44.282288"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:44.289072"], ["updated_at", "2018-11-12 13:36:44.289072"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 155], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.293369"], ["updated_at", "2018-11-12 13:36:44.293369"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:44.300322"], ["updated_at", "2018-11-12 13:36:44.300322"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 156], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.304377"], ["updated_at", "2018-11-12 13:36:44.304377"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:44.310972"], ["updated_at", "2018-11-12 13:36:44.310972"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 157], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.314962"], ["updated_at", "2018-11-12 13:36:44.314962"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:44.321616"], ["updated_at", "2018-11-12 13:36:44.321616"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 158], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.325945"], ["updated_at", "2018-11-12 13:36:44.325945"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:44.332353"], ["updated_at", "2018-11-12 13:36:44.332353"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 159], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.336576"], ["updated_at", "2018-11-12 13:36:44.336576"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:44.344582"], ["updated_at", "2018-11-12 13:36:44.344582"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 160], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.349503"], ["updated_at", "2018-11-12 13:36:44.349503"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:44.357688"], ["updated_at", "2018-11-12 13:36:44.357688"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 161], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.362254"], ["updated_at", "2018-11-12 13:36:44.362254"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:44.369266"], ["updated_at", "2018-11-12 13:36:44.369266"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 162], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.373870"], ["updated_at", "2018-11-12 13:36:44.373870"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:44.380598"], ["updated_at", "2018-11-12 13:36:44.380598"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 163], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.384844"], ["updated_at", "2018-11-12 13:36:44.384844"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:44.391579"], ["updated_at", "2018-11-12 13:36:44.391579"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 164], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.395916"], ["updated_at", "2018-11-12 13:36:44.395916"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:44.402254"], ["updated_at", "2018-11-12 13:36:44.402254"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 165], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.406978"], ["updated_at", "2018-11-12 13:36:44.406978"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:44.414451"], ["updated_at", "2018-11-12 13:36:44.414451"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 166], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.432118"], ["updated_at", "2018-11-12 13:36:44.432118"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:44.439095"], ["updated_at", "2018-11-12 13:36:44.439095"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 167], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.443481"], ["updated_at", "2018-11-12 13:36:44.443481"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:44.451004"], ["updated_at", "2018-11-12 13:36:44.451004"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 168], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.455670"], ["updated_at", "2018-11-12 13:36:44.455670"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-12 13:36:44.465166"], ["updated_at", "2018-11-12 13:36:44.465166"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 169], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.472594"], ["updated_at", "2018-11-12 13:36:44.472594"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:44.482199"], ["updated_at", "2018-11-12 13:36:44.482199"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 170], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.486639"], ["updated_at", "2018-11-12 13:36:44.486639"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-12 13:36:44.492540"], ["updated_at", "2018-11-12 13:36:44.492540"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 171], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.496857"], ["updated_at", "2018-11-12 13:36:44.496857"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:44.504384"], ["updated_at", "2018-11-12 13:36:44.504384"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 172], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.508546"], ["updated_at", "2018-11-12 13:36:44.508546"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-12 13:36:44.514436"], ["updated_at", "2018-11-12 13:36:44.514436"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 173], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.518727"], ["updated_at", "2018-11-12 13:36:44.518727"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:44.529857"], ["updated_at", "2018-11-12 13:36:44.529857"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 174], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.534195"], ["updated_at", "2018-11-12 13:36:44.534195"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-12 13:36:44.540733"], ["updated_at", "2018-11-12 13:36:44.540733"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 175], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.546318"], ["updated_at", "2018-11-12 13:36:44.546318"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:44.555678"], ["updated_at", "2018-11-12 13:36:44.555678"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 176], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.561076"], ["updated_at", "2018-11-12 13:36:44.561076"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-12 13:36:44.567531"], ["updated_at", "2018-11-12 13:36:44.567531"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 177], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.573018"], ["updated_at", "2018-11-12 13:36:44.573018"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:44.581190"], ["updated_at", "2018-11-12 13:36:44.581190"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 178], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.585561"], ["updated_at", "2018-11-12 13:36:44.585561"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-12 13:36:44.591162"], ["updated_at", "2018-11-12 13:36:44.591162"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 179], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.595257"], ["updated_at", "2018-11-12 13:36:44.595257"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:44.602148"], ["updated_at", "2018-11-12 13:36:44.602148"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 180], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.606501"], ["updated_at", "2018-11-12 13:36:44.606501"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-12 13:36:44.611603"], ["updated_at", "2018-11-12 13:36:44.611603"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 181], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.615764"], ["updated_at", "2018-11-12 13:36:44.615764"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:36:44.622746"], ["updated_at", "2018-11-12 13:36:44.622746"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 182], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.627079"], ["updated_at", "2018-11-12 13:36:44.627079"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-12 13:36:44.631759"], ["updated_at", "2018-11-12 13:36:44.631759"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 183], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:36:44.635835"], ["updated_at", "2018-11-12 13:36:44.635835"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (1.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (1.1ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "neha@faydicki.net"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Dandre"], ["permalink", "dandre-19eae183"], ["username", "Norval"], ["email", "neha@faydicki.net"], ["encrypted_password", "$2a$04$2TV.ge8h/AyLK9zDqEoz1uOFyFKEOaFePJCq/W0KQG9aiYAGmhCUW"], ["created_at", "2018-11-12 13:37:24.257763"], ["updated_at", "2018-11-12 13:37:24.257763"]] PublicActivity::Activity Create (1.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 12], ["key", "user.create"], ["created_at", "2018-11-12 13:37:24.297990"], ["updated_at", "2018-11-12 13:37:24.297990"]] User::HABTM_Roles Create (0.8ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 12], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.8ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 12], ["LIMIT", 1]] Role Load (1.4ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 12], ["LIMIT", 1]] Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 118ms (ActiveRecord: 31.9ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.7ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.4ms) SAVEPOINT active_record_1 Role Exists (0.8ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "keon@wilkinsonkertzmann.io"], ["LIMIT", 1]] User Create (0.8ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Hyman"], ["permalink", "hyman-ad1f7663"], ["username", "Destiny"], ["email", "keon@wilkinsonkertzmann.io"], ["encrypted_password", "$2a$04$m3IZa.UdVMeACsPerG7CiuZJn421tdgFQQztUL0sS.af40jHe2r5S"], ["created_at", "2018-11-12 13:37:24.441648"], ["updated_at", "2018-11-12 13:37:24.441648"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 13], ["key", "user.create"], ["created_at", "2018-11-12 13:37:24.445122"], ["updated_at", "2018-11-12 13:37:24.445122"]] User::HABTM_Roles Create (0.6ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 13], ["role_id", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 13], ["LIMIT", 1]] Role Load (0.9ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 13], ["LIMIT", 1]] Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.4ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.8ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 13], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.4ms) Completed 200 OK in 41ms (Views: 11.4ms | ActiveRecord: 11.3ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:24.546118"], ["updated_at", "2018-11-12 13:37:24.546118"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 184], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:24.551405"], ["updated_at", "2018-11-12 13:37:24.551405"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:24.560620"], ["updated_at", "2018-11-12 13:37:24.560620"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 185], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:24.564554"], ["updated_at", "2018-11-12 13:37:24.564554"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Coy"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Coy"], ["position", 1], ["created_at", "2018-11-12 13:37:24.611687"], ["updated_at", "2018-11-12 13:37:24.611687"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.5ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 21], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Tania"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Tania"], ["position", 1], ["created_at", "2018-11-12 13:37:24.618378"], ["updated_at", "2018-11-12 13:37:24.618378"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 22], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Tressa"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Tressa"], ["position", 1], ["created_at", "2018-11-12 13:37:24.625662"], ["updated_at", "2018-11-12 13:37:24.625662"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 23]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 23], ["created_at", "2018-11-12 13:37:24.629459"], ["updated_at", "2018-11-12 13:37:24.629459"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 23], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Hosea"], ["LIMIT", 1]] Role Create (0.8ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Hosea"], ["position", 1], ["created_at", "2018-11-12 13:37:24.637696"], ["updated_at", "2018-11-12 13:37:24.637696"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 24]] Permission Create (1.0ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 24], ["created_at", "2018-11-12 13:37:24.642426"], ["updated_at", "2018-11-12 13:37:24.642426"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.7ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-11-12 13:37:24.650535"], ["id", 14]] Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 4], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 24], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Mathilde"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Mathilde"], ["position", 1], ["created_at", "2018-11-12 13:37:24.666248"], ["updated_at", "2018-11-12 13:37:24.666248"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 25]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 25], ["created_at", "2018-11-12 13:37:24.670119"], ["updated_at", "2018-11-12 13:37:24.670119"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 25], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 25], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 25], ["LIMIT", 1]] Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 25], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2018-11-12 13:37:24.677071"], ["id", 15]] Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 4], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 25], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 25], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 25], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 25], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 25], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2018-11-12 13:37:24.693429"], ["id", 15]] Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 4], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 25], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 25], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Maryse"], ["LIMIT", 1]] Role Create (0.3ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Maryse"], ["position", 1], ["created_at", "2018-11-12 13:37:24.706865"], ["updated_at", "2018-11-12 13:37:24.706865"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 26]] Permission Create (0.4ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 26], ["created_at", "2018-11-12 13:37:24.710367"], ["updated_at", "2018-11-12 13:37:24.710367"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 26], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Marilyne"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Marilyne"], ["position", 1], ["created_at", "2018-11-12 13:37:24.716931"], ["updated_at", "2018-11-12 13:37:24.716931"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.3ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 27], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Hailey"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Hailey"], ["position", 1], ["created_at", "2018-11-12 13:37:24.723260"], ["updated_at", "2018-11-12 13:37:24.723260"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 28]] Permission Create (0.4ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 28], ["created_at", "2018-11-12 13:37:24.726577"], ["updated_at", "2018-11-12 13:37:24.726577"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 28], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Script Update All (0.8ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-11-12 13:37:24.753483' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.4ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Brielle"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2018-11-12 13:37:24.752746"], ["updated_at", "2018-11-12 13:37:24.752746"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 5], ["key", "script.create"], ["created_at", "2018-11-12 13:37:24.757614"], ["updated_at", "2018-11-12 13:37:24.757614"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.4ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2018-11-12 13:37:24.765432' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.3ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Alexys"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2018-11-12 13:37:24.765000"], ["updated_at", "2018-11-12 13:37:24.765000"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 6], ["key", "script.create"], ["created_at", "2018-11-12 13:37:24.768710"], ["updated_at", "2018-11-12 13:37:24.768710"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "myrl.mueller@bechtelar.io"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "camille@gulgowski.co"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "alysa_gleichner@rowe.info"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Vance"], ["permalink", "vance-943bbf55"], ["username", "Christina"], ["email", "alysa_gleichner@rowe.info"], ["encrypted_password", "$2a$04$ABPKborkMuih9m5Y0vWcdOJPvBvhh/eqrvjUYtU2jDHdKXFXgSMju"], ["created_at", "2018-11-12 13:37:24.831620"], ["updated_at", "2018-11-12 13:37:24.831620"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 14], ["key", "user.create"], ["created_at", "2018-11-12 13:37:24.834432"], ["updated_at", "2018-11-12 13:37:24.834432"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 14], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "gavin@wisokymueller.co"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Enid"], ["permalink", "enid-0bd7047f"], ["username", "Ceasar"], ["email", "gavin@wisokymueller.co"], ["encrypted_password", "$2a$04$CVF.Ym3O4z9Ktg1sqvx/WuNBdt7/mPn08VuXz0X/WbOL5sk3G9Kr6"], ["created_at", "2018-11-12 13:37:24.849871"], ["updated_at", "2018-11-12 13:37:24.849871"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 15], ["key", "user.create"], ["created_at", "2018-11-12 13:37:24.852710"], ["updated_at", "2018-11-12 13:37:24.852710"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 15], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.9ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "kade@bernier.name"], ["LIMIT", 1]] User Create (0.9ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Ole"], ["permalink", "ole-0bb89456"], ["username", "Saige"], ["email", "kade@bernier.name"], ["encrypted_password", "$2a$04$byDQPjMwwXUYx5.SOohZzO6K4qho0E71zuP9Yt0hRls8h71Vtj7Ie"], ["created_at", "2018-11-12 13:37:24.869518"], ["updated_at", "2018-11-12 13:37:24.869518"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 16], ["key", "user.create"], ["created_at", "2018-11-12 13:37:24.872847"], ["updated_at", "2018-11-12 13:37:24.872847"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 16], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:24.922405"], ["updated_at", "2018-11-12 13:37:24.922405"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 186], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:24.928761"], ["updated_at", "2018-11-12 13:37:24.928761"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:24.975662"], ["updated_at", "2018-11-12 13:37:24.975662"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 187], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:24.980654"], ["updated_at", "2018-11-12 13:37:24.980654"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:24.988136"], ["updated_at", "2018-11-12 13:37:24.988136"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 188], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:24.992350"], ["updated_at", "2018-11-12 13:37:24.992350"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.095372"], ["updated_at", "2018-11-12 13:37:25.095372"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 189], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.100213"], ["updated_at", "2018-11-12 13:37:25.100213"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.110470"], ["updated_at", "2018-11-12 13:37:25.110470"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 190], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.117630"], ["updated_at", "2018-11-12 13:37:25.117630"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.128997"], ["updated_at", "2018-11-12 13:37:25.128997"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 191], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.133222"], ["updated_at", "2018-11-12 13:37:25.133222"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "keppler"], ["LIMIT", 1]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "test_index"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.144078"], ["updated_at", "2018-11-12 13:37:25.144078"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 192], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.148129"], ["updated_at", "2018-11-12 13:37:25.148129"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.157914"], ["updated_at", "2018-11-12 13:37:25.157914"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 193], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.162019"], ["updated_at", "2018-11-12 13:37:25.162019"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.168866"], ["updated_at", "2018-11-12 13:37:25.168866"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 194], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.173064"], ["updated_at", "2018-11-12 13:37:25.173064"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.180053"], ["updated_at", "2018-11-12 13:37:25.180053"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 195], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.184362"], ["updated_at", "2018-11-12 13:37:25.184362"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (1.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.193155"], ["updated_at", "2018-11-12 13:37:25.193155"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 196], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.197723"], ["updated_at", "2018-11-12 13:37:25.197723"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.204720"], ["updated_at", "2018-11-12 13:37:25.204720"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 197], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.209207"], ["updated_at", "2018-11-12 13:37:25.209207"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.216308"], ["updated_at", "2018-11-12 13:37:25.216308"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 198], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.220493"], ["updated_at", "2018-11-12 13:37:25.220493"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.227089"], ["updated_at", "2018-11-12 13:37:25.227089"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 199], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.230987"], ["updated_at", "2018-11-12 13:37:25.230987"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.237610"], ["updated_at", "2018-11-12 13:37:25.237610"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 200], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.241884"], ["updated_at", "2018-11-12 13:37:25.241884"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.248637"], ["updated_at", "2018-11-12 13:37:25.248637"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 201], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.252870"], ["updated_at", "2018-11-12 13:37:25.252870"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.259753"], ["updated_at", "2018-11-12 13:37:25.259753"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 202], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.263779"], ["updated_at", "2018-11-12 13:37:25.263779"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.270993"], ["updated_at", "2018-11-12 13:37:25.270993"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 203], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.274937"], ["updated_at", "2018-11-12 13:37:25.274937"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.281469"], ["updated_at", "2018-11-12 13:37:25.281469"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 204], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.285610"], ["updated_at", "2018-11-12 13:37:25.285610"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.293130"], ["updated_at", "2018-11-12 13:37:25.293130"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 205], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.297268"], ["updated_at", "2018-11-12 13:37:25.297268"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.307220"], ["updated_at", "2018-11-12 13:37:25.307220"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 206], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.313476"], ["updated_at", "2018-11-12 13:37:25.313476"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.323303"], ["updated_at", "2018-11-12 13:37:25.323303"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 207], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.328884"], ["updated_at", "2018-11-12 13:37:25.328884"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.337623"], ["updated_at", "2018-11-12 13:37:25.337623"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 208], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.343127"], ["updated_at", "2018-11-12 13:37:25.343127"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.350981"], ["updated_at", "2018-11-12 13:37:25.350981"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 209], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.355874"], ["updated_at", "2018-11-12 13:37:25.355874"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.364281"], ["updated_at", "2018-11-12 13:37:25.364281"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 210], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.368629"], ["updated_at", "2018-11-12 13:37:25.368629"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.375793"], ["updated_at", "2018-11-12 13:37:25.375793"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 211], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.380298"], ["updated_at", "2018-11-12 13:37:25.380298"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.387140"], ["updated_at", "2018-11-12 13:37:25.387140"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 212], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.391548"], ["updated_at", "2018-11-12 13:37:25.391548"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.400378"], ["updated_at", "2018-11-12 13:37:25.400378"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 213], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.405126"], ["updated_at", "2018-11-12 13:37:25.405126"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.412267"], ["updated_at", "2018-11-12 13:37:25.412267"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 214], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.416382"], ["updated_at", "2018-11-12 13:37:25.416382"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.422979"], ["updated_at", "2018-11-12 13:37:25.422979"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 215], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.427473"], ["updated_at", "2018-11-12 13:37:25.427473"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:37:25.434228"], ["updated_at", "2018-11-12 13:37:25.434228"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 216], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.438541"], ["updated_at", "2018-11-12 13:37:25.438541"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:37:25.446034"], ["updated_at", "2018-11-12 13:37:25.446034"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 217], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.450001"], ["updated_at", "2018-11-12 13:37:25.450001"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:37:25.456452"], ["updated_at", "2018-11-12 13:37:25.456452"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 218], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.460423"], ["updated_at", "2018-11-12 13:37:25.460423"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:37:25.466987"], ["updated_at", "2018-11-12 13:37:25.466987"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 219], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.471166"], ["updated_at", "2018-11-12 13:37:25.471166"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:37:25.477709"], ["updated_at", "2018-11-12 13:37:25.477709"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 220], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.481896"], ["updated_at", "2018-11-12 13:37:25.481896"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:37:25.488379"], ["updated_at", "2018-11-12 13:37:25.488379"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 221], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.492818"], ["updated_at", "2018-11-12 13:37:25.492818"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:37:25.501514"], ["updated_at", "2018-11-12 13:37:25.501514"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 222], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.506818"], ["updated_at", "2018-11-12 13:37:25.506818"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:37:25.515160"], ["updated_at", "2018-11-12 13:37:25.515160"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 223], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.519390"], ["updated_at", "2018-11-12 13:37:25.519390"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:37:25.527612"], ["updated_at", "2018-11-12 13:37:25.527612"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 224], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.532195"], ["updated_at", "2018-11-12 13:37:25.532195"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:37:25.539209"], ["updated_at", "2018-11-12 13:37:25.539209"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 225], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.543989"], ["updated_at", "2018-11-12 13:37:25.543989"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.1ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:37:25.550943"], ["updated_at", "2018-11-12 13:37:25.550943"]] PublicActivity::Activity Create (1.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 226], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.576244"], ["updated_at", "2018-11-12 13:37:25.576244"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:37:25.586155"], ["updated_at", "2018-11-12 13:37:25.586155"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 227], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.591973"], ["updated_at", "2018-11-12 13:37:25.591973"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.9ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:37:25.601728"], ["updated_at", "2018-11-12 13:37:25.601728"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 228], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.607127"], ["updated_at", "2018-11-12 13:37:25.607127"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2018-11-12 13:37:25.615485"], ["updated_at", "2018-11-12 13:37:25.615485"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 229], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.620152"], ["updated_at", "2018-11-12 13:37:25.620152"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:37:25.628321"], ["updated_at", "2018-11-12 13:37:25.628321"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 230], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.632802"], ["updated_at", "2018-11-12 13:37:25.632802"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:37:25.641035"], ["updated_at", "2018-11-12 13:37:25.641035"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 231], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.645649"], ["updated_at", "2018-11-12 13:37:25.645649"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:37:25.652975"], ["updated_at", "2018-11-12 13:37:25.652975"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 232], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.657555"], ["updated_at", "2018-11-12 13:37:25.657555"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.3ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:37:25.664495"], ["updated_at", "2018-11-12 13:37:25.664495"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 233], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.668410"], ["updated_at", "2018-11-12 13:37:25.668410"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:37:25.674474"], ["updated_at", "2018-11-12 13:37:25.674474"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 234], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.679058"], ["updated_at", "2018-11-12 13:37:25.679058"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:37:25.685683"], ["updated_at", "2018-11-12 13:37:25.685683"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 235], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.690094"], ["updated_at", "2018-11-12 13:37:25.690094"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:37:25.697119"], ["updated_at", "2018-11-12 13:37:25.697119"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 236], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.701435"], ["updated_at", "2018-11-12 13:37:25.701435"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:37:25.708420"], ["updated_at", "2018-11-12 13:37:25.708420"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 237], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.712514"], ["updated_at", "2018-11-12 13:37:25.712514"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:37:25.719744"], ["updated_at", "2018-11-12 13:37:25.719744"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 238], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.724161"], ["updated_at", "2018-11-12 13:37:25.724161"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:37:25.730749"], ["updated_at", "2018-11-12 13:37:25.730749"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 239], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.734758"], ["updated_at", "2018-11-12 13:37:25.734758"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:37:25.741680"], ["updated_at", "2018-11-12 13:37:25.741680"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 240], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.745880"], ["updated_at", "2018-11-12 13:37:25.745880"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:37:25.752043"], ["updated_at", "2018-11-12 13:37:25.752043"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 241], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.756480"], ["updated_at", "2018-11-12 13:37:25.756480"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:37:25.763468"], ["updated_at", "2018-11-12 13:37:25.763468"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 242], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.767439"], ["updated_at", "2018-11-12 13:37:25.767439"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2018-11-12 13:37:25.774085"], ["updated_at", "2018-11-12 13:37:25.774085"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 243], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.778119"], ["updated_at", "2018-11-12 13:37:25.778119"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.785083"], ["updated_at", "2018-11-12 13:37:25.785083"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 244], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.789145"], ["updated_at", "2018-11-12 13:37:25.789145"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.796658"], ["updated_at", "2018-11-12 13:37:25.796658"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 245], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.801483"], ["updated_at", "2018-11-12 13:37:25.801483"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.809746"], ["updated_at", "2018-11-12 13:37:25.809746"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 246], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.814364"], ["updated_at", "2018-11-12 13:37:25.814364"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.821383"], ["updated_at", "2018-11-12 13:37:25.821383"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 247], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.825720"], ["updated_at", "2018-11-12 13:37:25.825720"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.832920"], ["updated_at", "2018-11-12 13:37:25.832920"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 248], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.837148"], ["updated_at", "2018-11-12 13:37:25.837148"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.843826"], ["updated_at", "2018-11-12 13:37:25.843826"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 249], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.849348"], ["updated_at", "2018-11-12 13:37:25.849348"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.855842"], ["updated_at", "2018-11-12 13:37:25.855842"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 250], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.860039"], ["updated_at", "2018-11-12 13:37:25.860039"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.866438"], ["updated_at", "2018-11-12 13:37:25.866438"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 251], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.870362"], ["updated_at", "2018-11-12 13:37:25.870362"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.876920"], ["updated_at", "2018-11-12 13:37:25.876920"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 252], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.881349"], ["updated_at", "2018-11-12 13:37:25.881349"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.887423"], ["updated_at", "2018-11-12 13:37:25.887423"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 253], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.891636"], ["updated_at", "2018-11-12 13:37:25.891636"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.898338"], ["updated_at", "2018-11-12 13:37:25.898338"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 254], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.902437"], ["updated_at", "2018-11-12 13:37:25.902437"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.908572"], ["updated_at", "2018-11-12 13:37:25.908572"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 255], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.913151"], ["updated_at", "2018-11-12 13:37:25.913151"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.919179"], ["updated_at", "2018-11-12 13:37:25.919179"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 256], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.923150"], ["updated_at", "2018-11-12 13:37:25.923150"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.930158"], ["updated_at", "2018-11-12 13:37:25.930158"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 257], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.934056"], ["updated_at", "2018-11-12 13:37:25.934056"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.940051"], ["updated_at", "2018-11-12 13:37:25.940051"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 258], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.944713"], ["updated_at", "2018-11-12 13:37:25.944713"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.951726"], ["updated_at", "2018-11-12 13:37:25.951726"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 259], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.955915"], ["updated_at", "2018-11-12 13:37:25.955915"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-12 13:37:25.961001"], ["updated_at", "2018-11-12 13:37:25.961001"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 260], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.965097"], ["updated_at", "2018-11-12 13:37:25.965097"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.971686"], ["updated_at", "2018-11-12 13:37:25.971686"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 261], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.976066"], ["updated_at", "2018-11-12 13:37:25.976066"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-12 13:37:25.981422"], ["updated_at", "2018-11-12 13:37:25.981422"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 262], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.985872"], ["updated_at", "2018-11-12 13:37:25.985872"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:25.993493"], ["updated_at", "2018-11-12 13:37:25.993493"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 263], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:25.997979"], ["updated_at", "2018-11-12 13:37:25.997979"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-12 13:37:26.003252"], ["updated_at", "2018-11-12 13:37:26.003252"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 264], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:26.008515"], ["updated_at", "2018-11-12 13:37:26.008515"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:26.015973"], ["updated_at", "2018-11-12 13:37:26.015973"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 265], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:26.020239"], ["updated_at", "2018-11-12 13:37:26.020239"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-12 13:37:26.025610"], ["updated_at", "2018-11-12 13:37:26.025610"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 266], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:26.029492"], ["updated_at", "2018-11-12 13:37:26.029492"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:26.036360"], ["updated_at", "2018-11-12 13:37:26.036360"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 267], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:26.040387"], ["updated_at", "2018-11-12 13:37:26.040387"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-12 13:37:26.045735"], ["updated_at", "2018-11-12 13:37:26.045735"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 268], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:26.049609"], ["updated_at", "2018-11-12 13:37:26.049609"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:26.056114"], ["updated_at", "2018-11-12 13:37:26.056114"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 269], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:26.063432"], ["updated_at", "2018-11-12 13:37:26.063432"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-12 13:37:26.072904"], ["updated_at", "2018-11-12 13:37:26.072904"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 270], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:26.078610"], ["updated_at", "2018-11-12 13:37:26.078610"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:26.087186"], ["updated_at", "2018-11-12 13:37:26.087186"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 271], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:26.092677"], ["updated_at", "2018-11-12 13:37:26.092677"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-12 13:37:26.101111"], ["updated_at", "2018-11-12 13:37:26.101111"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 272], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:26.107985"], ["updated_at", "2018-11-12 13:37:26.107985"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 13:37:26.118879"], ["updated_at", "2018-11-12 13:37:26.118879"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 273], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:26.126693"], ["updated_at", "2018-11-12 13:37:26.126693"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-11-12 13:37:26.134469"], ["updated_at", "2018-11-12 13:37:26.134469"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 274], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 13:37:26.138811"], ["updated_at", "2018-11-12 13:37:26.138811"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (1.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.4ms) BEGIN Role Load (0.8ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.5ms) SAVEPOINT active_record_1 Role Exists (1.2ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (1.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "astrid@dietrichblanda.name"], ["LIMIT", 1]] User Create (23.3ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Annie"], ["permalink", "annie-a07bbc00"], ["username", "Curt"], ["email", "astrid@dietrichblanda.name"], ["encrypted_password", "$2a$04$slR4TUz0amOe/wR/KaczT.3UDhBZaSLtT5Bqq/Wt1TNTzcrK0HDZK"], ["created_at", "2019-01-17 15:11:17.924111"], ["updated_at", "2019-01-17 15:11:17.924111"]] PublicActivity::Activity Create (1.2ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 3], ["key", "user.create"], ["created_at", "2019-01-17 15:11:17.987649"], ["updated_at", "2019-01-17 15:11:17.987649"]] User::HABTM_Roles Create (0.6ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 3], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.6ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.8ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 3], ["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 3], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 172ms (ActiveRecord: 28.4ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "corrine_crona@rohan.io"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Verona"], ["permalink", "verona-9363beea"], ["username", "Camila"], ["email", "corrine_crona@rohan.io"], ["encrypted_password", "$2a$04$FQiOmf.JbKMrQE6rclfwk.DpfRtNuQ8bCanX2LPqXiA6cds0d7Z9S"], ["created_at", "2019-01-17 15:11:18.186340"], ["updated_at", "2019-01-17 15:11:18.186340"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 4], ["key", "user.create"], ["created_at", "2019-01-17 15:11:18.189983"], ["updated_at", "2019-01-17 15:11:18.189983"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 4], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.6ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 4], ["LIMIT", 1]] Role Load (0.8ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 4], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.4ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.7ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 4], ["LIMIT", 1]] Role Load (1.0ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 2], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.3ms) Completed 200 OK in 61ms (Views: 13.0ms | ActiveRecord: 12.9ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (944.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (16.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:19.285847"], ["updated_at", "2019-01-17 15:11:19.285847"]] PublicActivity::Activity Create (1.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 2], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:19.313818"], ["updated_at", "2019-01-17 15:11:19.313818"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.6ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:19.348650"], ["updated_at", "2019-01-17 15:11:19.348650"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 3], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:19.355251"], ["updated_at", "2019-01-17 15:11:19.355251"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Fannie"], ["LIMIT", 1]]  (0.4ms) SELECT "roles"."name" FROM "roles" Role Create (15.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Fannie"], ["position", 1], ["created_at", "2019-01-17 15:11:19.424350"], ["updated_at", "2019-01-17 15:11:19.424350"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.6ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 3], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Vivienne"], ["LIMIT", 1]]  (0.3ms) SELECT "roles"."name" FROM "roles" Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Vivienne"], ["position", 1], ["created_at", "2019-01-17 15:11:19.450058"], ["updated_at", "2019-01-17 15:11:19.450058"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 4], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Ludie"], ["LIMIT", 1]]  (0.3ms) SELECT "roles"."name" FROM "roles" Role Create (0.8ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Ludie"], ["position", 1], ["created_at", "2019-01-17 15:11:19.461069"], ["updated_at", "2019-01-17 15:11:19.461069"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 5]] Permission Create (69.3ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 5], ["created_at", "2019-01-17 15:11:19.469289"], ["updated_at", "2019-01-17 15:11:19.469289"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 5], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Carmen"], ["LIMIT", 1]]  (0.4ms) SELECT "roles"."name" FROM "roles" Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Carmen"], ["position", 1], ["created_at", "2019-01-17 15:11:19.548172"], ["updated_at", "2019-01-17 15:11:19.548172"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 6]] Permission Create (0.9ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 6], ["created_at", "2019-01-17 15:11:19.554270"], ["updated_at", "2019-01-17 15:11:19.554270"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 6], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 6], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 6], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 6], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.7ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2019-01-17 15:11:19.564133"], ["id", 3]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 6], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Ruthe"], ["LIMIT", 1]]  (0.5ms) SELECT "roles"."name" FROM "roles" Role Create (0.7ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Ruthe"], ["position", 1], ["created_at", "2019-01-17 15:11:19.572320"], ["updated_at", "2019-01-17 15:11:19.572320"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 7]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 7], ["created_at", "2019-01-17 15:11:19.579586"], ["updated_at", "2019-01-17 15:11:19.579586"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 7], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 7], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 7], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 7], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Permission Update (0.8ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2019-01-17 15:11:19.589036"], ["id", 4]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 7], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 7], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 7], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 7], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2019-01-17 15:11:19.598043"], ["id", 4]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 7], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.8ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Romaine"], ["LIMIT", 1]]  (0.6ms) SELECT "roles"."name" FROM "roles" Role Create (0.9ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Romaine"], ["position", 1], ["created_at", "2019-01-17 15:11:19.605720"], ["updated_at", "2019-01-17 15:11:19.605720"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 8]] Permission Create (0.9ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 8], ["created_at", "2019-01-17 15:11:19.612191"], ["updated_at", "2019-01-17 15:11:19.612191"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.7ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 8], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Kenny"], ["LIMIT", 1]]  (0.8ms) SELECT "roles"."name" FROM "roles" Role Create (0.7ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Kenny"], ["position", 1], ["created_at", "2019-01-17 15:11:19.621756"], ["updated_at", "2019-01-17 15:11:19.621756"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.7ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 9], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Aurelia"], ["LIMIT", 1]]  (0.6ms) SELECT "roles"."name" FROM "roles" Role Create (0.7ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Aurelia"], ["position", 1], ["created_at", "2019-01-17 15:11:19.634334"], ["updated_at", "2019-01-17 15:11:19.634334"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 10]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 10], ["created_at", "2019-01-17 15:11:19.662471"], ["updated_at", "2019-01-17 15:11:19.662471"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 10], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Script Update All (1.0ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2019-01-17 15:11:19.696416' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (11.0ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Sid"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2019-01-17 15:11:19.695306"], ["updated_at", "2019-01-17 15:11:19.695306"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 1], ["key", "script.create"], ["created_at", "2019-01-17 15:11:19.712431"], ["updated_at", "2019-01-17 15:11:19.712431"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Script Update All (0.4ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2019-01-17 15:11:19.720372' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.4ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Abbigail"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2019-01-17 15:11:19.719689"], ["updated_at", "2019-01-17 15:11:19.719689"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 2], ["key", "script.create"], ["created_at", "2019-01-17 15:11:19.724193"], ["updated_at", "2019-01-17 15:11:19.724193"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.4ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "avery.prosacco@schiller.biz"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "juvenal.little@hickle.co"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.6ms) ROLLBACK  (0.2ms) BEGIN User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (1.4ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 2], ["LIMIT", 1]] Role Load (1.1ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.4ms) SAVEPOINT active_record_1 Role Exists (0.9ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "duane@torphy.biz"], ["LIMIT", 1]] User Create (0.9ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Kylee"], ["permalink", "kylee-b05ec8be"], ["username", "Anna"], ["email", "duane@torphy.biz"], ["encrypted_password", "$2a$04$eeqsPN8vCKXhfxZPfFr01uiW/IBmk8TNAJCMNIMn6GOApb77QCQ5."], ["created_at", "2019-01-17 15:11:19.797442"], ["updated_at", "2019-01-17 15:11:19.797442"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 5], ["key", "user.create"], ["created_at", "2019-01-17 15:11:19.800944"], ["updated_at", "2019-01-17 15:11:19.800944"]] User::HABTM_Roles Create (0.7ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 5], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.4ms) BEGIN Role Load (0.7ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "brigitte@bernhardhauck.org"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Hayley"], ["permalink", "hayley-04c1bddb"], ["username", "Chyna"], ["email", "brigitte@bernhardhauck.org"], ["encrypted_password", "$2a$04$ZrKXYQWz32hih/w92oKFM.1yMK8bYBmke0tCari1XJ86AHMGB7wXa"], ["created_at", "2019-01-17 15:11:19.820794"], ["updated_at", "2019-01-17 15:11:19.820794"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 6], ["key", "user.create"], ["created_at", "2019-01-17 15:11:19.823980"], ["updated_at", "2019-01-17 15:11:19.823980"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 6], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.4ms) SAVEPOINT active_record_1 Role Exists (1.1ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "jeanette@turnerziemann.name"], ["LIMIT", 1]] User Create (1.0ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Albin"], ["permalink", "albin-a870c75e"], ["username", "Holly"], ["email", "jeanette@turnerziemann.name"], ["encrypted_password", "$2a$04$LTm.NFVBmdFsSlsP4v.a/eyPqGzv1rq4pU2pvLANt4tfOqdkjJ2IO"], ["created_at", "2019-01-17 15:11:19.842828"], ["updated_at", "2019-01-17 15:11:19.842828"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 7], ["key", "user.create"], ["created_at", "2019-01-17 15:11:19.846369"], ["updated_at", "2019-01-17 15:11:19.846369"]] User::HABTM_Roles Create (0.6ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 7], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (1.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:19.896245"], ["updated_at", "2019-01-17 15:11:19.896245"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 4], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:19.901761"], ["updated_at", "2019-01-17 15:11:19.901761"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:19.935131"], ["updated_at", "2019-01-17 15:11:19.935131"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 5], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:19.939436"], ["updated_at", "2019-01-17 15:11:19.939436"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:19.948640"], ["updated_at", "2019-01-17 15:11:19.948640"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 6], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:19.952895"], ["updated_at", "2019-01-17 15:11:19.952895"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.9ms) ROLLBACK  (1.9ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:20.214910"], ["updated_at", "2019-01-17 15:11:20.214910"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 7], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.220162"], ["updated_at", "2019-01-17 15:11:20.220162"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:20.232018"], ["updated_at", "2019-01-17 15:11:20.232018"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 8], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.235996"], ["updated_at", "2019-01-17 15:11:20.235996"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:20.246131"], ["updated_at", "2019-01-17 15:11:20.246131"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 9], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.250961"], ["updated_at", "2019-01-17 15:11:20.250961"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "keppler"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "test_index"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.3ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:20.263124"], ["updated_at", "2019-01-17 15:11:20.263124"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 10], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.267071"], ["updated_at", "2019-01-17 15:11:20.267071"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:20.276281"], ["updated_at", "2019-01-17 15:11:20.276281"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 11], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.282769"], ["updated_at", "2019-01-17 15:11:20.282769"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (4.4ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:20.298594"], ["updated_at", "2019-01-17 15:11:20.298594"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 12], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.303603"], ["updated_at", "2019-01-17 15:11:20.303603"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:20.311348"], ["updated_at", "2019-01-17 15:11:20.311348"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 13], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.315691"], ["updated_at", "2019-01-17 15:11:20.315691"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (1.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:20.326250"], ["updated_at", "2019-01-17 15:11:20.326250"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 14], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.332766"], ["updated_at", "2019-01-17 15:11:20.332766"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:20.341150"], ["updated_at", "2019-01-17 15:11:20.341150"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 15], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.345536"], ["updated_at", "2019-01-17 15:11:20.345536"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:20.353961"], ["updated_at", "2019-01-17 15:11:20.353961"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 16], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.358772"], ["updated_at", "2019-01-17 15:11:20.358772"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.6ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:20.367293"], ["updated_at", "2019-01-17 15:11:20.367293"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 17], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.372063"], ["updated_at", "2019-01-17 15:11:20.372063"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:20.379032"], ["updated_at", "2019-01-17 15:11:20.379032"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 18], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.384786"], ["updated_at", "2019-01-17 15:11:20.384786"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.2ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:20.391984"], ["updated_at", "2019-01-17 15:11:20.391984"]] PublicActivity::Activity Create (1.2ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 19], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.398943"], ["updated_at", "2019-01-17 15:11:20.398943"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:20.409186"], ["updated_at", "2019-01-17 15:11:20.409186"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 20], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.415031"], ["updated_at", "2019-01-17 15:11:20.415031"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:20.423520"], ["updated_at", "2019-01-17 15:11:20.423520"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 21], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.429328"], ["updated_at", "2019-01-17 15:11:20.429328"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:20.437831"], ["updated_at", "2019-01-17 15:11:20.437831"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 22], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.443362"], ["updated_at", "2019-01-17 15:11:20.443362"]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:20.453868"], ["updated_at", "2019-01-17 15:11:20.453868"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 23], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.458472"], ["updated_at", "2019-01-17 15:11:20.458472"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:20.465531"], ["updated_at", "2019-01-17 15:11:20.465531"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 24], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.469589"], ["updated_at", "2019-01-17 15:11:20.469589"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:20.479136"], ["updated_at", "2019-01-17 15:11:20.479136"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 25], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.485276"], ["updated_at", "2019-01-17 15:11:20.485276"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:20.492148"], ["updated_at", "2019-01-17 15:11:20.492148"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 26], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.496827"], ["updated_at", "2019-01-17 15:11:20.496827"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:20.504825"], ["updated_at", "2019-01-17 15:11:20.504825"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 27], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.509225"], ["updated_at", "2019-01-17 15:11:20.509225"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:20.520500"], ["updated_at", "2019-01-17 15:11:20.520500"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 28], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.525142"], ["updated_at", "2019-01-17 15:11:20.525142"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:20.533420"], ["updated_at", "2019-01-17 15:11:20.533420"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 29], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.538175"], ["updated_at", "2019-01-17 15:11:20.538175"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:20.546028"], ["updated_at", "2019-01-17 15:11:20.546028"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 30], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.551544"], ["updated_at", "2019-01-17 15:11:20.551544"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:20.558804"], ["updated_at", "2019-01-17 15:11:20.558804"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 31], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.564997"], ["updated_at", "2019-01-17 15:11:20.564997"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:20.571799"], ["updated_at", "2019-01-17 15:11:20.571799"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 32], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.576204"], ["updated_at", "2019-01-17 15:11:20.576204"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:20.586741"], ["updated_at", "2019-01-17 15:11:20.586741"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 33], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.591256"], ["updated_at", "2019-01-17 15:11:20.591256"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:11:20.602386"], ["updated_at", "2019-01-17 15:11:20.602386"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 34], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.607580"], ["updated_at", "2019-01-17 15:11:20.607580"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:11:20.630124"], ["updated_at", "2019-01-17 15:11:20.630124"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 35], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.636578"], ["updated_at", "2019-01-17 15:11:20.636578"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:11:20.644364"], ["updated_at", "2019-01-17 15:11:20.644364"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 36], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.649382"], ["updated_at", "2019-01-17 15:11:20.649382"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:11:20.660061"], ["updated_at", "2019-01-17 15:11:20.660061"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 37], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.666252"], ["updated_at", "2019-01-17 15:11:20.666252"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (1.1ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.1ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:11:20.677540"], ["updated_at", "2019-01-17 15:11:20.677540"]] PublicActivity::Activity Create (1.3ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 38], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.683873"], ["updated_at", "2019-01-17 15:11:20.683873"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:11:20.693418"], ["updated_at", "2019-01-17 15:11:20.693418"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 39], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.699822"], ["updated_at", "2019-01-17 15:11:20.699822"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:11:20.708485"], ["updated_at", "2019-01-17 15:11:20.708485"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 40], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.713610"], ["updated_at", "2019-01-17 15:11:20.713610"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:11:20.722087"], ["updated_at", "2019-01-17 15:11:20.722087"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 41], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.726651"], ["updated_at", "2019-01-17 15:11:20.726651"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:11:20.735966"], ["updated_at", "2019-01-17 15:11:20.735966"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 42], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.740419"], ["updated_at", "2019-01-17 15:11:20.740419"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:11:20.748817"], ["updated_at", "2019-01-17 15:11:20.748817"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 43], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.753065"], ["updated_at", "2019-01-17 15:11:20.753065"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:11:20.759345"], ["updated_at", "2019-01-17 15:11:20.759345"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 44], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.764654"], ["updated_at", "2019-01-17 15:11:20.764654"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:11:20.772944"], ["updated_at", "2019-01-17 15:11:20.772944"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 45], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.777709"], ["updated_at", "2019-01-17 15:11:20.777709"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:11:20.786302"], ["updated_at", "2019-01-17 15:11:20.786302"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 46], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.790832"], ["updated_at", "2019-01-17 15:11:20.790832"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:11:20.797643"], ["updated_at", "2019-01-17 15:11:20.797643"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 47], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.802104"], ["updated_at", "2019-01-17 15:11:20.802104"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:11:20.810281"], ["updated_at", "2019-01-17 15:11:20.810281"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 48], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.815318"], ["updated_at", "2019-01-17 15:11:20.815318"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:11:20.824470"], ["updated_at", "2019-01-17 15:11:20.824470"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 49], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.828700"], ["updated_at", "2019-01-17 15:11:20.828700"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:11:20.835224"], ["updated_at", "2019-01-17 15:11:20.835224"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 50], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.840536"], ["updated_at", "2019-01-17 15:11:20.840536"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:11:20.849216"], ["updated_at", "2019-01-17 15:11:20.849216"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 51], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.854334"], ["updated_at", "2019-01-17 15:11:20.854334"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:11:20.861380"], ["updated_at", "2019-01-17 15:11:20.861380"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 52], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.866157"], ["updated_at", "2019-01-17 15:11:20.866157"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:11:20.874113"], ["updated_at", "2019-01-17 15:11:20.874113"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 53], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.878609"], ["updated_at", "2019-01-17 15:11:20.878609"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:11:20.888671"], ["updated_at", "2019-01-17 15:11:20.888671"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 54], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.893264"], ["updated_at", "2019-01-17 15:11:20.893264"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:11:20.902242"], ["updated_at", "2019-01-17 15:11:20.902242"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 55], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.906464"], ["updated_at", "2019-01-17 15:11:20.906464"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:11:20.915166"], ["updated_at", "2019-01-17 15:11:20.915166"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 56], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.920085"], ["updated_at", "2019-01-17 15:11:20.920085"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:11:20.927267"], ["updated_at", "2019-01-17 15:11:20.927267"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 57], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.933238"], ["updated_at", "2019-01-17 15:11:20.933238"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:11:20.939963"], ["updated_at", "2019-01-17 15:11:20.939963"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 58], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.944155"], ["updated_at", "2019-01-17 15:11:20.944155"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:11:20.953647"], ["updated_at", "2019-01-17 15:11:20.953647"]] PublicActivity::Activity Create (1.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 59], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.958478"], ["updated_at", "2019-01-17 15:11:20.958478"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:11:20.968744"], ["updated_at", "2019-01-17 15:11:20.968744"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 60], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.973296"], ["updated_at", "2019-01-17 15:11:20.973296"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:11:20.981770"], ["updated_at", "2019-01-17 15:11:20.981770"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 61], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:20.986064"], ["updated_at", "2019-01-17 15:11:20.986064"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (2.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.0ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:20.994923"], ["updated_at", "2019-01-17 15:11:20.994923"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 62], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:21.006958"], ["updated_at", "2019-01-17 15:11:21.006958"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:21.013742"], ["updated_at", "2019-01-17 15:11:21.013742"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 63], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:21.017877"], ["updated_at", "2019-01-17 15:11:21.017877"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.4ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:21.026292"], ["updated_at", "2019-01-17 15:11:21.026292"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 64], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:21.032634"], ["updated_at", "2019-01-17 15:11:21.032634"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.8ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:21.045364"], ["updated_at", "2019-01-17 15:11:21.045364"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 65], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:21.049677"], ["updated_at", "2019-01-17 15:11:21.049677"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:21.057922"], ["updated_at", "2019-01-17 15:11:21.057922"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 66], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:21.062234"], ["updated_at", "2019-01-17 15:11:21.062234"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:21.071478"], ["updated_at", "2019-01-17 15:11:21.071478"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 67], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:21.075670"], ["updated_at", "2019-01-17 15:11:21.075670"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:21.084268"], ["updated_at", "2019-01-17 15:11:21.084268"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 68], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:21.088823"], ["updated_at", "2019-01-17 15:11:21.088823"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:21.095834"], ["updated_at", "2019-01-17 15:11:21.095834"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 69], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:21.101959"], ["updated_at", "2019-01-17 15:11:21.101959"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:21.109397"], ["updated_at", "2019-01-17 15:11:21.109397"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 70], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:21.115126"], ["updated_at", "2019-01-17 15:11:21.115126"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:21.123335"], ["updated_at", "2019-01-17 15:11:21.123335"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 71], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:21.127588"], ["updated_at", "2019-01-17 15:11:21.127588"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:21.136741"], ["updated_at", "2019-01-17 15:11:21.136741"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 72], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:21.142039"], ["updated_at", "2019-01-17 15:11:21.142039"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:21.151975"], ["updated_at", "2019-01-17 15:11:21.151975"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 73], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:21.156670"], ["updated_at", "2019-01-17 15:11:21.156670"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:21.164120"], ["updated_at", "2019-01-17 15:11:21.164120"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 74], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:21.168606"], ["updated_at", "2019-01-17 15:11:21.168606"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:21.176828"], ["updated_at", "2019-01-17 15:11:21.176828"]] PublicActivity::Activity Create (1.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 75], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:21.181982"], ["updated_at", "2019-01-17 15:11:21.181982"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:21.193111"], ["updated_at", "2019-01-17 15:11:21.193111"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 76], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:21.198079"], ["updated_at", "2019-01-17 15:11:21.198079"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:21.207635"], ["updated_at", "2019-01-17 15:11:21.207635"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 77], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:21.213131"], ["updated_at", "2019-01-17 15:11:21.213131"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-17 15:11:21.220655"], ["updated_at", "2019-01-17 15:11:21.220655"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 78], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:21.225939"], ["updated_at", "2019-01-17 15:11:21.225939"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.3ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:21.233554"], ["updated_at", "2019-01-17 15:11:21.233554"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 79], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:21.239109"], ["updated_at", "2019-01-17 15:11:21.239109"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-17 15:11:21.245147"], ["updated_at", "2019-01-17 15:11:21.245147"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 80], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:21.251227"], ["updated_at", "2019-01-17 15:11:21.251227"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:21.259906"], ["updated_at", "2019-01-17 15:11:21.259906"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 81], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:21.264456"], ["updated_at", "2019-01-17 15:11:21.264456"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-17 15:11:21.271193"], ["updated_at", "2019-01-17 15:11:21.271193"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 82], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:21.275806"], ["updated_at", "2019-01-17 15:11:21.275806"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:21.284726"], ["updated_at", "2019-01-17 15:11:21.284726"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 83], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:21.289702"], ["updated_at", "2019-01-17 15:11:21.289702"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-17 15:11:21.295008"], ["updated_at", "2019-01-17 15:11:21.295008"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 84], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:21.301495"], ["updated_at", "2019-01-17 15:11:21.301495"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:21.310737"], ["updated_at", "2019-01-17 15:11:21.310737"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 85], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:21.315181"], ["updated_at", "2019-01-17 15:11:21.315181"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-17 15:11:21.320739"], ["updated_at", "2019-01-17 15:11:21.320739"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 86], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:21.325981"], ["updated_at", "2019-01-17 15:11:21.325981"]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:21.334663"], ["updated_at", "2019-01-17 15:11:21.334663"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 87], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:21.340222"], ["updated_at", "2019-01-17 15:11:21.340222"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-17 15:11:21.345851"], ["updated_at", "2019-01-17 15:11:21.345851"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 88], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:21.351143"], ["updated_at", "2019-01-17 15:11:21.351143"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:21.361515"], ["updated_at", "2019-01-17 15:11:21.361515"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 89], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:21.366896"], ["updated_at", "2019-01-17 15:11:21.366896"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-17 15:11:21.373780"], ["updated_at", "2019-01-17 15:11:21.373780"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 90], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:21.377860"], ["updated_at", "2019-01-17 15:11:21.377860"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.1ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:11:21.386419"], ["updated_at", "2019-01-17 15:11:21.386419"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 91], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:21.396142"], ["updated_at", "2019-01-17 15:11:21.396142"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-17 15:11:21.406436"], ["updated_at", "2019-01-17 15:11:21.406436"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 92], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:11:21.411512"], ["updated_at", "2019-01-17 15:11:21.411512"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (1.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.6ms) BEGIN Role Load (1.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.4ms) SAVEPOINT active_record_1 Role Exists (1.2ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (1.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "art_jacobi@vonruedenhaley.co"], ["LIMIT", 1]] User Create (1.4ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Marcus"], ["permalink", "marcus-32078b77"], ["username", "Brody"], ["email", "art_jacobi@vonruedenhaley.co"], ["encrypted_password", "$2a$04$qE7XH9ZLlBPFwLyVeDgMquf2Q1KDOlpkzViVIZ5YvAC6wNBwb7BiK"], ["created_at", "2019-01-17 15:13:05.620135"], ["updated_at", "2019-01-17 15:13:05.620135"]] PublicActivity::Activity Create (1.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 8], ["key", "user.create"], ["created_at", "2019-01-17 15:13:05.661462"], ["updated_at", "2019-01-17 15:13:05.661462"]] User::HABTM_Roles Create (1.0ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 8], ["role_id", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.2ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.7ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 8], ["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 8], ["LIMIT", 1]] Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 186ms (ActiveRecord: 35.3ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "treie_greenfelder@hartmann.name"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Ansel"], ["permalink", "ansel-63cb8251"], ["username", "Anne"], ["email", "treie_greenfelder@hartmann.name"], ["encrypted_password", "$2a$04$ci9uQ3MCOU8XrBFRxNe5wePksQ7LOjIbj4nfk8PCN2vYOlTWbTNlS"], ["created_at", "2019-01-17 15:13:05.871703"], ["updated_at", "2019-01-17 15:13:05.871703"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 9], ["key", "user.create"], ["created_at", "2019-01-17 15:13:05.875013"], ["updated_at", "2019-01-17 15:13:05.875013"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 9], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 9], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 9], ["LIMIT", 1]] Setting Load (0.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.7ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 9], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 2], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.3ms) Completed 200 OK in 44ms (Views: 11.0ms | ActiveRecord: 11.1ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:05.977623"], ["updated_at", "2019-01-17 15:13:05.977623"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 93], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:05.982936"], ["updated_at", "2019-01-17 15:13:05.982936"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:05.992132"], ["updated_at", "2019-01-17 15:13:05.992132"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 94], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:05.996066"], ["updated_at", "2019-01-17 15:13:05.996066"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Dereck"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Dereck"], ["position", 1], ["created_at", "2019-01-17 15:13:06.041198"], ["updated_at", "2019-01-17 15:13:06.041198"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.7ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 11], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Nova"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Nova"], ["position", 1], ["created_at", "2019-01-17 15:13:06.048352"], ["updated_at", "2019-01-17 15:13:06.048352"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 12], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Nicola"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Nicola"], ["position", 1], ["created_at", "2019-01-17 15:13:06.055651"], ["updated_at", "2019-01-17 15:13:06.055651"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 13]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 13], ["created_at", "2019-01-17 15:13:06.059563"], ["updated_at", "2019-01-17 15:13:06.059563"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 13], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Tyrese"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Tyrese"], ["position", 1], ["created_at", "2019-01-17 15:13:06.066637"], ["updated_at", "2019-01-17 15:13:06.066637"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 14]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 14], ["created_at", "2019-01-17 15:13:06.070263"], ["updated_at", "2019-01-17 15:13:06.070263"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 14], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 14], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 14], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 14], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2019-01-17 15:13:06.077171"], ["id", 8]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 14], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Jayden"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Jayden"], ["position", 1], ["created_at", "2019-01-17 15:13:06.084336"], ["updated_at", "2019-01-17 15:13:06.084336"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 15]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 15], ["created_at", "2019-01-17 15:13:06.088183"], ["updated_at", "2019-01-17 15:13:06.088183"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 15], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 15], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 15], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 15], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2019-01-17 15:13:06.094866"], ["id", 9]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 15], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 15], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 15], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 15], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2019-01-17 15:13:06.101335"], ["id", 9]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 15], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Rashawn"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Rashawn"], ["position", 1], ["created_at", "2019-01-17 15:13:06.107320"], ["updated_at", "2019-01-17 15:13:06.107320"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 16]] Permission Create (0.4ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 16], ["created_at", "2019-01-17 15:13:06.110868"], ["updated_at", "2019-01-17 15:13:06.110868"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 16], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Rachelle"], ["LIMIT", 1]] Role Create (0.8ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Rachelle"], ["position", 1], ["created_at", "2019-01-17 15:13:06.119233"], ["updated_at", "2019-01-17 15:13:06.119233"]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.6ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 17], ["LIMIT", 1]]  (0.5ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Gunner"], ["LIMIT", 1]] Role Create (0.7ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Gunner"], ["position", 1], ["created_at", "2019-01-17 15:13:06.133213"], ["updated_at", "2019-01-17 15:13:06.133213"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 18]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 18], ["created_at", "2019-01-17 15:13:06.140398"], ["updated_at", "2019-01-17 15:13:06.140398"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 18], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.9ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2019-01-17 15:13:06.187723' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.6ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Jody"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2019-01-17 15:13:06.186665"], ["updated_at", "2019-01-17 15:13:06.186665"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 3], ["key", "script.create"], ["created_at", "2019-01-17 15:13:06.193821"], ["updated_at", "2019-01-17 15:13:06.193821"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Script Load (0.4ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Script Update All (0.5ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2019-01-17 15:13:06.205018' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.5ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Austen"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2019-01-17 15:13:06.204401"], ["updated_at", "2019-01-17 15:13:06.204401"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 4], ["key", "script.create"], ["created_at", "2019-01-17 15:13:06.209693"], ["updated_at", "2019-01-17 15:13:06.209693"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Script Load (0.4ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "rachael_satterfield@heel.org"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.9ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "deion.heathcote@hansen.biz"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 2], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.3ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "aurore@hoeger.io"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Ryder"], ["permalink", "ryder-fd27972d"], ["username", "Jay"], ["email", "aurore@hoeger.io"], ["encrypted_password", "$2a$04$JqOQFCXoJEXg55pfewG91eVA71c/g1squVCPPikZRpfccaqpjTOMS"], ["created_at", "2019-01-17 15:13:06.285327"], ["updated_at", "2019-01-17 15:13:06.285327"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 10], ["key", "user.create"], ["created_at", "2019-01-17 15:13:06.288645"], ["updated_at", "2019-01-17 15:13:06.288645"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 10], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "sadie@crookshalvorson.biz"], ["LIMIT", 1]] User Create (0.9ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Rubie"], ["permalink", "rubie-336fd4a9"], ["username", "Lempi"], ["email", "sadie@crookshalvorson.biz"], ["encrypted_password", "$2a$04$h6np5lyFguVvfn7jid8Y5eWjU8e2BR7msq6oLQ5xFv4aOD4BvATz6"], ["created_at", "2019-01-17 15:13:06.304478"], ["updated_at", "2019-01-17 15:13:06.304478"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 11], ["key", "user.create"], ["created_at", "2019-01-17 15:13:06.308010"], ["updated_at", "2019-01-17 15:13:06.308010"]] User::HABTM_Roles Create (0.6ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 11], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.9ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "rico.hermann@friesenhettinger.name"], ["LIMIT", 1]] User Create (0.9ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Mckayla"], ["permalink", "mckayla-2d348d06"], ["username", "Elaina"], ["email", "rico.hermann@friesenhettinger.name"], ["encrypted_password", "$2a$04$lh2zAAJZSabGwgaLDGFxdO4D.GLm6OuaDxA5mQD1B/JmfYehcV4VG"], ["created_at", "2019-01-17 15:13:06.325896"], ["updated_at", "2019-01-17 15:13:06.325896"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 12], ["key", "user.create"], ["created_at", "2019-01-17 15:13:06.329588"], ["updated_at", "2019-01-17 15:13:06.329588"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 12], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:06.376816"], ["updated_at", "2019-01-17 15:13:06.376816"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 95], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:06.381179"], ["updated_at", "2019-01-17 15:13:06.381179"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:06.407655"], ["updated_at", "2019-01-17 15:13:06.407655"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 96], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:06.411662"], ["updated_at", "2019-01-17 15:13:06.411662"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:06.418554"], ["updated_at", "2019-01-17 15:13:06.418554"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 97], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:06.422544"], ["updated_at", "2019-01-17 15:13:06.422544"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.6ms) ROLLBACK  (0.1ms) BEGIN  (4.7ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (1.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (1.0ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:06.621014"], ["updated_at", "2019-01-17 15:13:06.621014"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 98], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:06.625345"], ["updated_at", "2019-01-17 15:13:06.625345"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:06.634465"], ["updated_at", "2019-01-17 15:13:06.634465"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 99], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:06.638545"], ["updated_at", "2019-01-17 15:13:06.638545"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:06.647623"], ["updated_at", "2019-01-17 15:13:06.647623"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 100], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:06.651654"], ["updated_at", "2019-01-17 15:13:06.651654"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "keppler"], ["LIMIT", 1]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "test_index"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:06.662530"], ["updated_at", "2019-01-17 15:13:06.662530"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 101], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:06.666536"], ["updated_at", "2019-01-17 15:13:06.666536"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:06.675706"], ["updated_at", "2019-01-17 15:13:06.675706"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 102], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:06.680176"], ["updated_at", "2019-01-17 15:13:06.680176"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:06.686571"], ["updated_at", "2019-01-17 15:13:06.686571"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 103], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:06.690660"], ["updated_at", "2019-01-17 15:13:06.690660"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:06.697214"], ["updated_at", "2019-01-17 15:13:06.697214"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 104], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:06.701192"], ["updated_at", "2019-01-17 15:13:06.701192"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.1ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:06.733685"], ["updated_at", "2019-01-17 15:13:06.733685"]] PublicActivity::Activity Create (1.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 105], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:06.738708"], ["updated_at", "2019-01-17 15:13:06.738708"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:06.748281"], ["updated_at", "2019-01-17 15:13:06.748281"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 106], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:06.754807"], ["updated_at", "2019-01-17 15:13:06.754807"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:06.763470"], ["updated_at", "2019-01-17 15:13:06.763470"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 107], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:06.768249"], ["updated_at", "2019-01-17 15:13:06.768249"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:06.776050"], ["updated_at", "2019-01-17 15:13:06.776050"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 108], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:06.780695"], ["updated_at", "2019-01-17 15:13:06.780695"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:06.788356"], ["updated_at", "2019-01-17 15:13:06.788356"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 109], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:06.793069"], ["updated_at", "2019-01-17 15:13:06.793069"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:06.799651"], ["updated_at", "2019-01-17 15:13:06.799651"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 110], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:06.804175"], ["updated_at", "2019-01-17 15:13:06.804175"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:06.812029"], ["updated_at", "2019-01-17 15:13:06.812029"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 111], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:06.816006"], ["updated_at", "2019-01-17 15:13:06.816006"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:06.823692"], ["updated_at", "2019-01-17 15:13:06.823692"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 112], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:06.827884"], ["updated_at", "2019-01-17 15:13:06.827884"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:06.834219"], ["updated_at", "2019-01-17 15:13:06.834219"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 113], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:06.838701"], ["updated_at", "2019-01-17 15:13:06.838701"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:06.847062"], ["updated_at", "2019-01-17 15:13:06.847062"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 114], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:06.856269"], ["updated_at", "2019-01-17 15:13:06.856269"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:06.866409"], ["updated_at", "2019-01-17 15:13:06.866409"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 115], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:06.872755"], ["updated_at", "2019-01-17 15:13:06.872755"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:06.882219"], ["updated_at", "2019-01-17 15:13:06.882219"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 116], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:06.887821"], ["updated_at", "2019-01-17 15:13:06.887821"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:06.896821"], ["updated_at", "2019-01-17 15:13:06.896821"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 117], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:06.902057"], ["updated_at", "2019-01-17 15:13:06.902057"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:06.910456"], ["updated_at", "2019-01-17 15:13:06.910456"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 118], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:06.915703"], ["updated_at", "2019-01-17 15:13:06.915703"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:06.924347"], ["updated_at", "2019-01-17 15:13:06.924347"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 119], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:06.929286"], ["updated_at", "2019-01-17 15:13:06.929286"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:06.936625"], ["updated_at", "2019-01-17 15:13:06.936625"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 120], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:06.940998"], ["updated_at", "2019-01-17 15:13:06.940998"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:06.947915"], ["updated_at", "2019-01-17 15:13:06.947915"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 121], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:06.952135"], ["updated_at", "2019-01-17 15:13:06.952135"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:06.958550"], ["updated_at", "2019-01-17 15:13:06.958550"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 122], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:06.962736"], ["updated_at", "2019-01-17 15:13:06.962736"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:06.970678"], ["updated_at", "2019-01-17 15:13:06.970678"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 123], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:06.975341"], ["updated_at", "2019-01-17 15:13:06.975341"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:06.984868"], ["updated_at", "2019-01-17 15:13:06.984868"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 124], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:06.990081"], ["updated_at", "2019-01-17 15:13:06.990081"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:13:06.998860"], ["updated_at", "2019-01-17 15:13:06.998860"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 125], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.003434"], ["updated_at", "2019-01-17 15:13:07.003434"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:13:07.011457"], ["updated_at", "2019-01-17 15:13:07.011457"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 126], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.015791"], ["updated_at", "2019-01-17 15:13:07.015791"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:13:07.023204"], ["updated_at", "2019-01-17 15:13:07.023204"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 127], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.027800"], ["updated_at", "2019-01-17 15:13:07.027800"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:13:07.034753"], ["updated_at", "2019-01-17 15:13:07.034753"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 128], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.039360"], ["updated_at", "2019-01-17 15:13:07.039360"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:13:07.046978"], ["updated_at", "2019-01-17 15:13:07.046978"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 129], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.051560"], ["updated_at", "2019-01-17 15:13:07.051560"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:13:07.058701"], ["updated_at", "2019-01-17 15:13:07.058701"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 130], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.062672"], ["updated_at", "2019-01-17 15:13:07.062672"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:13:07.068759"], ["updated_at", "2019-01-17 15:13:07.068759"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 131], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.072759"], ["updated_at", "2019-01-17 15:13:07.072759"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:13:07.079516"], ["updated_at", "2019-01-17 15:13:07.079516"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 132], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.083537"], ["updated_at", "2019-01-17 15:13:07.083537"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:13:07.090878"], ["updated_at", "2019-01-17 15:13:07.090878"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 133], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.095126"], ["updated_at", "2019-01-17 15:13:07.095126"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:13:07.101370"], ["updated_at", "2019-01-17 15:13:07.101370"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 134], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.105445"], ["updated_at", "2019-01-17 15:13:07.105445"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:13:07.111600"], ["updated_at", "2019-01-17 15:13:07.111600"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 135], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.115506"], ["updated_at", "2019-01-17 15:13:07.115506"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:13:07.121858"], ["updated_at", "2019-01-17 15:13:07.121858"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 136], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.126222"], ["updated_at", "2019-01-17 15:13:07.126222"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:13:07.132450"], ["updated_at", "2019-01-17 15:13:07.132450"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 137], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.136336"], ["updated_at", "2019-01-17 15:13:07.136336"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:13:07.143935"], ["updated_at", "2019-01-17 15:13:07.143935"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 138], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.148197"], ["updated_at", "2019-01-17 15:13:07.148197"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:13:07.155608"], ["updated_at", "2019-01-17 15:13:07.155608"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 139], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.160166"], ["updated_at", "2019-01-17 15:13:07.160166"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:13:07.166914"], ["updated_at", "2019-01-17 15:13:07.166914"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 140], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.170961"], ["updated_at", "2019-01-17 15:13:07.170961"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:13:07.177428"], ["updated_at", "2019-01-17 15:13:07.177428"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 141], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.181469"], ["updated_at", "2019-01-17 15:13:07.181469"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:13:07.187819"], ["updated_at", "2019-01-17 15:13:07.187819"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 142], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.191973"], ["updated_at", "2019-01-17 15:13:07.191973"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:13:07.198440"], ["updated_at", "2019-01-17 15:13:07.198440"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 143], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.202290"], ["updated_at", "2019-01-17 15:13:07.202290"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.3ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:13:07.208513"], ["updated_at", "2019-01-17 15:13:07.208513"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 144], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.212373"], ["updated_at", "2019-01-17 15:13:07.212373"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:13:07.218966"], ["updated_at", "2019-01-17 15:13:07.218966"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 145], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.223551"], ["updated_at", "2019-01-17 15:13:07.223551"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:13:07.232016"], ["updated_at", "2019-01-17 15:13:07.232016"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 146], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.236458"], ["updated_at", "2019-01-17 15:13:07.236458"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:13:07.245299"], ["updated_at", "2019-01-17 15:13:07.245299"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 147], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.249998"], ["updated_at", "2019-01-17 15:13:07.249998"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:13:07.256800"], ["updated_at", "2019-01-17 15:13:07.256800"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 148], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.261231"], ["updated_at", "2019-01-17 15:13:07.261231"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:13:07.267618"], ["updated_at", "2019-01-17 15:13:07.267618"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 149], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.271605"], ["updated_at", "2019-01-17 15:13:07.271605"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:13:07.278947"], ["updated_at", "2019-01-17 15:13:07.278947"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 150], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.283313"], ["updated_at", "2019-01-17 15:13:07.283313"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:13:07.290061"], ["updated_at", "2019-01-17 15:13:07.290061"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 151], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.294434"], ["updated_at", "2019-01-17 15:13:07.294434"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:13:07.300914"], ["updated_at", "2019-01-17 15:13:07.300914"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 152], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.304855"], ["updated_at", "2019-01-17 15:13:07.304855"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:07.312155"], ["updated_at", "2019-01-17 15:13:07.312155"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 153], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.316088"], ["updated_at", "2019-01-17 15:13:07.316088"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.3ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:07.322712"], ["updated_at", "2019-01-17 15:13:07.322712"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 154], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.326715"], ["updated_at", "2019-01-17 15:13:07.326715"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:07.332798"], ["updated_at", "2019-01-17 15:13:07.332798"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 155], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.336758"], ["updated_at", "2019-01-17 15:13:07.336758"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:07.344139"], ["updated_at", "2019-01-17 15:13:07.344139"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 156], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.349063"], ["updated_at", "2019-01-17 15:13:07.349063"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:07.357037"], ["updated_at", "2019-01-17 15:13:07.357037"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 157], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.361140"], ["updated_at", "2019-01-17 15:13:07.361140"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:07.368548"], ["updated_at", "2019-01-17 15:13:07.368548"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 158], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.388063"], ["updated_at", "2019-01-17 15:13:07.388063"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:07.395102"], ["updated_at", "2019-01-17 15:13:07.395102"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 159], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.399149"], ["updated_at", "2019-01-17 15:13:07.399149"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:07.406695"], ["updated_at", "2019-01-17 15:13:07.406695"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 160], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.411362"], ["updated_at", "2019-01-17 15:13:07.411362"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:07.417619"], ["updated_at", "2019-01-17 15:13:07.417619"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 161], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.421539"], ["updated_at", "2019-01-17 15:13:07.421539"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:07.427640"], ["updated_at", "2019-01-17 15:13:07.427640"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 162], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.431572"], ["updated_at", "2019-01-17 15:13:07.431572"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:07.438114"], ["updated_at", "2019-01-17 15:13:07.438114"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 163], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.442157"], ["updated_at", "2019-01-17 15:13:07.442157"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:07.449238"], ["updated_at", "2019-01-17 15:13:07.449238"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 164], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.453153"], ["updated_at", "2019-01-17 15:13:07.453153"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:07.459182"], ["updated_at", "2019-01-17 15:13:07.459182"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 165], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.463044"], ["updated_at", "2019-01-17 15:13:07.463044"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:07.469404"], ["updated_at", "2019-01-17 15:13:07.469404"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 166], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.473235"], ["updated_at", "2019-01-17 15:13:07.473235"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.3ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:07.479353"], ["updated_at", "2019-01-17 15:13:07.479353"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 167], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.483436"], ["updated_at", "2019-01-17 15:13:07.483436"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:07.489793"], ["updated_at", "2019-01-17 15:13:07.489793"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 168], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.493775"], ["updated_at", "2019-01-17 15:13:07.493775"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-17 15:13:07.502442"], ["updated_at", "2019-01-17 15:13:07.502442"]] PublicActivity::Activity Create (1.2ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 169], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.510271"], ["updated_at", "2019-01-17 15:13:07.510271"]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.6ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:07.525003"], ["updated_at", "2019-01-17 15:13:07.525003"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 170], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.531999"], ["updated_at", "2019-01-17 15:13:07.531999"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-17 15:13:07.540564"], ["updated_at", "2019-01-17 15:13:07.540564"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 171], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.548101"], ["updated_at", "2019-01-17 15:13:07.548101"]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:07.561644"], ["updated_at", "2019-01-17 15:13:07.561644"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 172], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.566909"], ["updated_at", "2019-01-17 15:13:07.566909"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-17 15:13:07.573649"], ["updated_at", "2019-01-17 15:13:07.573649"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 173], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.578887"], ["updated_at", "2019-01-17 15:13:07.578887"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:07.587650"], ["updated_at", "2019-01-17 15:13:07.587650"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 174], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.592978"], ["updated_at", "2019-01-17 15:13:07.592978"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-17 15:13:07.599511"], ["updated_at", "2019-01-17 15:13:07.599511"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 175], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.604588"], ["updated_at", "2019-01-17 15:13:07.604588"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:07.612942"], ["updated_at", "2019-01-17 15:13:07.612942"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 176], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.617554"], ["updated_at", "2019-01-17 15:13:07.617554"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-17 15:13:07.623347"], ["updated_at", "2019-01-17 15:13:07.623347"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 177], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.628017"], ["updated_at", "2019-01-17 15:13:07.628017"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:07.637181"], ["updated_at", "2019-01-17 15:13:07.637181"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 178], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.641399"], ["updated_at", "2019-01-17 15:13:07.641399"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-17 15:13:07.647362"], ["updated_at", "2019-01-17 15:13:07.647362"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 179], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.651548"], ["updated_at", "2019-01-17 15:13:07.651548"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:07.659040"], ["updated_at", "2019-01-17 15:13:07.659040"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 180], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.663511"], ["updated_at", "2019-01-17 15:13:07.663511"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-17 15:13:07.668722"], ["updated_at", "2019-01-17 15:13:07.668722"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 181], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.672725"], ["updated_at", "2019-01-17 15:13:07.672725"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:07.679760"], ["updated_at", "2019-01-17 15:13:07.679760"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 182], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.684057"], ["updated_at", "2019-01-17 15:13:07.684057"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-17 15:13:07.689472"], ["updated_at", "2019-01-17 15:13:07.689472"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 183], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:07.693305"], ["updated_at", "2019-01-17 15:13:07.693305"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (1.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.4ms) BEGIN Role Load (1.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.4ms) SAVEPOINT active_record_1 Role Exists (1.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (1.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "julianne.witting@muller.io"], ["LIMIT", 1]] User Create (0.8ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Dominic"], ["permalink", "dominic-05ca2e92"], ["username", "Margie"], ["email", "julianne.witting@muller.io"], ["encrypted_password", "$2a$04$WOR9Uw6V8ghmamHDA7U9x.0YEHiAE71oFkmuTX1kTizVmoT.JopW2"], ["created_at", "2019-01-17 15:13:39.252235"], ["updated_at", "2019-01-17 15:13:39.252235"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 13], ["key", "user.create"], ["created_at", "2019-01-17 15:13:39.287095"], ["updated_at", "2019-01-17 15:13:39.287095"]] User::HABTM_Roles Create (0.6ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 13], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.7ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 13], ["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 13], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 169ms (ActiveRecord: 25.9ms)  (0.4ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "carley.reynolds@marks.biz"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Adrienne"], ["permalink", "adrienne-d9814f23"], ["username", "Lonie"], ["email", "carley.reynolds@marks.biz"], ["encrypted_password", "$2a$04$2wuC0geX3jkLrgAO532Xle4QzC0Mt1I0UdrCieyplbc8Of3qHjxrK"], ["created_at", "2019-01-17 15:13:39.479407"], ["updated_at", "2019-01-17 15:13:39.479407"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 14], ["key", "user.create"], ["created_at", "2019-01-17 15:13:39.482657"], ["updated_at", "2019-01-17 15:13:39.482657"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 14], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 14], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 14], ["LIMIT", 1]] Setting Load (0.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.8ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 14], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 2], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.5ms) Completed 200 OK in 45ms (Views: 11.7ms | ActiveRecord: 10.3ms)  (0.4ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:39.601516"], ["updated_at", "2019-01-17 15:13:39.601516"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 184], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:39.607476"], ["updated_at", "2019-01-17 15:13:39.607476"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:39.615756"], ["updated_at", "2019-01-17 15:13:39.615756"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 185], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:39.620018"], ["updated_at", "2019-01-17 15:13:39.620018"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Myrtice"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Myrtice"], ["position", 1], ["created_at", "2019-01-17 15:13:39.663220"], ["updated_at", "2019-01-17 15:13:39.663220"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.5ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 19], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Janis"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Janis"], ["position", 1], ["created_at", "2019-01-17 15:13:39.669705"], ["updated_at", "2019-01-17 15:13:39.669705"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 20], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Elise"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Elise"], ["position", 1], ["created_at", "2019-01-17 15:13:39.676511"], ["updated_at", "2019-01-17 15:13:39.676511"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 21]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 21], ["created_at", "2019-01-17 15:13:39.680347"], ["updated_at", "2019-01-17 15:13:39.680347"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 21], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Dock"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Dock"], ["position", 1], ["created_at", "2019-01-17 15:13:39.687418"], ["updated_at", "2019-01-17 15:13:39.687418"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 22]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 22], ["created_at", "2019-01-17 15:13:39.691179"], ["updated_at", "2019-01-17 15:13:39.691179"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 22], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 22], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 22], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 22], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Permission Update (1.1ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2019-01-17 15:13:39.698394"], ["id", 13]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 22], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Hortense"], ["LIMIT", 1]] Role Create (0.7ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Hortense"], ["position", 1], ["created_at", "2019-01-17 15:13:39.707165"], ["updated_at", "2019-01-17 15:13:39.707165"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 23]] Permission Create (1.0ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 23], ["created_at", "2019-01-17 15:13:39.711962"], ["updated_at", "2019-01-17 15:13:39.711962"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 23], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 23], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 23], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 23], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2019-01-17 15:13:39.720103"], ["id", 14]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 23], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 23], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 23], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 23], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2019-01-17 15:13:39.727647"], ["id", 14]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 23], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Corine"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Corine"], ["position", 1], ["created_at", "2019-01-17 15:13:39.734782"], ["updated_at", "2019-01-17 15:13:39.734782"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 24]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 24], ["created_at", "2019-01-17 15:13:39.739096"], ["updated_at", "2019-01-17 15:13:39.739096"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 24], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Maritza"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Maritza"], ["position", 1], ["created_at", "2019-01-17 15:13:39.745965"], ["updated_at", "2019-01-17 15:13:39.745965"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.3ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 25], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Jo"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Jo"], ["position", 1], ["created_at", "2019-01-17 15:13:39.752467"], ["updated_at", "2019-01-17 15:13:39.752467"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 26]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 26], ["created_at", "2019-01-17 15:13:39.756149"], ["updated_at", "2019-01-17 15:13:39.756149"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 26], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.6ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2019-01-17 15:13:39.783501' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.6ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Lyla"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2019-01-17 15:13:39.782706"], ["updated_at", "2019-01-17 15:13:39.782706"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 5], ["key", "script.create"], ["created_at", "2019-01-17 15:13:39.787636"], ["updated_at", "2019-01-17 15:13:39.787636"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.5ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2019-01-17 15:13:39.795620' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.4ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Waylon"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2019-01-17 15:13:39.795157"], ["updated_at", "2019-01-17 15:13:39.795157"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 6], ["key", "script.create"], ["created_at", "2019-01-17 15:13:39.799146"], ["updated_at", "2019-01-17 15:13:39.799146"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.6ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "efrain@ruecker.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "juanita@considineratke.info"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 2], ["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "aubree_west@oconner.io"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Chelsie"], ["permalink", "chelsie-775a7c2f"], ["username", "Rowan"], ["email", "aubree_west@oconner.io"], ["encrypted_password", "$2a$04$yRw8peLUK0t2UAX/9GVE5OLBl0ABYO.7IYQLzANpp9TUGpeMwQP3y"], ["created_at", "2019-01-17 15:13:39.862411"], ["updated_at", "2019-01-17 15:13:39.862411"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 15], ["key", "user.create"], ["created_at", "2019-01-17 15:13:39.865375"], ["updated_at", "2019-01-17 15:13:39.865375"]] User::HABTM_Roles Create (0.2ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 15], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "emie_wisoky@watersmosciski.name"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Jennyfer"], ["permalink", "jennyfer-045defbe"], ["username", "George"], ["email", "emie_wisoky@watersmosciski.name"], ["encrypted_password", "$2a$04$Y52vIEU2uyiW3JhsYAsf.eJUTiSTN18SqbdDzZDfOja9TyNcOJKda"], ["created_at", "2019-01-17 15:13:39.879660"], ["updated_at", "2019-01-17 15:13:39.879660"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 16], ["key", "user.create"], ["created_at", "2019-01-17 15:13:39.882569"], ["updated_at", "2019-01-17 15:13:39.882569"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 16], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.4ms) SAVEPOINT active_record_1 Role Exists (1.0ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "ayla.zulauf@conroy.co"], ["LIMIT", 1]] User Create (1.0ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Aiden"], ["permalink", "aiden-cb8df6f8"], ["username", "Shanna"], ["email", "ayla.zulauf@conroy.co"], ["encrypted_password", "$2a$04$dUqVR9tLqj/Sw9HIqWnmhOgumrBeHNek9OZkFyGL/5C.RgSDM24rO"], ["created_at", "2019-01-17 15:13:39.898302"], ["updated_at", "2019-01-17 15:13:39.898302"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 17], ["key", "user.create"], ["created_at", "2019-01-17 15:13:39.901661"], ["updated_at", "2019-01-17 15:13:39.901661"]] User::HABTM_Roles Create (0.6ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 17], ["role_id", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:39.948065"], ["updated_at", "2019-01-17 15:13:39.948065"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 186], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:39.952793"], ["updated_at", "2019-01-17 15:13:39.952793"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:39.981673"], ["updated_at", "2019-01-17 15:13:39.981673"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 187], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:39.986344"], ["updated_at", "2019-01-17 15:13:39.986344"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (1.1ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.1ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:39.998034"], ["updated_at", "2019-01-17 15:13:39.998034"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 188], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.004164"], ["updated_at", "2019-01-17 15:13:40.004164"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.1ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (1.0ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:40.228558"], ["updated_at", "2019-01-17 15:13:40.228558"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 189], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.232579"], ["updated_at", "2019-01-17 15:13:40.232579"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:40.241466"], ["updated_at", "2019-01-17 15:13:40.241466"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 190], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.245482"], ["updated_at", "2019-01-17 15:13:40.245482"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:40.254263"], ["updated_at", "2019-01-17 15:13:40.254263"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 191], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.258184"], ["updated_at", "2019-01-17 15:13:40.258184"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "keppler"], ["LIMIT", 1]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "test_index"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:40.268623"], ["updated_at", "2019-01-17 15:13:40.268623"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 192], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.272803"], ["updated_at", "2019-01-17 15:13:40.272803"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:40.282521"], ["updated_at", "2019-01-17 15:13:40.282521"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 193], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.286565"], ["updated_at", "2019-01-17 15:13:40.286565"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:40.293629"], ["updated_at", "2019-01-17 15:13:40.293629"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 194], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.298850"], ["updated_at", "2019-01-17 15:13:40.298850"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:40.307788"], ["updated_at", "2019-01-17 15:13:40.307788"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 195], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.312941"], ["updated_at", "2019-01-17 15:13:40.312941"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:40.321930"], ["updated_at", "2019-01-17 15:13:40.321930"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 196], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.327200"], ["updated_at", "2019-01-17 15:13:40.327200"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:40.336618"], ["updated_at", "2019-01-17 15:13:40.336618"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 197], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.342254"], ["updated_at", "2019-01-17 15:13:40.342254"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:40.351692"], ["updated_at", "2019-01-17 15:13:40.351692"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 198], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.357406"], ["updated_at", "2019-01-17 15:13:40.357406"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:40.366870"], ["updated_at", "2019-01-17 15:13:40.366870"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 199], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.372816"], ["updated_at", "2019-01-17 15:13:40.372816"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:40.382639"], ["updated_at", "2019-01-17 15:13:40.382639"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 200], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.388245"], ["updated_at", "2019-01-17 15:13:40.388245"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:40.396929"], ["updated_at", "2019-01-17 15:13:40.396929"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 201], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.402767"], ["updated_at", "2019-01-17 15:13:40.402767"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:40.411274"], ["updated_at", "2019-01-17 15:13:40.411274"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 202], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.416517"], ["updated_at", "2019-01-17 15:13:40.416517"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:40.425289"], ["updated_at", "2019-01-17 15:13:40.425289"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 203], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.429810"], ["updated_at", "2019-01-17 15:13:40.429810"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:40.436995"], ["updated_at", "2019-01-17 15:13:40.436995"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 204], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.441537"], ["updated_at", "2019-01-17 15:13:40.441537"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:40.448892"], ["updated_at", "2019-01-17 15:13:40.448892"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 205], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.453274"], ["updated_at", "2019-01-17 15:13:40.453274"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:40.460218"], ["updated_at", "2019-01-17 15:13:40.460218"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 206], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.464778"], ["updated_at", "2019-01-17 15:13:40.464778"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:40.471498"], ["updated_at", "2019-01-17 15:13:40.471498"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 207], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.475813"], ["updated_at", "2019-01-17 15:13:40.475813"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:40.482809"], ["updated_at", "2019-01-17 15:13:40.482809"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 208], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.487184"], ["updated_at", "2019-01-17 15:13:40.487184"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:40.494426"], ["updated_at", "2019-01-17 15:13:40.494426"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 209], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.498928"], ["updated_at", "2019-01-17 15:13:40.498928"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:40.506428"], ["updated_at", "2019-01-17 15:13:40.506428"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 210], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.510390"], ["updated_at", "2019-01-17 15:13:40.510390"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:40.516707"], ["updated_at", "2019-01-17 15:13:40.516707"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 211], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.520992"], ["updated_at", "2019-01-17 15:13:40.520992"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:40.527965"], ["updated_at", "2019-01-17 15:13:40.527965"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 212], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.532042"], ["updated_at", "2019-01-17 15:13:40.532042"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:40.538802"], ["updated_at", "2019-01-17 15:13:40.538802"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 213], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.543048"], ["updated_at", "2019-01-17 15:13:40.543048"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:40.549865"], ["updated_at", "2019-01-17 15:13:40.549865"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 214], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.553956"], ["updated_at", "2019-01-17 15:13:40.553956"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:40.560760"], ["updated_at", "2019-01-17 15:13:40.560760"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 215], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.565010"], ["updated_at", "2019-01-17 15:13:40.565010"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:13:40.584469"], ["updated_at", "2019-01-17 15:13:40.584469"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 216], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.589170"], ["updated_at", "2019-01-17 15:13:40.589170"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:13:40.599762"], ["updated_at", "2019-01-17 15:13:40.599762"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 217], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.604705"], ["updated_at", "2019-01-17 15:13:40.604705"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:13:40.612713"], ["updated_at", "2019-01-17 15:13:40.612713"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 218], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.617043"], ["updated_at", "2019-01-17 15:13:40.617043"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:13:40.623476"], ["updated_at", "2019-01-17 15:13:40.623476"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 219], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.627513"], ["updated_at", "2019-01-17 15:13:40.627513"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:13:40.633581"], ["updated_at", "2019-01-17 15:13:40.633581"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 220], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.637637"], ["updated_at", "2019-01-17 15:13:40.637637"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:13:40.644143"], ["updated_at", "2019-01-17 15:13:40.644143"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 221], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.648105"], ["updated_at", "2019-01-17 15:13:40.648105"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:13:40.656265"], ["updated_at", "2019-01-17 15:13:40.656265"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 222], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.660429"], ["updated_at", "2019-01-17 15:13:40.660429"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:13:40.666915"], ["updated_at", "2019-01-17 15:13:40.666915"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 223], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.671034"], ["updated_at", "2019-01-17 15:13:40.671034"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:13:40.679448"], ["updated_at", "2019-01-17 15:13:40.679448"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 224], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.683964"], ["updated_at", "2019-01-17 15:13:40.683964"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:13:40.691705"], ["updated_at", "2019-01-17 15:13:40.691705"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 225], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.696525"], ["updated_at", "2019-01-17 15:13:40.696525"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:13:40.704198"], ["updated_at", "2019-01-17 15:13:40.704198"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 226], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.709845"], ["updated_at", "2019-01-17 15:13:40.709845"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:13:40.717620"], ["updated_at", "2019-01-17 15:13:40.717620"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 227], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.722456"], ["updated_at", "2019-01-17 15:13:40.722456"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:13:40.730857"], ["updated_at", "2019-01-17 15:13:40.730857"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 228], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.735519"], ["updated_at", "2019-01-17 15:13:40.735519"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:13:40.744834"], ["updated_at", "2019-01-17 15:13:40.744834"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 229], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.749482"], ["updated_at", "2019-01-17 15:13:40.749482"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:13:40.761164"], ["updated_at", "2019-01-17 15:13:40.761164"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 230], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.768173"], ["updated_at", "2019-01-17 15:13:40.768173"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (2.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:13:40.779898"], ["updated_at", "2019-01-17 15:13:40.779898"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 231], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.789097"], ["updated_at", "2019-01-17 15:13:40.789097"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.6ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.1ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:13:40.800737"], ["updated_at", "2019-01-17 15:13:40.800737"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 232], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.805462"], ["updated_at", "2019-01-17 15:13:40.805462"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:13:40.815822"], ["updated_at", "2019-01-17 15:13:40.815822"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 233], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.822596"], ["updated_at", "2019-01-17 15:13:40.822596"]]  (1.9ms) RELEASE SAVEPOINT active_record_1  (2.7ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:13:40.834663"], ["updated_at", "2019-01-17 15:13:40.834663"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 234], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.838949"], ["updated_at", "2019-01-17 15:13:40.838949"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:13:40.845576"], ["updated_at", "2019-01-17 15:13:40.845576"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 235], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.849632"], ["updated_at", "2019-01-17 15:13:40.849632"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:13:40.855967"], ["updated_at", "2019-01-17 15:13:40.855967"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 236], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.860204"], ["updated_at", "2019-01-17 15:13:40.860204"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:13:40.867228"], ["updated_at", "2019-01-17 15:13:40.867228"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 237], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.872187"], ["updated_at", "2019-01-17 15:13:40.872187"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:13:40.879951"], ["updated_at", "2019-01-17 15:13:40.879951"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 238], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.884175"], ["updated_at", "2019-01-17 15:13:40.884175"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:13:40.890787"], ["updated_at", "2019-01-17 15:13:40.890787"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 239], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.895637"], ["updated_at", "2019-01-17 15:13:40.895637"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:13:40.903562"], ["updated_at", "2019-01-17 15:13:40.903562"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 240], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.908418"], ["updated_at", "2019-01-17 15:13:40.908418"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:13:40.917195"], ["updated_at", "2019-01-17 15:13:40.917195"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 241], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.922325"], ["updated_at", "2019-01-17 15:13:40.922325"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:13:40.930662"], ["updated_at", "2019-01-17 15:13:40.930662"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 242], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.935930"], ["updated_at", "2019-01-17 15:13:40.935930"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:13:40.944467"], ["updated_at", "2019-01-17 15:13:40.944467"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 243], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.949750"], ["updated_at", "2019-01-17 15:13:40.949750"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:40.957891"], ["updated_at", "2019-01-17 15:13:40.957891"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 244], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.962700"], ["updated_at", "2019-01-17 15:13:40.962700"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:40.969974"], ["updated_at", "2019-01-17 15:13:40.969974"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 245], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.974488"], ["updated_at", "2019-01-17 15:13:40.974488"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:40.981516"], ["updated_at", "2019-01-17 15:13:40.981516"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 246], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.986052"], ["updated_at", "2019-01-17 15:13:40.986052"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:40.993738"], ["updated_at", "2019-01-17 15:13:40.993738"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 247], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:40.998534"], ["updated_at", "2019-01-17 15:13:40.998534"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:41.007144"], ["updated_at", "2019-01-17 15:13:41.007144"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 248], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:41.012443"], ["updated_at", "2019-01-17 15:13:41.012443"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:41.021153"], ["updated_at", "2019-01-17 15:13:41.021153"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 249], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:41.026083"], ["updated_at", "2019-01-17 15:13:41.026083"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:41.033898"], ["updated_at", "2019-01-17 15:13:41.033898"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 250], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:41.038822"], ["updated_at", "2019-01-17 15:13:41.038822"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:41.046416"], ["updated_at", "2019-01-17 15:13:41.046416"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 251], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:41.051078"], ["updated_at", "2019-01-17 15:13:41.051078"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:41.058888"], ["updated_at", "2019-01-17 15:13:41.058888"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 252], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:41.063537"], ["updated_at", "2019-01-17 15:13:41.063537"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:41.071014"], ["updated_at", "2019-01-17 15:13:41.071014"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 253], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:41.075630"], ["updated_at", "2019-01-17 15:13:41.075630"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:41.083405"], ["updated_at", "2019-01-17 15:13:41.083405"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 254], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:41.088407"], ["updated_at", "2019-01-17 15:13:41.088407"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:41.095905"], ["updated_at", "2019-01-17 15:13:41.095905"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 255], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:41.100416"], ["updated_at", "2019-01-17 15:13:41.100416"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:41.108006"], ["updated_at", "2019-01-17 15:13:41.108006"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 256], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:41.113187"], ["updated_at", "2019-01-17 15:13:41.113187"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:41.122312"], ["updated_at", "2019-01-17 15:13:41.122312"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 257], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:41.127449"], ["updated_at", "2019-01-17 15:13:41.127449"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:41.135165"], ["updated_at", "2019-01-17 15:13:41.135165"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 258], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:41.140125"], ["updated_at", "2019-01-17 15:13:41.140125"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:41.148296"], ["updated_at", "2019-01-17 15:13:41.148296"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 259], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:41.153072"], ["updated_at", "2019-01-17 15:13:41.153072"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-17 15:13:41.159247"], ["updated_at", "2019-01-17 15:13:41.159247"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 260], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:41.163874"], ["updated_at", "2019-01-17 15:13:41.163874"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:41.171915"], ["updated_at", "2019-01-17 15:13:41.171915"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 261], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:41.176751"], ["updated_at", "2019-01-17 15:13:41.176751"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.0ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-17 15:13:41.182908"], ["updated_at", "2019-01-17 15:13:41.182908"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 262], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:41.188794"], ["updated_at", "2019-01-17 15:13:41.188794"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:41.197545"], ["updated_at", "2019-01-17 15:13:41.197545"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 263], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:41.202148"], ["updated_at", "2019-01-17 15:13:41.202148"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-17 15:13:41.207669"], ["updated_at", "2019-01-17 15:13:41.207669"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 264], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:41.213070"], ["updated_at", "2019-01-17 15:13:41.213070"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:41.220752"], ["updated_at", "2019-01-17 15:13:41.220752"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 265], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:41.225486"], ["updated_at", "2019-01-17 15:13:41.225486"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-17 15:13:41.231961"], ["updated_at", "2019-01-17 15:13:41.231961"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 266], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:41.236309"], ["updated_at", "2019-01-17 15:13:41.236309"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:41.243860"], ["updated_at", "2019-01-17 15:13:41.243860"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 267], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:41.248471"], ["updated_at", "2019-01-17 15:13:41.248471"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-17 15:13:41.254368"], ["updated_at", "2019-01-17 15:13:41.254368"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 268], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:41.259117"], ["updated_at", "2019-01-17 15:13:41.259117"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:41.267413"], ["updated_at", "2019-01-17 15:13:41.267413"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 269], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:41.274818"], ["updated_at", "2019-01-17 15:13:41.274818"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-17 15:13:41.285191"], ["updated_at", "2019-01-17 15:13:41.285191"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 270], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:41.292153"], ["updated_at", "2019-01-17 15:13:41.292153"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:41.304239"], ["updated_at", "2019-01-17 15:13:41.304239"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 271], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:41.311148"], ["updated_at", "2019-01-17 15:13:41.311148"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-17 15:13:41.319606"], ["updated_at", "2019-01-17 15:13:41.319606"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 272], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:41.325456"], ["updated_at", "2019-01-17 15:13:41.325456"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:13:41.335796"], ["updated_at", "2019-01-17 15:13:41.335796"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 273], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:41.341590"], ["updated_at", "2019-01-17 15:13:41.341590"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-17 15:13:41.348786"], ["updated_at", "2019-01-17 15:13:41.348786"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 274], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:13:41.354018"], ["updated_at", "2019-01-17 15:13:41.354018"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (1.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) BEGIN Role Load (0.8ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.9ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (1.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "rashawn@torphy.info"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Hermann"], ["permalink", "hermann-0a780e81"], ["username", "Zella"], ["email", "rashawn@torphy.info"], ["encrypted_password", "$2a$04$DoUWqL009M.NwKAGnsJSN.IaHKC7fBc4OMyEMlEEUp6BGyNtj7kqy"], ["created_at", "2019-01-17 15:32:36.502145"], ["updated_at", "2019-01-17 15:32:36.502145"]] PublicActivity::Activity Create (1.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 18], ["key", "user.create"], ["created_at", "2019-01-17 15:32:36.541137"], ["updated_at", "2019-01-17 15:32:36.541137"]] User::HABTM_Roles Create (0.8ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 18], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.7ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.6ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.6ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.6ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.6ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.6ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 18], ["LIMIT", 1]] Role Load (1.1ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 18], ["LIMIT", 1]] Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 164ms (ActiveRecord: 32.8ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "brad.ledner@beatty.co"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Imelda"], ["permalink", "imelda-bd3610e5"], ["username", "Meaghan"], ["email", "brad.ledner@beatty.co"], ["encrypted_password", "$2a$04$j/r4I6/XH29MwZO2GNdfGuE5PbBwLOw6MD7SX.V1dmRDQcSDrgtyS"], ["created_at", "2019-01-17 15:32:36.748991"], ["updated_at", "2019-01-17 15:32:36.748991"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 19], ["key", "user.create"], ["created_at", "2019-01-17 15:32:36.752336"], ["updated_at", "2019-01-17 15:32:36.752336"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 19], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.6ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 19], ["LIMIT", 1]] Role Load (1.1ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 19], ["LIMIT", 1]] Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (2.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (1.2ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (1.1ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 19], ["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 2], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.4ms) Completed 200 OK in 50ms (Views: 11.3ms | ActiveRecord: 16.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:36.855393"], ["updated_at", "2019-01-17 15:32:36.855393"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 275], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:36.860364"], ["updated_at", "2019-01-17 15:32:36.860364"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:36.868573"], ["updated_at", "2019-01-17 15:32:36.868573"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 276], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:36.872841"], ["updated_at", "2019-01-17 15:32:36.872841"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Corine"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Corine"], ["position", 1], ["created_at", "2019-01-17 15:32:36.923566"], ["updated_at", "2019-01-17 15:32:36.923566"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.6ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 27], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Derick"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Derick"], ["position", 1], ["created_at", "2019-01-17 15:32:36.931108"], ["updated_at", "2019-01-17 15:32:36.931108"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 28], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Marisa"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Marisa"], ["position", 1], ["created_at", "2019-01-17 15:32:36.938307"], ["updated_at", "2019-01-17 15:32:36.938307"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 29]] Permission Create (0.8ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 29], ["created_at", "2019-01-17 15:32:36.942566"], ["updated_at", "2019-01-17 15:32:36.942566"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 29], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Enrico"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Enrico"], ["position", 1], ["created_at", "2019-01-17 15:32:36.950005"], ["updated_at", "2019-01-17 15:32:36.950005"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 30]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 30], ["created_at", "2019-01-17 15:32:36.953704"], ["updated_at", "2019-01-17 15:32:36.953704"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 30], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 30], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 30], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 30], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2019-01-17 15:32:36.960793"], ["id", 18]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 30], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Aisha"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Aisha"], ["position", 1], ["created_at", "2019-01-17 15:32:36.967550"], ["updated_at", "2019-01-17 15:32:36.967550"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 31]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 31], ["created_at", "2019-01-17 15:32:36.971175"], ["updated_at", "2019-01-17 15:32:36.971175"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 31], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 31], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 31], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 31], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2019-01-17 15:32:36.978687"], ["id", 19]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 31], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 31], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 31], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 31], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2019-01-17 15:32:36.985092"], ["id", 19]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 31], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Bianka"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Bianka"], ["position", 1], ["created_at", "2019-01-17 15:32:36.991327"], ["updated_at", "2019-01-17 15:32:36.991327"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 32]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 32], ["created_at", "2019-01-17 15:32:36.994977"], ["updated_at", "2019-01-17 15:32:36.994977"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 32], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Tre"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Tre"], ["position", 1], ["created_at", "2019-01-17 15:32:37.001418"], ["updated_at", "2019-01-17 15:32:37.001418"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.3ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 33], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Bailey"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Bailey"], ["position", 1], ["created_at", "2019-01-17 15:32:37.007240"], ["updated_at", "2019-01-17 15:32:37.007240"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 34]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 34], ["created_at", "2019-01-17 15:32:37.010877"], ["updated_at", "2019-01-17 15:32:37.010877"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 34], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.6ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2019-01-17 15:32:37.036182' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.4ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Graciela"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2019-01-17 15:32:37.035372"], ["updated_at", "2019-01-17 15:32:37.035372"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 7], ["key", "script.create"], ["created_at", "2019-01-17 15:32:37.040072"], ["updated_at", "2019-01-17 15:32:37.040072"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Script Update All (0.4ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2019-01-17 15:32:37.047779' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.3ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Jude"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2019-01-17 15:32:37.047311"], ["updated_at", "2019-01-17 15:32:37.047311"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 8], ["key", "script.create"], ["created_at", "2019-01-17 15:32:37.051129"], ["updated_at", "2019-01-17 15:32:37.051129"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 8], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "ayana.green@paucek.net"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.8ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "keenan.purdy@marquardt.io"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (1.0ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 2], ["LIMIT", 1]] Role Load (0.8ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "mavis_collins@okuneva.com"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Lauretta"], ["permalink", "lauretta-8868fdcf"], ["username", "Emerson"], ["email", "mavis_collins@okuneva.com"], ["encrypted_password", "$2a$04$1DhGPZrgdzxn9Pvg/sgYs.LciVPM4MAqIr7OETrPTZ36zUgGTWbZ6"], ["created_at", "2019-01-17 15:32:37.117702"], ["updated_at", "2019-01-17 15:32:37.117702"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 20], ["key", "user.create"], ["created_at", "2019-01-17 15:32:37.120985"], ["updated_at", "2019-01-17 15:32:37.120985"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 20], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "ocie@pfannerstillmcdermott.org"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Stefan"], ["permalink", "stefan-a659cde0"], ["username", "Audrey"], ["email", "ocie@pfannerstillmcdermott.org"], ["encrypted_password", "$2a$04$cE5aymia0fI0FN4w9.ZXZ.mkZuRLRQhqYLnDn.XgiWLdWWah3NeWe"], ["created_at", "2019-01-17 15:32:37.137542"], ["updated_at", "2019-01-17 15:32:37.137542"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 21], ["key", "user.create"], ["created_at", "2019-01-17 15:32:37.140832"], ["updated_at", "2019-01-17 15:32:37.140832"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 21], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "murphy@weinat.biz"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Vinnie"], ["permalink", "vinnie-be02fdd5"], ["username", "Margarita"], ["email", "murphy@weinat.biz"], ["encrypted_password", "$2a$04$McKWOv7fnrHF5G5tMsf4yuP9N7yag7SHps/GqPPX.IcTAqcC2eGxS"], ["created_at", "2019-01-17 15:32:37.157229"], ["updated_at", "2019-01-17 15:32:37.157229"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 22], ["key", "user.create"], ["created_at", "2019-01-17 15:32:37.160400"], ["updated_at", "2019-01-17 15:32:37.160400"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 22], ["role_id", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:37.206602"], ["updated_at", "2019-01-17 15:32:37.206602"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 277], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.211780"], ["updated_at", "2019-01-17 15:32:37.211780"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:37.239650"], ["updated_at", "2019-01-17 15:32:37.239650"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 278], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.243850"], ["updated_at", "2019-01-17 15:32:37.243850"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:37.251044"], ["updated_at", "2019-01-17 15:32:37.251044"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 279], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.255101"], ["updated_at", "2019-01-17 15:32:37.255101"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (2.1ms) BEGIN  (0.3ms) ROLLBACK  (0.6ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (1.9ms) ROLLBACK  (0.2ms) BEGIN  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (1.0ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:37.471340"], ["updated_at", "2019-01-17 15:32:37.471340"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 280], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.475652"], ["updated_at", "2019-01-17 15:32:37.475652"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:37.485606"], ["updated_at", "2019-01-17 15:32:37.485606"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 281], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.489519"], ["updated_at", "2019-01-17 15:32:37.489519"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:37.499218"], ["updated_at", "2019-01-17 15:32:37.499218"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 282], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.503203"], ["updated_at", "2019-01-17 15:32:37.503203"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "keppler"], ["LIMIT", 1]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "test_index"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:37.513601"], ["updated_at", "2019-01-17 15:32:37.513601"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 283], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.517597"], ["updated_at", "2019-01-17 15:32:37.517597"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:37.526580"], ["updated_at", "2019-01-17 15:32:37.526580"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 284], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.530684"], ["updated_at", "2019-01-17 15:32:37.530684"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.3ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:37.537151"], ["updated_at", "2019-01-17 15:32:37.537151"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 285], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.540989"], ["updated_at", "2019-01-17 15:32:37.540989"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:37.547318"], ["updated_at", "2019-01-17 15:32:37.547318"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 286], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.551272"], ["updated_at", "2019-01-17 15:32:37.551272"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:37.557501"], ["updated_at", "2019-01-17 15:32:37.557501"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 287], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.561627"], ["updated_at", "2019-01-17 15:32:37.561627"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:37.568076"], ["updated_at", "2019-01-17 15:32:37.568076"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 288], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.571984"], ["updated_at", "2019-01-17 15:32:37.571984"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:37.580036"], ["updated_at", "2019-01-17 15:32:37.580036"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 289], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.584408"], ["updated_at", "2019-01-17 15:32:37.584408"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:37.592576"], ["updated_at", "2019-01-17 15:32:37.592576"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 290], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.597755"], ["updated_at", "2019-01-17 15:32:37.597755"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:37.605075"], ["updated_at", "2019-01-17 15:32:37.605075"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 291], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.609462"], ["updated_at", "2019-01-17 15:32:37.609462"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.3ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:37.616273"], ["updated_at", "2019-01-17 15:32:37.616273"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 292], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.620206"], ["updated_at", "2019-01-17 15:32:37.620206"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:37.626968"], ["updated_at", "2019-01-17 15:32:37.626968"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 293], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.632436"], ["updated_at", "2019-01-17 15:32:37.632436"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:37.641540"], ["updated_at", "2019-01-17 15:32:37.641540"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 294], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.646016"], ["updated_at", "2019-01-17 15:32:37.646016"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:37.653458"], ["updated_at", "2019-01-17 15:32:37.653458"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 295], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.658263"], ["updated_at", "2019-01-17 15:32:37.658263"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:37.665394"], ["updated_at", "2019-01-17 15:32:37.665394"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 296], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.669495"], ["updated_at", "2019-01-17 15:32:37.669495"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:37.676291"], ["updated_at", "2019-01-17 15:32:37.676291"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 297], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.680674"], ["updated_at", "2019-01-17 15:32:37.680674"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:37.687109"], ["updated_at", "2019-01-17 15:32:37.687109"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 298], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.691423"], ["updated_at", "2019-01-17 15:32:37.691423"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:37.697998"], ["updated_at", "2019-01-17 15:32:37.697998"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 299], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.701963"], ["updated_at", "2019-01-17 15:32:37.701963"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:37.708340"], ["updated_at", "2019-01-17 15:32:37.708340"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 300], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.712247"], ["updated_at", "2019-01-17 15:32:37.712247"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:37.719328"], ["updated_at", "2019-01-17 15:32:37.719328"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 301], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.723385"], ["updated_at", "2019-01-17 15:32:37.723385"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:37.729961"], ["updated_at", "2019-01-17 15:32:37.729961"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 302], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.734183"], ["updated_at", "2019-01-17 15:32:37.734183"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:37.740846"], ["updated_at", "2019-01-17 15:32:37.740846"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 303], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.745096"], ["updated_at", "2019-01-17 15:32:37.745096"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:37.751614"], ["updated_at", "2019-01-17 15:32:37.751614"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 304], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.755498"], ["updated_at", "2019-01-17 15:32:37.755498"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:37.761651"], ["updated_at", "2019-01-17 15:32:37.761651"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 305], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.765635"], ["updated_at", "2019-01-17 15:32:37.765635"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:37.771659"], ["updated_at", "2019-01-17 15:32:37.771659"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 306], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.775682"], ["updated_at", "2019-01-17 15:32:37.775682"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:32:37.782506"], ["updated_at", "2019-01-17 15:32:37.782506"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 307], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.786398"], ["updated_at", "2019-01-17 15:32:37.786398"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:32:37.793287"], ["updated_at", "2019-01-17 15:32:37.793287"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 308], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.797726"], ["updated_at", "2019-01-17 15:32:37.797726"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:32:37.803691"], ["updated_at", "2019-01-17 15:32:37.803691"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 309], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.807707"], ["updated_at", "2019-01-17 15:32:37.807707"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:32:37.814254"], ["updated_at", "2019-01-17 15:32:37.814254"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 310], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.818137"], ["updated_at", "2019-01-17 15:32:37.818137"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:32:37.824384"], ["updated_at", "2019-01-17 15:32:37.824384"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 311], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.828565"], ["updated_at", "2019-01-17 15:32:37.828565"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:32:37.835250"], ["updated_at", "2019-01-17 15:32:37.835250"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 312], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.839184"], ["updated_at", "2019-01-17 15:32:37.839184"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:32:37.845646"], ["updated_at", "2019-01-17 15:32:37.845646"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 313], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.849793"], ["updated_at", "2019-01-17 15:32:37.849793"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:32:37.855985"], ["updated_at", "2019-01-17 15:32:37.855985"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 314], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.859932"], ["updated_at", "2019-01-17 15:32:37.859932"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:32:37.866598"], ["updated_at", "2019-01-17 15:32:37.866598"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 315], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.870536"], ["updated_at", "2019-01-17 15:32:37.870536"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:32:37.877450"], ["updated_at", "2019-01-17 15:32:37.877450"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 316], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.881941"], ["updated_at", "2019-01-17 15:32:37.881941"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:32:37.887871"], ["updated_at", "2019-01-17 15:32:37.887871"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 317], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.891718"], ["updated_at", "2019-01-17 15:32:37.891718"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:32:37.897597"], ["updated_at", "2019-01-17 15:32:37.897597"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 318], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.901447"], ["updated_at", "2019-01-17 15:32:37.901447"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:32:37.907681"], ["updated_at", "2019-01-17 15:32:37.907681"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 319], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.911765"], ["updated_at", "2019-01-17 15:32:37.911765"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-01-17 15:32:37.918125"], ["updated_at", "2019-01-17 15:32:37.918125"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 320], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.922006"], ["updated_at", "2019-01-17 15:32:37.922006"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:32:37.928228"], ["updated_at", "2019-01-17 15:32:37.928228"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 321], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.932099"], ["updated_at", "2019-01-17 15:32:37.932099"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:32:37.941892"], ["updated_at", "2019-01-17 15:32:37.941892"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 322], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.949193"], ["updated_at", "2019-01-17 15:32:37.949193"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:32:37.958185"], ["updated_at", "2019-01-17 15:32:37.958185"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 323], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.963830"], ["updated_at", "2019-01-17 15:32:37.963830"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:32:37.972599"], ["updated_at", "2019-01-17 15:32:37.972599"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 324], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.977870"], ["updated_at", "2019-01-17 15:32:37.977870"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:32:37.990790"], ["updated_at", "2019-01-17 15:32:37.990790"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 325], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:37.999425"], ["updated_at", "2019-01-17 15:32:37.999425"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:32:38.011116"], ["updated_at", "2019-01-17 15:32:38.011116"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 326], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:38.017974"], ["updated_at", "2019-01-17 15:32:38.017974"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:32:38.027913"], ["updated_at", "2019-01-17 15:32:38.027913"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 327], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:38.033572"], ["updated_at", "2019-01-17 15:32:38.033572"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.6ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:32:38.044080"], ["updated_at", "2019-01-17 15:32:38.044080"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 328], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:38.050500"], ["updated_at", "2019-01-17 15:32:38.050500"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:32:38.059711"], ["updated_at", "2019-01-17 15:32:38.059711"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 329], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:38.064907"], ["updated_at", "2019-01-17 15:32:38.064907"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:32:38.073135"], ["updated_at", "2019-01-17 15:32:38.073135"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 330], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:38.078215"], ["updated_at", "2019-01-17 15:32:38.078215"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:32:38.091016"], ["updated_at", "2019-01-17 15:32:38.091016"]] PublicActivity::Activity Create (1.2ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 331], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:38.098446"], ["updated_at", "2019-01-17 15:32:38.098446"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.5ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:32:38.111423"], ["updated_at", "2019-01-17 15:32:38.111423"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 332], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:38.118380"], ["updated_at", "2019-01-17 15:32:38.118380"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.5ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:32:38.130875"], ["updated_at", "2019-01-17 15:32:38.130875"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 333], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:38.137062"], ["updated_at", "2019-01-17 15:32:38.137062"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-01-17 15:32:38.146919"], ["updated_at", "2019-01-17 15:32:38.146919"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 334], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:38.152714"], ["updated_at", "2019-01-17 15:32:38.152714"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:38.161952"], ["updated_at", "2019-01-17 15:32:38.161952"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 335], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:38.167417"], ["updated_at", "2019-01-17 15:32:38.167417"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:38.175820"], ["updated_at", "2019-01-17 15:32:38.175820"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 336], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:38.180952"], ["updated_at", "2019-01-17 15:32:38.180952"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:38.188693"], ["updated_at", "2019-01-17 15:32:38.188693"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 337], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:38.193526"], ["updated_at", "2019-01-17 15:32:38.193526"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:38.201514"], ["updated_at", "2019-01-17 15:32:38.201514"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 338], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:38.205772"], ["updated_at", "2019-01-17 15:32:38.205772"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:38.212616"], ["updated_at", "2019-01-17 15:32:38.212616"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 339], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:38.216565"], ["updated_at", "2019-01-17 15:32:38.216565"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:38.222966"], ["updated_at", "2019-01-17 15:32:38.222966"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 340], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:38.227382"], ["updated_at", "2019-01-17 15:32:38.227382"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:38.234439"], ["updated_at", "2019-01-17 15:32:38.234439"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 341], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:38.238489"], ["updated_at", "2019-01-17 15:32:38.238489"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:38.244921"], ["updated_at", "2019-01-17 15:32:38.244921"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 342], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:38.248758"], ["updated_at", "2019-01-17 15:32:38.248758"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:38.255375"], ["updated_at", "2019-01-17 15:32:38.255375"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 343], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:38.259629"], ["updated_at", "2019-01-17 15:32:38.259629"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:38.266191"], ["updated_at", "2019-01-17 15:32:38.266191"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 344], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:38.270172"], ["updated_at", "2019-01-17 15:32:38.270172"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:38.276671"], ["updated_at", "2019-01-17 15:32:38.276671"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 345], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:38.281222"], ["updated_at", "2019-01-17 15:32:38.281222"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:38.287980"], ["updated_at", "2019-01-17 15:32:38.287980"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 346], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:38.292182"], ["updated_at", "2019-01-17 15:32:38.292182"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:38.312914"], ["updated_at", "2019-01-17 15:32:38.312914"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 347], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:38.317149"], ["updated_at", "2019-01-17 15:32:38.317149"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:38.324440"], ["updated_at", "2019-01-17 15:32:38.324440"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 348], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:38.328418"], ["updated_at", "2019-01-17 15:32:38.328418"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:38.334900"], ["updated_at", "2019-01-17 15:32:38.334900"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 349], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:38.338800"], ["updated_at", "2019-01-17 15:32:38.338800"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:38.345834"], ["updated_at", "2019-01-17 15:32:38.345834"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 350], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:38.349942"], ["updated_at", "2019-01-17 15:32:38.349942"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-17 15:32:38.354956"], ["updated_at", "2019-01-17 15:32:38.354956"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 351], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:38.358778"], ["updated_at", "2019-01-17 15:32:38.358778"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:38.365874"], ["updated_at", "2019-01-17 15:32:38.365874"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 352], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:38.369825"], ["updated_at", "2019-01-17 15:32:38.369825"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-17 15:32:38.374384"], ["updated_at", "2019-01-17 15:32:38.374384"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 353], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:38.378401"], ["updated_at", "2019-01-17 15:32:38.378401"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:38.385464"], ["updated_at", "2019-01-17 15:32:38.385464"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 354], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:38.389384"], ["updated_at", "2019-01-17 15:32:38.389384"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-17 15:32:38.393881"], ["updated_at", "2019-01-17 15:32:38.393881"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 355], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:38.398154"], ["updated_at", "2019-01-17 15:32:38.398154"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:38.405388"], ["updated_at", "2019-01-17 15:32:38.405388"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 356], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:38.409274"], ["updated_at", "2019-01-17 15:32:38.409274"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-17 15:32:38.414372"], ["updated_at", "2019-01-17 15:32:38.414372"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 357], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:38.418183"], ["updated_at", "2019-01-17 15:32:38.418183"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:38.424806"], ["updated_at", "2019-01-17 15:32:38.424806"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 358], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:38.428817"], ["updated_at", "2019-01-17 15:32:38.428817"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-17 15:32:38.434062"], ["updated_at", "2019-01-17 15:32:38.434062"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 359], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:38.437961"], ["updated_at", "2019-01-17 15:32:38.437961"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:38.444696"], ["updated_at", "2019-01-17 15:32:38.444696"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 360], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:38.449687"], ["updated_at", "2019-01-17 15:32:38.449687"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-17 15:32:38.454639"], ["updated_at", "2019-01-17 15:32:38.454639"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 361], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:38.458554"], ["updated_at", "2019-01-17 15:32:38.458554"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:38.465209"], ["updated_at", "2019-01-17 15:32:38.465209"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 362], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:38.470006"], ["updated_at", "2019-01-17 15:32:38.470006"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-17 15:32:38.475179"], ["updated_at", "2019-01-17 15:32:38.475179"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 363], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:38.479651"], ["updated_at", "2019-01-17 15:32:38.479651"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-17 15:32:38.486715"], ["updated_at", "2019-01-17 15:32:38.486715"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 364], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:38.490588"], ["updated_at", "2019-01-17 15:32:38.490588"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-17 15:32:38.495178"], ["updated_at", "2019-01-17 15:32:38.495178"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 365], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-17 15:32:38.499006"], ["updated_at", "2019-01-17 15:32:38.499006"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (33.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) BEGIN Role Load (99.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (31.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "deontae@watsica.org"], ["LIMIT", 1]] User Create (13.3ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Rosemarie"], ["permalink", "rosemarie-a9c88f68"], ["username", "Carter"], ["email", "deontae@watsica.org"], ["encrypted_password", "$2a$04$ZKdl90lA/m0vk8Rg2XnLcub.OMW6/daL2iu/Y7r6P5y/QXjVDGMgy"], ["created_at", "2019-01-18 13:45:09.492591"], ["updated_at", "2019-01-18 13:45:09.492591"]] PublicActivity::Activity Create (83.3ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 23], ["key", "user.create"], ["created_at", "2019-01-18 13:45:09.541674"], ["updated_at", "2019-01-18 13:45:09.541674"]] User::HABTM_Roles Create (30.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 23], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (21.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (25.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (41.2ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (41.9ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 23], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 23], ["LIMIT", 1]] Setting Load (0.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 560ms (ActiveRecord: 153.2ms)  (0.4ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "dangelo_mayer@boehm.name"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Kitty"], ["permalink", "kitty-c186f99f"], ["username", "Lourdes"], ["email", "dangelo_mayer@boehm.name"], ["encrypted_password", "$2a$04$wJDNqYQBk/eFJCkdcpZswuBCn/jyZpberr1PxC2XBEP9bxE557f2i"], ["created_at", "2019-01-18 13:45:10.236937"], ["updated_at", "2019-01-18 13:45:10.236937"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 24], ["key", "user.create"], ["created_at", "2019-01-18 13:45:10.239887"], ["updated_at", "2019-01-18 13:45:10.239887"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 24], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.3ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 24], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 24], ["LIMIT", 1]] Setting Load (0.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (20.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.6ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 24], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 2], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.3ms) Completed 200 OK in 102ms (Views: 38.5ms | ActiveRecord: 28.8ms)  (0.4ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (43.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (24.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:10.475128"], ["updated_at", "2019-01-18 13:45:10.475128"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 367], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:10.505920"], ["updated_at", "2019-01-18 13:45:10.505920"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (2.9ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:10.526967"], ["updated_at", "2019-01-18 13:45:10.526967"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 368], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:10.536247"], ["updated_at", "2019-01-18 13:45:10.536247"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (10.1ms) BEGIN  (0.6ms) ROLLBACK  (0.7ms) BEGIN  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.7ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Golden"], ["LIMIT", 1]]  (0.3ms) SELECT "roles"."name" FROM "roles" Role Create (7.7ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Golden"], ["position", 1], ["created_at", "2019-01-18 13:45:10.613638"], ["updated_at", "2019-01-18 13:45:10.613638"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (41.2ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 35], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Alessandra"], ["LIMIT", 1]]  (0.3ms) SELECT "roles"."name" FROM "roles" Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Alessandra"], ["position", 1], ["created_at", "2019-01-18 13:45:10.670647"], ["updated_at", "2019-01-18 13:45:10.670647"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 36], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Samir"], ["LIMIT", 1]]  (0.4ms) SELECT "roles"."name" FROM "roles" Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Samir"], ["position", 1], ["created_at", "2019-01-18 13:45:10.678951"], ["updated_at", "2019-01-18 13:45:10.678951"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 37]] Permission Create (76.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 37], ["created_at", "2019-01-18 13:45:10.721578"], ["updated_at", "2019-01-18 13:45:10.721578"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 37], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Willy"], ["LIMIT", 1]]  (0.3ms) SELECT "roles"."name" FROM "roles" Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Willy"], ["position", 1], ["created_at", "2019-01-18 13:45:10.805062"], ["updated_at", "2019-01-18 13:45:10.805062"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 38]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 38], ["created_at", "2019-01-18 13:45:10.810155"], ["updated_at", "2019-01-18 13:45:10.810155"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 38], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 38], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 38], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 38], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2019-01-18 13:45:10.817665"], ["id", 23]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 38], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Elza"], ["LIMIT", 1]]  (0.3ms) SELECT "roles"."name" FROM "roles" Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Elza"], ["position", 1], ["created_at", "2019-01-18 13:45:10.824701"], ["updated_at", "2019-01-18 13:45:10.824701"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (1.1ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 39]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 39], ["created_at", "2019-01-18 13:45:10.831238"], ["updated_at", "2019-01-18 13:45:10.831238"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 39], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 39], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 39], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 39], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2019-01-18 13:45:10.839223"], ["id", 24]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 39], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 39], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 39], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 39], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2019-01-18 13:45:10.846449"], ["id", 24]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 39], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Ozella"], ["LIMIT", 1]]  (0.3ms) SELECT "roles"."name" FROM "roles" Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Ozella"], ["position", 1], ["created_at", "2019-01-18 13:45:10.853451"], ["updated_at", "2019-01-18 13:45:10.853451"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 40]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 40], ["created_at", "2019-01-18 13:45:10.858625"], ["updated_at", "2019-01-18 13:45:10.858625"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 40], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Vivian"], ["LIMIT", 1]]  (0.4ms) SELECT "roles"."name" FROM "roles" Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Vivian"], ["position", 1], ["created_at", "2019-01-18 13:45:10.865413"], ["updated_at", "2019-01-18 13:45:10.865413"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 41], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Angelina"], ["LIMIT", 1]]  (0.4ms) SELECT "roles"."name" FROM "roles" Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Angelina"], ["position", 1], ["created_at", "2019-01-18 13:45:10.879274"], ["updated_at", "2019-01-18 13:45:10.879274"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 42]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 42], ["created_at", "2019-01-18 13:45:10.907085"], ["updated_at", "2019-01-18 13:45:10.907085"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 42], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.9ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (43.7ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2019-01-18 13:45:10.934661' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (21.5ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Lesley"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2019-01-18 13:45:10.933862"], ["updated_at", "2019-01-18 13:45:10.933862"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 9], ["key", "script.create"], ["created_at", "2019-01-18 13:45:11.003241"], ["updated_at", "2019-01-18 13:45:11.003241"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.7ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2019-01-18 13:45:11.012592' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.6ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Arnold"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2019-01-18 13:45:11.011643"], ["updated_at", "2019-01-18 13:45:11.011643"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 10], ["key", "script.create"], ["created_at", "2019-01-18 13:45:11.017928"], ["updated_at", "2019-01-18 13:45:11.017928"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 10], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.6ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "queenie.lemke@nienowhane.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (1.6ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "jennifer.davis@dicki.org"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.5ms) ROLLBACK  (0.1ms) BEGIN User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 2], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.3ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "laverna_dickens@shanahanskiles.info"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Colt"], ["permalink", "colt-e78d4c48"], ["username", "Marco"], ["email", "laverna_dickens@shanahanskiles.info"], ["encrypted_password", "$2a$04$m19OBd6o1rSe5/JmxIiEIuMbc9MV3cmTnkA5Ewe.HeH5BtIk7n/4i"], ["created_at", "2019-01-18 13:45:11.101762"], ["updated_at", "2019-01-18 13:45:11.101762"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 25], ["key", "user.create"], ["created_at", "2019-01-18 13:45:11.104954"], ["updated_at", "2019-01-18 13:45:11.104954"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 25], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "derek@ferry.net"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Kira"], ["permalink", "kira-9e439adb"], ["username", "Devante"], ["email", "derek@ferry.net"], ["encrypted_password", "$2a$04$JImFjvRrWzBrUsbyl4VXfeTalHib47Bs7jJO7ELEsN3pBL4PfNVV2"], ["created_at", "2019-01-18 13:45:11.120219"], ["updated_at", "2019-01-18 13:45:11.120219"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 26], ["key", "user.create"], ["created_at", "2019-01-18 13:45:11.123376"], ["updated_at", "2019-01-18 13:45:11.123376"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 26], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "kaitlin@cummings.co"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Mitchel"], ["permalink", "mitchel-994cc766"], ["username", "Carroll"], ["email", "kaitlin@cummings.co"], ["encrypted_password", "$2a$04$1GdObRPBWwPXitWcjwgkIOBRVD.s9fZDb0eh8Xy/vFnpa3B03hQr."], ["created_at", "2019-01-18 13:45:11.139830"], ["updated_at", "2019-01-18 13:45:11.139830"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 27], ["key", "user.create"], ["created_at", "2019-01-18 13:45:11.143051"], ["updated_at", "2019-01-18 13:45:11.143051"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 27], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:11.188966"], ["updated_at", "2019-01-18 13:45:11.188966"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 369], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:11.193827"], ["updated_at", "2019-01-18 13:45:11.193827"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:11.222391"], ["updated_at", "2019-01-18 13:45:11.222391"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 370], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:11.227237"], ["updated_at", "2019-01-18 13:45:11.227237"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:11.235742"], ["updated_at", "2019-01-18 13:45:11.235742"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 371], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:11.240167"], ["updated_at", "2019-01-18 13:45:11.240167"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.6ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:11.492465"], ["updated_at", "2019-01-18 13:45:11.492465"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 372], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:11.496879"], ["updated_at", "2019-01-18 13:45:11.496879"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:11.507517"], ["updated_at", "2019-01-18 13:45:11.507517"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 373], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:11.511828"], ["updated_at", "2019-01-18 13:45:11.511828"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:11.521852"], ["updated_at", "2019-01-18 13:45:11.521852"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 374], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:11.526216"], ["updated_at", "2019-01-18 13:45:11.526216"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "keppler"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "test_index"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:11.540515"], ["updated_at", "2019-01-18 13:45:11.540515"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 375], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:11.545101"], ["updated_at", "2019-01-18 13:45:11.545101"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:11.555749"], ["updated_at", "2019-01-18 13:45:11.555749"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 376], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:11.560492"], ["updated_at", "2019-01-18 13:45:11.560492"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:11.568448"], ["updated_at", "2019-01-18 13:45:11.568448"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 377], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:11.573124"], ["updated_at", "2019-01-18 13:45:11.573124"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:11.580692"], ["updated_at", "2019-01-18 13:45:11.580692"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 378], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:11.585130"], ["updated_at", "2019-01-18 13:45:11.585130"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:11.592228"], ["updated_at", "2019-01-18 13:45:11.592228"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 379], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:11.596776"], ["updated_at", "2019-01-18 13:45:11.596776"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:11.605647"], ["updated_at", "2019-01-18 13:45:11.605647"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 380], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:11.612154"], ["updated_at", "2019-01-18 13:45:11.612154"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:11.620435"], ["updated_at", "2019-01-18 13:45:11.620435"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 381], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:11.625626"], ["updated_at", "2019-01-18 13:45:11.625626"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:11.633349"], ["updated_at", "2019-01-18 13:45:11.633349"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 382], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:11.637697"], ["updated_at", "2019-01-18 13:45:11.637697"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:11.645574"], ["updated_at", "2019-01-18 13:45:11.645574"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 383], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:11.649966"], ["updated_at", "2019-01-18 13:45:11.649966"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.5ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:11.657716"], ["updated_at", "2019-01-18 13:45:11.657716"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 384], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:11.662780"], ["updated_at", "2019-01-18 13:45:11.662780"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:11.670032"], ["updated_at", "2019-01-18 13:45:11.670032"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 385], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:11.675491"], ["updated_at", "2019-01-18 13:45:11.675491"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:11.686340"], ["updated_at", "2019-01-18 13:45:11.686340"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 386], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:11.693201"], ["updated_at", "2019-01-18 13:45:11.693201"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (5.8ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:11.711223"], ["updated_at", "2019-01-18 13:45:11.711223"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 387], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:11.721554"], ["updated_at", "2019-01-18 13:45:11.721554"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:11.729736"], ["updated_at", "2019-01-18 13:45:11.729736"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 388], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:11.734655"], ["updated_at", "2019-01-18 13:45:11.734655"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:11.741627"], ["updated_at", "2019-01-18 13:45:11.741627"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 389], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:11.746072"], ["updated_at", "2019-01-18 13:45:11.746072"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:11.753316"], ["updated_at", "2019-01-18 13:45:11.753316"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 390], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:11.758326"], ["updated_at", "2019-01-18 13:45:11.758326"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:11.765854"], ["updated_at", "2019-01-18 13:45:11.765854"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 391], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:11.770258"], ["updated_at", "2019-01-18 13:45:11.770258"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:11.780812"], ["updated_at", "2019-01-18 13:45:11.780812"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 392], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:11.791141"], ["updated_at", "2019-01-18 13:45:11.791141"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:11.807439"], ["updated_at", "2019-01-18 13:45:11.807439"]] PublicActivity::Activity Create (1.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 393], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:11.815101"], ["updated_at", "2019-01-18 13:45:11.815101"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:11.827777"], ["updated_at", "2019-01-18 13:45:11.827777"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 394], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:11.833409"], ["updated_at", "2019-01-18 13:45:11.833409"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (1.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:11.842478"], ["updated_at", "2019-01-18 13:45:11.842478"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 395], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:11.850194"], ["updated_at", "2019-01-18 13:45:11.850194"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:11.870690"], ["updated_at", "2019-01-18 13:45:11.870690"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 396], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:11.875122"], ["updated_at", "2019-01-18 13:45:11.875122"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:11.882354"], ["updated_at", "2019-01-18 13:45:11.882354"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 397], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:11.886740"], ["updated_at", "2019-01-18 13:45:11.886740"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:11.893709"], ["updated_at", "2019-01-18 13:45:11.893709"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 398], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:11.898008"], ["updated_at", "2019-01-18 13:45:11.898008"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 3], ["created_at", "2019-01-18 13:45:11.904901"], ["updated_at", "2019-01-18 13:45:11.904901"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 399], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:11.909321"], ["updated_at", "2019-01-18 13:45:11.909321"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 3], ["created_at", "2019-01-18 13:45:11.919444"], ["updated_at", "2019-01-18 13:45:11.919444"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 400], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:11.925990"], ["updated_at", "2019-01-18 13:45:11.925990"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 3], ["created_at", "2019-01-18 13:45:11.935741"], ["updated_at", "2019-01-18 13:45:11.935741"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 401], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:11.942529"], ["updated_at", "2019-01-18 13:45:11.942529"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 3], ["created_at", "2019-01-18 13:45:11.954411"], ["updated_at", "2019-01-18 13:45:11.954411"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 402], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:11.963858"], ["updated_at", "2019-01-18 13:45:11.963858"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 3], ["created_at", "2019-01-18 13:45:11.974318"], ["updated_at", "2019-01-18 13:45:11.974318"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 403], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:11.980685"], ["updated_at", "2019-01-18 13:45:11.980685"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 3], ["created_at", "2019-01-18 13:45:11.991592"], ["updated_at", "2019-01-18 13:45:11.991592"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 404], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:11.998091"], ["updated_at", "2019-01-18 13:45:11.998091"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 3], ["created_at", "2019-01-18 13:45:12.008036"], ["updated_at", "2019-01-18 13:45:12.008036"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 405], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.014898"], ["updated_at", "2019-01-18 13:45:12.014898"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 3], ["created_at", "2019-01-18 13:45:12.025173"], ["updated_at", "2019-01-18 13:45:12.025173"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 406], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.031343"], ["updated_at", "2019-01-18 13:45:12.031343"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 3], ["created_at", "2019-01-18 13:45:12.044564"], ["updated_at", "2019-01-18 13:45:12.044564"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 407], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.051446"], ["updated_at", "2019-01-18 13:45:12.051446"]]  (3.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 3], ["created_at", "2019-01-18 13:45:12.067345"], ["updated_at", "2019-01-18 13:45:12.067345"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 408], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.082231"], ["updated_at", "2019-01-18 13:45:12.082231"]]  (1.4ms) RELEASE SAVEPOINT active_record_1  (0.7ms) ROLLBACK  (0.2ms) BEGIN  (0.8ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.2ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 3], ["created_at", "2019-01-18 13:45:12.099959"], ["updated_at", "2019-01-18 13:45:12.099959"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 409], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.107739"], ["updated_at", "2019-01-18 13:45:12.107739"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 3], ["created_at", "2019-01-18 13:45:12.118385"], ["updated_at", "2019-01-18 13:45:12.118385"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 410], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.124677"], ["updated_at", "2019-01-18 13:45:12.124677"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 3], ["created_at", "2019-01-18 13:45:12.135830"], ["updated_at", "2019-01-18 13:45:12.135830"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 411], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.142167"], ["updated_at", "2019-01-18 13:45:12.142167"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 3], ["created_at", "2019-01-18 13:45:12.152834"], ["updated_at", "2019-01-18 13:45:12.152834"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 412], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.159750"], ["updated_at", "2019-01-18 13:45:12.159750"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (4.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 3], ["created_at", "2019-01-18 13:45:12.175288"], ["updated_at", "2019-01-18 13:45:12.175288"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 413], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.182321"], ["updated_at", "2019-01-18 13:45:12.182321"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 3], ["created_at", "2019-01-18 13:45:12.194382"], ["updated_at", "2019-01-18 13:45:12.194382"]] PublicActivity::Activity Create (1.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 414], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.202274"], ["updated_at", "2019-01-18 13:45:12.202274"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 3], ["created_at", "2019-01-18 13:45:12.226239"], ["updated_at", "2019-01-18 13:45:12.226239"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 415], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.235811"], ["updated_at", "2019-01-18 13:45:12.235811"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 3], ["created_at", "2019-01-18 13:45:12.247108"], ["updated_at", "2019-01-18 13:45:12.247108"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 416], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.254296"], ["updated_at", "2019-01-18 13:45:12.254296"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (1.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 3], ["created_at", "2019-01-18 13:45:12.266263"], ["updated_at", "2019-01-18 13:45:12.266263"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 417], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.273475"], ["updated_at", "2019-01-18 13:45:12.273475"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 3], ["created_at", "2019-01-18 13:45:12.284803"], ["updated_at", "2019-01-18 13:45:12.284803"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 418], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.291884"], ["updated_at", "2019-01-18 13:45:12.291884"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 3], ["created_at", "2019-01-18 13:45:12.304146"], ["updated_at", "2019-01-18 13:45:12.304146"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 419], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.311175"], ["updated_at", "2019-01-18 13:45:12.311175"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 3], ["created_at", "2019-01-18 13:45:12.322761"], ["updated_at", "2019-01-18 13:45:12.322761"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 420], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.330756"], ["updated_at", "2019-01-18 13:45:12.330756"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 3], ["created_at", "2019-01-18 13:45:12.342578"], ["updated_at", "2019-01-18 13:45:12.342578"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 421], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.349828"], ["updated_at", "2019-01-18 13:45:12.349828"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 3], ["created_at", "2019-01-18 13:45:12.362039"], ["updated_at", "2019-01-18 13:45:12.362039"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 422], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.369517"], ["updated_at", "2019-01-18 13:45:12.369517"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 3], ["created_at", "2019-01-18 13:45:12.380545"], ["updated_at", "2019-01-18 13:45:12.380545"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 423], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.387836"], ["updated_at", "2019-01-18 13:45:12.387836"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 3], ["created_at", "2019-01-18 13:45:12.399213"], ["updated_at", "2019-01-18 13:45:12.399213"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 424], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.406274"], ["updated_at", "2019-01-18 13:45:12.406274"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 3], ["created_at", "2019-01-18 13:45:12.416409"], ["updated_at", "2019-01-18 13:45:12.416409"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 425], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.422850"], ["updated_at", "2019-01-18 13:45:12.422850"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 3], ["created_at", "2019-01-18 13:45:12.433345"], ["updated_at", "2019-01-18 13:45:12.433345"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 426], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.439922"], ["updated_at", "2019-01-18 13:45:12.439922"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:12.450285"], ["updated_at", "2019-01-18 13:45:12.450285"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 427], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.456866"], ["updated_at", "2019-01-18 13:45:12.456866"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (3.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (2.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:12.486750"], ["updated_at", "2019-01-18 13:45:12.486750"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 428], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.496731"], ["updated_at", "2019-01-18 13:45:12.496731"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:12.507010"], ["updated_at", "2019-01-18 13:45:12.507010"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 429], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.513619"], ["updated_at", "2019-01-18 13:45:12.513619"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:12.525243"], ["updated_at", "2019-01-18 13:45:12.525243"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 430], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.535154"], ["updated_at", "2019-01-18 13:45:12.535154"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (4.2ms) ROLLBACK  (4.0ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:12.602815"], ["updated_at", "2019-01-18 13:45:12.602815"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 431], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.610175"], ["updated_at", "2019-01-18 13:45:12.610175"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:12.620428"], ["updated_at", "2019-01-18 13:45:12.620428"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 432], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.627413"], ["updated_at", "2019-01-18 13:45:12.627413"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:12.637292"], ["updated_at", "2019-01-18 13:45:12.637292"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 433], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.643944"], ["updated_at", "2019-01-18 13:45:12.643944"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:12.655042"], ["updated_at", "2019-01-18 13:45:12.655042"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 434], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.662056"], ["updated_at", "2019-01-18 13:45:12.662056"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.1ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:12.671966"], ["updated_at", "2019-01-18 13:45:12.671966"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 435], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.679434"], ["updated_at", "2019-01-18 13:45:12.679434"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (4.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:12.689161"], ["updated_at", "2019-01-18 13:45:12.689161"]] PublicActivity::Activity Create (4.3ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 436], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.699810"], ["updated_at", "2019-01-18 13:45:12.699810"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (1.8ms) ROLLBACK  (0.2ms) BEGIN  (2.5ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (4.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:12.725624"], ["updated_at", "2019-01-18 13:45:12.725624"]] PublicActivity::Activity Create (2.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 437], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.737084"], ["updated_at", "2019-01-18 13:45:12.737084"]]  (2.6ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (4.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (10.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:12.768472"], ["updated_at", "2019-01-18 13:45:12.768472"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 438], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.777026"], ["updated_at", "2019-01-18 13:45:12.777026"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:12.789318"], ["updated_at", "2019-01-18 13:45:12.789318"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 439], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.796296"], ["updated_at", "2019-01-18 13:45:12.796296"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (1.0ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (4.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (7.0ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:12.818886"], ["updated_at", "2019-01-18 13:45:12.818886"]] PublicActivity::Activity Create (6.2ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 440], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.835788"], ["updated_at", "2019-01-18 13:45:12.835788"]]  (3.8ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (2.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (3.1ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (3.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:12.864952"], ["updated_at", "2019-01-18 13:45:12.864952"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 441], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.891601"], ["updated_at", "2019-01-18 13:45:12.891601"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (4.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:12.913636"], ["updated_at", "2019-01-18 13:45:12.913636"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 442], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.921051"], ["updated_at", "2019-01-18 13:45:12.921051"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 4], ["created_at", "2019-01-18 13:45:12.930466"], ["updated_at", "2019-01-18 13:45:12.930466"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 443], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.937786"], ["updated_at", "2019-01-18 13:45:12.937786"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:12.949910"], ["updated_at", "2019-01-18 13:45:12.949910"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 444], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.972437"], ["updated_at", "2019-01-18 13:45:12.972437"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 4], ["created_at", "2019-01-18 13:45:12.981719"], ["updated_at", "2019-01-18 13:45:12.981719"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 445], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:12.988798"], ["updated_at", "2019-01-18 13:45:12.988798"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:13.000655"], ["updated_at", "2019-01-18 13:45:13.000655"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 446], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:13.008512"], ["updated_at", "2019-01-18 13:45:13.008512"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 4], ["created_at", "2019-01-18 13:45:13.017596"], ["updated_at", "2019-01-18 13:45:13.017596"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 447], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:13.024893"], ["updated_at", "2019-01-18 13:45:13.024893"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:13.036990"], ["updated_at", "2019-01-18 13:45:13.036990"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 448], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:13.043969"], ["updated_at", "2019-01-18 13:45:13.043969"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 4], ["created_at", "2019-01-18 13:45:13.053932"], ["updated_at", "2019-01-18 13:45:13.053932"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 449], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:13.060980"], ["updated_at", "2019-01-18 13:45:13.060980"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:13.072311"], ["updated_at", "2019-01-18 13:45:13.072311"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 450], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:13.077013"], ["updated_at", "2019-01-18 13:45:13.077013"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 4], ["created_at", "2019-01-18 13:45:13.082707"], ["updated_at", "2019-01-18 13:45:13.082707"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 451], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:13.086996"], ["updated_at", "2019-01-18 13:45:13.086996"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:13.094234"], ["updated_at", "2019-01-18 13:45:13.094234"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 452], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:13.098642"], ["updated_at", "2019-01-18 13:45:13.098642"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 4], ["created_at", "2019-01-18 13:45:13.103957"], ["updated_at", "2019-01-18 13:45:13.103957"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 453], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:13.108563"], ["updated_at", "2019-01-18 13:45:13.108563"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:13.116018"], ["updated_at", "2019-01-18 13:45:13.116018"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 454], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:13.120433"], ["updated_at", "2019-01-18 13:45:13.120433"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 4], ["created_at", "2019-01-18 13:45:13.125775"], ["updated_at", "2019-01-18 13:45:13.125775"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 455], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:13.129998"], ["updated_at", "2019-01-18 13:45:13.129998"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:45:13.137691"], ["updated_at", "2019-01-18 13:45:13.137691"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 456], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:13.142276"], ["updated_at", "2019-01-18 13:45:13.142276"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 4], ["created_at", "2019-01-18 13:45:13.147936"], ["updated_at", "2019-01-18 13:45:13.147936"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 457], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:45:13.152454"], ["updated_at", "2019-01-18 13:45:13.152454"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "abbie.rath@murray.info"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Daisy"], ["permalink", "daisy-1deb4875"], ["username", "Jaycee"], ["email", "abbie.rath@murray.info"], ["encrypted_password", "$2a$04$NLfsoFP1kv3x20BXZ1wSleobAAQfxJ17AeEFEDqc/hjW46whyfHmq"], ["created_at", "2019-01-18 13:47:37.459237"], ["updated_at", "2019-01-18 13:47:37.459237"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 28], ["key", "user.create"], ["created_at", "2019-01-18 13:47:37.494228"], ["updated_at", "2019-01-18 13:47:37.494228"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 28], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 28], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 28], ["LIMIT", 1]] Setting Load (0.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 153ms (ActiveRecord: 23.1ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "bobby@weber.info"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Dawn"], ["permalink", "dawn-79352f1c"], ["username", "Rhea"], ["email", "bobby@weber.info"], ["encrypted_password", "$2a$04$S7Yxek.zciHD6KtU5ibSle6/PrOkLKaQW5yp1mKF/v4lyPohCQn12"], ["created_at", "2019-01-18 13:47:37.684856"], ["updated_at", "2019-01-18 13:47:37.684856"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 29], ["key", "user.create"], ["created_at", "2019-01-18 13:47:37.687891"], ["updated_at", "2019-01-18 13:47:37.687891"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 29], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.3ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.3ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 29], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 29], ["LIMIT", 1]] Setting Load (0.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.6ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 29], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 2], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.3ms) Completed 200 OK in 40ms (Views: 10.7ms | ActiveRecord: 8.4ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:37.776788"], ["updated_at", "2019-01-18 13:47:37.776788"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 458], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:37.781775"], ["updated_at", "2019-01-18 13:47:37.781775"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:37.789798"], ["updated_at", "2019-01-18 13:47:37.789798"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 459], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:37.793739"], ["updated_at", "2019-01-18 13:47:37.793739"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.4ms) BEGIN  (0.6ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Velma"], ["LIMIT", 1]] Role Create (0.7ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Velma"], ["position", 1], ["created_at", "2019-01-18 13:47:37.857643"], ["updated_at", "2019-01-18 13:47:37.857643"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.9ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 43], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.7ms) SAVEPOINT active_record_1 Role Exists (1.8ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Darryl"], ["LIMIT", 1]] Role Create (1.8ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Darryl"], ["position", 1], ["created_at", "2019-01-18 13:47:37.867552"], ["updated_at", "2019-01-18 13:47:37.867552"]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Permission Load (1.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 44], ["LIMIT", 1]]  (0.6ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Lily"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Lily"], ["position", 1], ["created_at", "2019-01-18 13:47:37.878569"], ["updated_at", "2019-01-18 13:47:37.878569"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 45]] Permission Create (1.2ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 45], ["created_at", "2019-01-18 13:47:37.883078"], ["updated_at", "2019-01-18 13:47:37.883078"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 45], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Letha"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Letha"], ["position", 1], ["created_at", "2019-01-18 13:47:37.891307"], ["updated_at", "2019-01-18 13:47:37.891307"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 46]] Permission Create (0.8ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 46], ["created_at", "2019-01-18 13:47:37.895620"], ["updated_at", "2019-01-18 13:47:37.895620"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 46], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 46], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 46], ["LIMIT", 1]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 46], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.8ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2019-01-18 13:47:37.903951"], ["id", 28]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 46], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Savanna"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Savanna"], ["position", 1], ["created_at", "2019-01-18 13:47:37.911156"], ["updated_at", "2019-01-18 13:47:37.911156"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 47]] Permission Create (2.9ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 47], ["created_at", "2019-01-18 13:47:37.915109"], ["updated_at", "2019-01-18 13:47:37.915109"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Permission Load (1.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 47], ["LIMIT", 1]] Permission Load (1.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 47], ["LIMIT", 1]] Permission Load (1.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 47], ["LIMIT", 1]] Permission Load (1.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 47], ["LIMIT", 1]]  (0.5ms) SAVEPOINT active_record_1 Permission Update (3.3ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2019-01-18 13:47:37.930563"], ["id", 29]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Permission Load (1.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 47], ["LIMIT", 1]] Permission Load (1.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 47], ["LIMIT", 1]] Permission Load (1.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 47], ["LIMIT", 1]] Permission Load (1.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 47], ["LIMIT", 1]]  (0.5ms) SAVEPOINT active_record_1 Permission Update (2.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2019-01-18 13:47:37.944984"], ["id", 29]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Permission Load (1.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 47], ["LIMIT", 1]]  (0.6ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Fanny"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Fanny"], ["position", 1], ["created_at", "2019-01-18 13:47:37.955811"], ["updated_at", "2019-01-18 13:47:37.955811"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 48]] Permission Create (0.8ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 48], ["created_at", "2019-01-18 13:47:37.960186"], ["updated_at", "2019-01-18 13:47:37.960186"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.6ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 48], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Maryjane"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Maryjane"], ["position", 1], ["created_at", "2019-01-18 13:47:37.967893"], ["updated_at", "2019-01-18 13:47:37.967893"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.6ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 49], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Baron"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Baron"], ["position", 1], ["created_at", "2019-01-18 13:47:37.974951"], ["updated_at", "2019-01-18 13:47:37.974951"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 50]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 50], ["created_at", "2019-01-18 13:47:37.978961"], ["updated_at", "2019-01-18 13:47:37.978961"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 50], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.9ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2019-01-18 13:47:38.008413' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.6ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Charity"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2019-01-18 13:47:38.007672"], ["updated_at", "2019-01-18 13:47:38.007672"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 11], ["key", "script.create"], ["created_at", "2019-01-18 13:47:38.012779"], ["updated_at", "2019-01-18 13:47:38.012779"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.4ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.6ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Script Update All (0.6ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2019-01-18 13:47:38.023337' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.5ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Alicia"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2019-01-18 13:47:38.022862"], ["updated_at", "2019-01-18 13:47:38.022862"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 12], ["key", "script.create"], ["created_at", "2019-01-18 13:47:38.027147"], ["updated_at", "2019-01-18 13:47:38.027147"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Script Load (0.4ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]]  (1.0ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN Role Load (0.9ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (2.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (1.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "mario@schowalter.com"], ["LIMIT", 1]]  (0.6ms) ROLLBACK  (0.3ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "kenyon@buckridge.com"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.9ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 2], ["LIMIT", 1]] Role Load (0.8ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.3ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "sim_walsh@muellerhamill.name"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Jailyn"], ["permalink", "jailyn-93b59e1e"], ["username", "Reva"], ["email", "sim_walsh@muellerhamill.name"], ["encrypted_password", "$2a$04$UC0fZ85JNO7uT3275fF3rumjmHRb4K6iTiF7p6Kl0ExOZx1s0R9y2"], ["created_at", "2019-01-18 13:47:38.103665"], ["updated_at", "2019-01-18 13:47:38.103665"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 30], ["key", "user.create"], ["created_at", "2019-01-18 13:47:38.106731"], ["updated_at", "2019-01-18 13:47:38.106731"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 30], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (2.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "michaela.johns@kuphal.net"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Brannon"], ["permalink", "brannon-6cbf004c"], ["username", "Hilario"], ["email", "michaela.johns@kuphal.net"], ["encrypted_password", "$2a$04$kXST7UCrSCD.gNFTKv.4rOn2FE0gYXhM0yFMI7ANMm9fPijc4D2dS"], ["created_at", "2019-01-18 13:47:38.124141"], ["updated_at", "2019-01-18 13:47:38.124141"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 31], ["key", "user.create"], ["created_at", "2019-01-18 13:47:38.127191"], ["updated_at", "2019-01-18 13:47:38.127191"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 31], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (1.6ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "aurelie.rolfson@osinski.com"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Jermaine"], ["permalink", "jermaine-110c37e3"], ["username", "Alexys"], ["email", "aurelie.rolfson@osinski.com"], ["encrypted_password", "$2a$04$jBDGMWlO5utMsMTK4mdwIevdw6xP.Tcm7GSY7gZnCcKQcCNgEgO7m"], ["created_at", "2019-01-18 13:47:38.143531"], ["updated_at", "2019-01-18 13:47:38.143531"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 32], ["key", "user.create"], ["created_at", "2019-01-18 13:47:38.146356"], ["updated_at", "2019-01-18 13:47:38.146356"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 32], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:38.189296"], ["updated_at", "2019-01-18 13:47:38.189296"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 460], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:38.193359"], ["updated_at", "2019-01-18 13:47:38.193359"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:38.219767"], ["updated_at", "2019-01-18 13:47:38.219767"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 461], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:38.223876"], ["updated_at", "2019-01-18 13:47:38.223876"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:38.230649"], ["updated_at", "2019-01-18 13:47:38.230649"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 462], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:38.234664"], ["updated_at", "2019-01-18 13:47:38.234664"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.7ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) ROLLBACK  (0.5ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:38.540824"], ["updated_at", "2019-01-18 13:47:38.540824"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 463], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:38.544810"], ["updated_at", "2019-01-18 13:47:38.544810"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:38.554530"], ["updated_at", "2019-01-18 13:47:38.554530"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 464], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:38.558439"], ["updated_at", "2019-01-18 13:47:38.558439"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:38.567449"], ["updated_at", "2019-01-18 13:47:38.567449"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 465], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:38.571610"], ["updated_at", "2019-01-18 13:47:38.571610"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "keppler"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "test_index"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:38.583899"], ["updated_at", "2019-01-18 13:47:38.583899"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 466], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:38.588190"], ["updated_at", "2019-01-18 13:47:38.588190"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:38.597722"], ["updated_at", "2019-01-18 13:47:38.597722"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 467], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:38.601681"], ["updated_at", "2019-01-18 13:47:38.601681"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:38.608435"], ["updated_at", "2019-01-18 13:47:38.608435"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 468], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:38.612412"], ["updated_at", "2019-01-18 13:47:38.612412"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:38.619008"], ["updated_at", "2019-01-18 13:47:38.619008"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 469], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:38.623248"], ["updated_at", "2019-01-18 13:47:38.623248"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:38.629578"], ["updated_at", "2019-01-18 13:47:38.629578"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 470], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:38.633570"], ["updated_at", "2019-01-18 13:47:38.633570"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:38.640292"], ["updated_at", "2019-01-18 13:47:38.640292"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 471], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:38.644273"], ["updated_at", "2019-01-18 13:47:38.644273"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:38.650583"], ["updated_at", "2019-01-18 13:47:38.650583"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 472], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:38.654833"], ["updated_at", "2019-01-18 13:47:38.654833"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:38.660894"], ["updated_at", "2019-01-18 13:47:38.660894"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 473], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:38.664825"], ["updated_at", "2019-01-18 13:47:38.664825"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:38.671381"], ["updated_at", "2019-01-18 13:47:38.671381"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 474], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:38.675593"], ["updated_at", "2019-01-18 13:47:38.675593"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:38.681779"], ["updated_at", "2019-01-18 13:47:38.681779"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 475], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:38.685926"], ["updated_at", "2019-01-18 13:47:38.685926"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:38.692492"], ["updated_at", "2019-01-18 13:47:38.692492"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 476], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:38.696459"], ["updated_at", "2019-01-18 13:47:38.696459"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:38.703826"], ["updated_at", "2019-01-18 13:47:38.703826"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 477], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:38.707950"], ["updated_at", "2019-01-18 13:47:38.707950"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:38.714126"], ["updated_at", "2019-01-18 13:47:38.714126"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 478], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:38.718258"], ["updated_at", "2019-01-18 13:47:38.718258"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:38.724737"], ["updated_at", "2019-01-18 13:47:38.724737"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 479], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:38.728874"], ["updated_at", "2019-01-18 13:47:38.728874"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:38.735006"], ["updated_at", "2019-01-18 13:47:38.735006"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 480], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:38.739425"], ["updated_at", "2019-01-18 13:47:38.739425"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:38.745713"], ["updated_at", "2019-01-18 13:47:38.745713"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 481], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:38.749711"], ["updated_at", "2019-01-18 13:47:38.749711"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:38.756021"], ["updated_at", "2019-01-18 13:47:38.756021"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 482], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:38.760141"], ["updated_at", "2019-01-18 13:47:38.760141"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:38.766526"], ["updated_at", "2019-01-18 13:47:38.766526"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 483], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:38.770518"], ["updated_at", "2019-01-18 13:47:38.770518"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:38.777822"], ["updated_at", "2019-01-18 13:47:38.777822"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 484], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:38.781792"], ["updated_at", "2019-01-18 13:47:38.781792"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:38.792096"], ["updated_at", "2019-01-18 13:47:38.792096"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 485], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:38.800238"], ["updated_at", "2019-01-18 13:47:38.800238"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:38.812254"], ["updated_at", "2019-01-18 13:47:38.812254"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 486], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:38.820344"], ["updated_at", "2019-01-18 13:47:38.820344"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:38.831168"], ["updated_at", "2019-01-18 13:47:38.831168"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 487], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:38.838632"], ["updated_at", "2019-01-18 13:47:38.838632"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:38.850663"], ["updated_at", "2019-01-18 13:47:38.850663"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 488], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:38.858808"], ["updated_at", "2019-01-18 13:47:38.858808"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:38.871232"], ["updated_at", "2019-01-18 13:47:38.871232"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 489], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:38.879524"], ["updated_at", "2019-01-18 13:47:38.879524"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 3], ["created_at", "2019-01-18 13:47:38.892117"], ["updated_at", "2019-01-18 13:47:38.892117"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 490], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:38.900255"], ["updated_at", "2019-01-18 13:47:38.900255"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (1.0ms) ROLLBACK  (0.7ms) BEGIN  (0.8ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.3ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 3], ["created_at", "2019-01-18 13:47:38.936312"], ["updated_at", "2019-01-18 13:47:38.936312"]] PublicActivity::Activity Create (1.2ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 491], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:38.961409"], ["updated_at", "2019-01-18 13:47:38.961409"]]  (0.7ms) RELEASE SAVEPOINT active_record_1  (0.8ms) ROLLBACK  (0.6ms) BEGIN  (0.6ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 3], ["created_at", "2019-01-18 13:47:38.996072"], ["updated_at", "2019-01-18 13:47:38.996072"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 492], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:39.006952"], ["updated_at", "2019-01-18 13:47:39.006952"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 3], ["created_at", "2019-01-18 13:47:39.018805"], ["updated_at", "2019-01-18 13:47:39.018805"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 493], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:39.026871"], ["updated_at", "2019-01-18 13:47:39.026871"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.0ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 3], ["created_at", "2019-01-18 13:47:39.043237"], ["updated_at", "2019-01-18 13:47:39.043237"]] PublicActivity::Activity Create (1.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 494], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:39.068426"], ["updated_at", "2019-01-18 13:47:39.068426"]]  (0.7ms) RELEASE SAVEPOINT active_record_1  (0.7ms) ROLLBACK  (0.6ms) BEGIN  (0.6ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (1.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.1ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 3], ["created_at", "2019-01-18 13:47:39.108762"], ["updated_at", "2019-01-18 13:47:39.108762"]] PublicActivity::Activity Create (1.3ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 495], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:39.133847"], ["updated_at", "2019-01-18 13:47:39.133847"]]  (0.7ms) RELEASE SAVEPOINT active_record_1  (0.6ms) ROLLBACK  (0.6ms) BEGIN  (0.6ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.1ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 3], ["created_at", "2019-01-18 13:47:39.169392"], ["updated_at", "2019-01-18 13:47:39.169392"]] PublicActivity::Activity Create (1.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 496], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:39.195272"], ["updated_at", "2019-01-18 13:47:39.195272"]]  (0.8ms) RELEASE SAVEPOINT active_record_1  (0.7ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 3], ["created_at", "2019-01-18 13:47:39.217166"], ["updated_at", "2019-01-18 13:47:39.217166"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 497], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:39.225350"], ["updated_at", "2019-01-18 13:47:39.225350"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 3], ["created_at", "2019-01-18 13:47:39.238738"], ["updated_at", "2019-01-18 13:47:39.238738"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 498], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:39.246767"], ["updated_at", "2019-01-18 13:47:39.246767"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 3], ["created_at", "2019-01-18 13:47:39.259104"], ["updated_at", "2019-01-18 13:47:39.259104"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 499], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:39.266507"], ["updated_at", "2019-01-18 13:47:39.266507"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 3], ["created_at", "2019-01-18 13:47:39.279448"], ["updated_at", "2019-01-18 13:47:39.279448"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 500], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:39.287519"], ["updated_at", "2019-01-18 13:47:39.287519"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 3], ["created_at", "2019-01-18 13:47:39.299876"], ["updated_at", "2019-01-18 13:47:39.299876"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 501], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:39.308132"], ["updated_at", "2019-01-18 13:47:39.308132"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 3], ["created_at", "2019-01-18 13:47:39.320471"], ["updated_at", "2019-01-18 13:47:39.320471"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 502], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:39.328982"], ["updated_at", "2019-01-18 13:47:39.328982"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 3], ["created_at", "2019-01-18 13:47:39.341196"], ["updated_at", "2019-01-18 13:47:39.341196"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 503], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:39.349215"], ["updated_at", "2019-01-18 13:47:39.349215"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 3], ["created_at", "2019-01-18 13:47:39.361869"], ["updated_at", "2019-01-18 13:47:39.361869"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 504], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:39.369760"], ["updated_at", "2019-01-18 13:47:39.369760"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.5ms) BEGIN  (0.7ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.2ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 3], ["created_at", "2019-01-18 13:47:39.396266"], ["updated_at", "2019-01-18 13:47:39.396266"]] PublicActivity::Activity Create (1.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 505], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:39.422515"], ["updated_at", "2019-01-18 13:47:39.422515"]]  (0.7ms) RELEASE SAVEPOINT active_record_1  (0.7ms) ROLLBACK  (0.6ms) BEGIN  (0.6ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.1ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 3], ["created_at", "2019-01-18 13:47:39.457903"], ["updated_at", "2019-01-18 13:47:39.457903"]] PublicActivity::Activity Create (1.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 506], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:39.483593"], ["updated_at", "2019-01-18 13:47:39.483593"]]  (0.7ms) RELEASE SAVEPOINT active_record_1  (0.7ms) ROLLBACK  (0.6ms) BEGIN  (0.6ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.3ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 3], ["created_at", "2019-01-18 13:47:39.519628"], ["updated_at", "2019-01-18 13:47:39.519628"]] PublicActivity::Activity Create (1.3ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 507], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:39.545859"], ["updated_at", "2019-01-18 13:47:39.545859"]]  (0.7ms) RELEASE SAVEPOINT active_record_1  (0.6ms) ROLLBACK  (0.6ms) BEGIN  (0.6ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.1ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.2ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 3], ["created_at", "2019-01-18 13:47:39.581395"], ["updated_at", "2019-01-18 13:47:39.581395"]] PublicActivity::Activity Create (1.2ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 508], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:39.607535"], ["updated_at", "2019-01-18 13:47:39.607535"]]  (0.7ms) RELEASE SAVEPOINT active_record_1  (0.6ms) ROLLBACK  (0.6ms) BEGIN  (0.7ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.1ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.0ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 3], ["created_at", "2019-01-18 13:47:39.643298"], ["updated_at", "2019-01-18 13:47:39.643298"]] PublicActivity::Activity Create (1.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 509], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:39.668453"], ["updated_at", "2019-01-18 13:47:39.668453"]]  (0.7ms) RELEASE SAVEPOINT active_record_1  (0.7ms) ROLLBACK  (0.6ms) BEGIN  (0.6ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 3], ["created_at", "2019-01-18 13:47:39.704300"], ["updated_at", "2019-01-18 13:47:39.704300"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 510], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:39.715676"], ["updated_at", "2019-01-18 13:47:39.715676"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.6ms) BEGIN  (0.8ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (1.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.2ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 3], ["created_at", "2019-01-18 13:47:39.751437"], ["updated_at", "2019-01-18 13:47:39.751437"]] PublicActivity::Activity Create (1.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 511], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:39.778191"], ["updated_at", "2019-01-18 13:47:39.778191"]]  (0.7ms) RELEASE SAVEPOINT active_record_1  (0.9ms) ROLLBACK  (0.6ms) BEGIN  (0.7ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 3], ["created_at", "2019-01-18 13:47:39.819017"], ["updated_at", "2019-01-18 13:47:39.819017"]] PublicActivity::Activity Create (1.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 512], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:39.846454"], ["updated_at", "2019-01-18 13:47:39.846454"]]  (0.9ms) RELEASE SAVEPOINT active_record_1  (0.9ms) ROLLBACK  (0.6ms) BEGIN  (0.6ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 3], ["created_at", "2019-01-18 13:47:39.876762"], ["updated_at", "2019-01-18 13:47:39.876762"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 513], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:39.881453"], ["updated_at", "2019-01-18 13:47:39.881453"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (2.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (2.0ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 3], ["created_at", "2019-01-18 13:47:39.888726"], ["updated_at", "2019-01-18 13:47:39.888726"]] PublicActivity::Activity Create (2.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 514], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:39.896741"], ["updated_at", "2019-01-18 13:47:39.896741"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (1.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 3], ["created_at", "2019-01-18 13:47:39.909215"], ["updated_at", "2019-01-18 13:47:39.909215"]] PublicActivity::Activity Create (1.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 515], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:39.916303"], ["updated_at", "2019-01-18 13:47:39.916303"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (2.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (1.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 3], ["created_at", "2019-01-18 13:47:39.929902"], ["updated_at", "2019-01-18 13:47:39.929902"]] PublicActivity::Activity Create (2.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 516], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:39.936742"], ["updated_at", "2019-01-18 13:47:39.936742"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.6ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (1.1ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 3], ["created_at", "2019-01-18 13:47:39.949131"], ["updated_at", "2019-01-18 13:47:39.949131"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 517], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:39.954893"], ["updated_at", "2019-01-18 13:47:39.954893"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:39.962173"], ["updated_at", "2019-01-18 13:47:39.962173"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 518], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:39.966185"], ["updated_at", "2019-01-18 13:47:39.966185"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:39.976361"], ["updated_at", "2019-01-18 13:47:39.976361"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 519], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:39.984442"], ["updated_at", "2019-01-18 13:47:39.984442"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:39.995672"], ["updated_at", "2019-01-18 13:47:39.995672"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 520], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:40.003966"], ["updated_at", "2019-01-18 13:47:40.003966"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:40.016410"], ["updated_at", "2019-01-18 13:47:40.016410"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 521], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:40.024475"], ["updated_at", "2019-01-18 13:47:40.024475"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:40.035339"], ["updated_at", "2019-01-18 13:47:40.035339"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 522], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:40.039398"], ["updated_at", "2019-01-18 13:47:40.039398"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:40.046208"], ["updated_at", "2019-01-18 13:47:40.046208"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 523], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:40.050267"], ["updated_at", "2019-01-18 13:47:40.050267"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:40.056574"], ["updated_at", "2019-01-18 13:47:40.056574"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 524], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:40.060566"], ["updated_at", "2019-01-18 13:47:40.060566"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:40.066721"], ["updated_at", "2019-01-18 13:47:40.066721"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 525], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:40.070854"], ["updated_at", "2019-01-18 13:47:40.070854"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:40.082073"], ["updated_at", "2019-01-18 13:47:40.082073"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 526], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:40.090019"], ["updated_at", "2019-01-18 13:47:40.090019"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:40.102122"], ["updated_at", "2019-01-18 13:47:40.102122"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 527], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:40.110313"], ["updated_at", "2019-01-18 13:47:40.110313"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.7ms) BEGIN  (0.7ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.1ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:40.141353"], ["updated_at", "2019-01-18 13:47:40.141353"]] PublicActivity::Activity Create (1.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 528], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:40.167291"], ["updated_at", "2019-01-18 13:47:40.167291"]]  (0.7ms) RELEASE SAVEPOINT active_record_1  (0.6ms) ROLLBACK  (0.6ms) BEGIN  (0.6ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.1ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:40.205204"], ["updated_at", "2019-01-18 13:47:40.205204"]] PublicActivity::Activity Create (1.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 529], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:40.320295"], ["updated_at", "2019-01-18 13:47:40.320295"]]  (0.8ms) RELEASE SAVEPOINT active_record_1  (0.7ms) ROLLBACK  (0.6ms) BEGIN  (0.7ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.1ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.1ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:40.355933"], ["updated_at", "2019-01-18 13:47:40.355933"]] PublicActivity::Activity Create (1.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 530], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:40.381370"], ["updated_at", "2019-01-18 13:47:40.381370"]]  (0.7ms) RELEASE SAVEPOINT active_record_1  (0.6ms) ROLLBACK  (0.6ms) BEGIN  (0.6ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.1ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:40.418024"], ["updated_at", "2019-01-18 13:47:40.418024"]] PublicActivity::Activity Create (1.3ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 531], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:40.443522"], ["updated_at", "2019-01-18 13:47:40.443522"]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.6ms) ROLLBACK  (0.6ms) BEGIN  (0.6ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (1.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.0ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:40.479131"], ["updated_at", "2019-01-18 13:47:40.479131"]] PublicActivity::Activity Create (1.3ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 532], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:40.504158"], ["updated_at", "2019-01-18 13:47:40.504158"]]  (0.7ms) RELEASE SAVEPOINT active_record_1  (0.7ms) ROLLBACK  (0.6ms) BEGIN  (0.6ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.1ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:40.542236"], ["updated_at", "2019-01-18 13:47:40.542236"]] PublicActivity::Activity Create (1.3ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 533], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:40.567047"], ["updated_at", "2019-01-18 13:47:40.567047"]]  (0.8ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.1ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 4], ["created_at", "2019-01-18 13:47:40.594795"], ["updated_at", "2019-01-18 13:47:40.594795"]] PublicActivity::Activity Create (1.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 534], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:40.617690"], ["updated_at", "2019-01-18 13:47:40.617690"]]  (0.9ms) RELEASE SAVEPOINT active_record_1  (1.6ms) ROLLBACK  (0.6ms) BEGIN  (0.8ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.1ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.1ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:40.661847"], ["updated_at", "2019-01-18 13:47:40.661847"]] PublicActivity::Activity Create (1.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 535], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:40.688165"], ["updated_at", "2019-01-18 13:47:40.688165"]]  (0.8ms) RELEASE SAVEPOINT active_record_1  (0.7ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (1.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.1ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 4], ["created_at", "2019-01-18 13:47:40.717394"], ["updated_at", "2019-01-18 13:47:40.717394"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 536], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:40.733024"], ["updated_at", "2019-01-18 13:47:40.733024"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.6ms) BEGIN  (0.8ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.1ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.0ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:40.762534"], ["updated_at", "2019-01-18 13:47:40.762534"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 537], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:40.780450"], ["updated_at", "2019-01-18 13:47:40.780450"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 4], ["created_at", "2019-01-18 13:47:40.790025"], ["updated_at", "2019-01-18 13:47:40.790025"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 538], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:40.797670"], ["updated_at", "2019-01-18 13:47:40.797670"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:40.810233"], ["updated_at", "2019-01-18 13:47:40.810233"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 539], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:40.818519"], ["updated_at", "2019-01-18 13:47:40.818519"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 4], ["created_at", "2019-01-18 13:47:40.827784"], ["updated_at", "2019-01-18 13:47:40.827784"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 540], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:40.835824"], ["updated_at", "2019-01-18 13:47:40.835824"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:40.848628"], ["updated_at", "2019-01-18 13:47:40.848628"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 541], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:40.856552"], ["updated_at", "2019-01-18 13:47:40.856552"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 4], ["created_at", "2019-01-18 13:47:40.865841"], ["updated_at", "2019-01-18 13:47:40.865841"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 542], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:40.873561"], ["updated_at", "2019-01-18 13:47:40.873561"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:40.886133"], ["updated_at", "2019-01-18 13:47:40.886133"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 543], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:40.894122"], ["updated_at", "2019-01-18 13:47:40.894122"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 4], ["created_at", "2019-01-18 13:47:40.902930"], ["updated_at", "2019-01-18 13:47:40.902930"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 544], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:40.910273"], ["updated_at", "2019-01-18 13:47:40.910273"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.6ms) BEGIN  (0.8ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.0ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:40.940902"], ["updated_at", "2019-01-18 13:47:40.940902"]] PublicActivity::Activity Create (1.2ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 545], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:40.965095"], ["updated_at", "2019-01-18 13:47:40.965095"]]  (0.8ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.0ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 4], ["created_at", "2019-01-18 13:47:40.992031"], ["updated_at", "2019-01-18 13:47:40.992031"]] PublicActivity::Activity Create (1.2ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 546], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:41.014465"], ["updated_at", "2019-01-18 13:47:41.014465"]]  (0.7ms) RELEASE SAVEPOINT active_record_1  (0.7ms) ROLLBACK  (0.6ms) BEGIN  (0.6ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.1ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.3ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-18 13:47:41.051001"], ["updated_at", "2019-01-18 13:47:41.051001"]] PublicActivity::Activity Create (1.3ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 547], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:41.076350"], ["updated_at", "2019-01-18 13:47:41.076350"]]  (0.7ms) RELEASE SAVEPOINT active_record_1  (0.7ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.1ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.0ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 4], ["created_at", "2019-01-18 13:47:41.104571"], ["updated_at", "2019-01-18 13:47:41.104571"]] PublicActivity::Activity Create (1.3ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 548], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-18 13:47:41.127176"], ["updated_at", "2019-01-18 13:47:41.127176"]]  (0.7ms) RELEASE SAVEPOINT active_record_1  (0.6ms) ROLLBACK  (1.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) BEGIN Role Load (0.7ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "cedrick@heathcote.info"], ["LIMIT", 1]] User Create (1.4ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Ciara"], ["permalink", "ciara-02554d14"], ["username", "Orin"], ["email", "cedrick@heathcote.info"], ["encrypted_password", "$2a$04$7GuksUTBkRYfy/GK2BBLk./zoEoP/GxyKVGC2o97fj3J8PiC7sBR."], ["created_at", "2019-03-25 13:14:36.112179"], ["updated_at", "2019-03-25 13:14:36.112179"]] PublicActivity::Activity Create (1.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 2], ["key", "user.create"], ["created_at", "2019-03-25 13:14:36.152364"], ["updated_at", "2019-03-25 13:14:36.152364"]] User::HABTM_Roles Create (1.1ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 2], ["role_id", 1]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 2], ["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 2], ["LIMIT", 1]] Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 183ms (ActiveRecord: 34.6ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "orville@emmerich.net"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Lea"], ["permalink", "lea-efd3f29d"], ["username", "Palma"], ["email", "orville@emmerich.net"], ["encrypted_password", "$2a$04$DMze0PWbpC6SGVzyvr8IOuuzTZP0YBwYGs/GfXgQJbXaZm6dm28WS"], ["created_at", "2019-03-25 13:14:36.359602"], ["updated_at", "2019-03-25 13:14:36.359602"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 3], ["key", "user.create"], ["created_at", "2019-03-25 13:14:36.363473"], ["updated_at", "2019-03-25 13:14:36.363473"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 3], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 3], ["LIMIT", 1]] Role Load (1.2ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 3], ["LIMIT", 1]] Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (2.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (1.1ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.8ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 3], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.3ms) Completed 200 OK in 67ms (Views: 29.6ms | ActiveRecord: 15.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.6ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:36.464670' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.6ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:36.463910"], ["updated_at", "2019-03-25 13:14:36.463910"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 2], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:36.469441"], ["updated_at", "2019-03-25 13:14:36.469441"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:36.477098' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:36.476650"], ["updated_at", "2019-03-25 13:14:36.476650"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 3], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:36.480636"], ["updated_at", "2019-03-25 13:14:36.480636"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:36.487129' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:36.486710"], ["updated_at", "2019-03-25 13:14:36.486710"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 4], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:36.490435"], ["updated_at", "2019-03-25 13:14:36.490435"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:36.496527' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.5ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:36.496055"], ["updated_at", "2019-03-25 13:14:36.496055"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 5], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:36.500110"], ["updated_at", "2019-03-25 13:14:36.500110"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:36.506346' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.3ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:36.505928"], ["updated_at", "2019-03-25 13:14:36.505928"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 6], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:36.509626"], ["updated_at", "2019-03-25 13:14:36.509626"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:36.515890' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.3ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:36.515474"], ["updated_at", "2019-03-25 13:14:36.515474"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 7], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:36.519276"], ["updated_at", "2019-03-25 13:14:36.519276"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:36.525171' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.3ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:36.524747"], ["updated_at", "2019-03-25 13:14:36.524747"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 8], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:36.528439"], ["updated_at", "2019-03-25 13:14:36.528439"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:36.534568' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:36.534114"], ["updated_at", "2019-03-25 13:14:36.534114"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 9], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:36.537947"], ["updated_at", "2019-03-25 13:14:36.537947"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:36.543803' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.3ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:36.543388"], ["updated_at", "2019-03-25 13:14:36.543388"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 10], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:36.547049"], ["updated_at", "2019-03-25 13:14:36.547049"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.8ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:36.566934' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.5ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:36.565923"], ["updated_at", "2019-03-25 13:14:36.565923"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 11], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:36.573305"], ["updated_at", "2019-03-25 13:14:36.573305"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_callback_functions"  (0.3ms) ROLLBACK  (0.2ms) BEGIN KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:36.619657"], ["updated_at", "2019-03-25 13:14:36.619657"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 2], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:36.625700"], ["updated_at", "2019-03-25 13:14:36.625700"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback_model"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:36.631193' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.5ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback_model"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:36.630684"], ["updated_at", "2019-03-25 13:14:36.630684"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 12], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:36.635167"], ["updated_at", "2019-03-25 13:14:36.635167"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 2]]  (0.7ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback_model"], ["view_id", 2]] KepplerFrontend::ViewCallback Create (0.7ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback_model"], ["function_type", "before_action"], ["view_id", 2], ["created_at", "2019-03-25 13:14:36.656606"], ["updated_at", "2019-03-25 13:14:36.656606"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $4 [["name", "test_callback_model"], ["function_type", "before_action"], ["view_id", 2], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test_callback_model"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 2]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:36.668971"], ["updated_at", "2019-03-25 13:14:36.668971"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 3], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:36.673288"], ["updated_at", "2019-03-25 13:14:36.673288"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback_model"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:36.677960' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback_model"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:36.677510"], ["updated_at", "2019-03-25 13:14:36.677510"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 13], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:36.681339"], ["updated_at", "2019-03-25 13:14:36.681339"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 3]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback_model"], ["view_id", 3]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback_model"], ["function_type", "before_action"], ["view_id", 3], ["created_at", "2019-03-25 13:14:36.686987"], ["updated_at", "2019-03-25 13:14:36.686987"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:36.695437"], ["updated_at", "2019-03-25 13:14:36.695437"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 4], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:36.700721"], ["updated_at", "2019-03-25 13:14:36.700721"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback_model"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.6ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:36.706630' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.5ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback_model"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:36.706034"], ["updated_at", "2019-03-25 13:14:36.706034"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 14], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:36.710583"], ["updated_at", "2019-03-25 13:14:36.710583"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 4]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback_model"], ["view_id", 4]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback_model"], ["function_type", "before_action"], ["view_id", 4], ["created_at", "2019-03-25 13:14:36.716431"], ["updated_at", "2019-03-25 13:14:36.716431"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Destroy (0.4ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 3]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test_callback_model"], ["function_type", "before_action"]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:36.726041"], ["updated_at", "2019-03-25 13:14:36.726041"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 5], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:36.730306"], ["updated_at", "2019-03-25 13:14:36.730306"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback_model"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:36.734900' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback_model"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:36.734447"], ["updated_at", "2019-03-25 13:14:36.734447"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 15], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:36.738779"], ["updated_at", "2019-03-25 13:14:36.738779"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 5]]  (0.3ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback_model"], ["view_id", 5]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback_model"], ["function_type", "before_action"], ["view_id", 5], ["created_at", "2019-03-25 13:14:36.743975"], ["updated_at", "2019-03-25 13:14:36.743975"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:36.759341"], ["updated_at", "2019-03-25 13:14:36.759341"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 6], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:36.763551"], ["updated_at", "2019-03-25 13:14:36.763551"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:36.783820"], ["updated_at", "2019-03-25 13:14:36.783820"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 7], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:36.788434"], ["updated_at", "2019-03-25 13:14:36.788434"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:36.794799"], ["updated_at", "2019-03-25 13:14:36.794799"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 8], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:36.798722"], ["updated_at", "2019-03-25 13:14:36.798722"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:36.805014"], ["updated_at", "2019-03-25 13:14:36.805014"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 9], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:36.809148"], ["updated_at", "2019-03-25 13:14:36.809148"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:36.818843"], ["updated_at", "2019-03-25 13:14:36.818843"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 10], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:36.824553"], ["updated_at", "2019-03-25 13:14:36.824553"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:36.831672"], ["updated_at", "2019-03-25 13:14:36.831672"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 11], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:36.835871"], ["updated_at", "2019-03-25 13:14:36.835871"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:36.842743"], ["updated_at", "2019-03-25 13:14:36.842743"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 12], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:36.846737"], ["updated_at", "2019-03-25 13:14:36.846737"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:36.853549"], ["updated_at", "2019-03-25 13:14:36.853549"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 13], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:36.857859"], ["updated_at", "2019-03-25 13:14:36.857859"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:36.864346"], ["updated_at", "2019-03-25 13:14:36.864346"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 14], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:36.868426"], ["updated_at", "2019-03-25 13:14:36.868426"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:36.874817"], ["updated_at", "2019-03-25 13:14:36.874817"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 15], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:36.878782"], ["updated_at", "2019-03-25 13:14:36.878782"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:36.886746"], ["updated_at", "2019-03-25 13:14:36.886746"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 16], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:36.890979"], ["updated_at", "2019-03-25 13:14:36.890979"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.3ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:36.897694"], ["updated_at", "2019-03-25 13:14:36.897694"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 17], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:36.901609"], ["updated_at", "2019-03-25 13:14:36.901609"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 13:14:36.909126"], ["updated_at", "2019-03-25 13:14:36.909126"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 18], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:36.913885"], ["updated_at", "2019-03-25 13:14:36.913885"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.7ms) ROLLBACK  (0.5ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 13:14:37.019836"], ["updated_at", "2019-03-25 13:14:37.019836"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 19], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:37.029040"], ["updated_at", "2019-03-25 13:14:37.029040"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.5ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Katelynn"], ["LIMIT", 1]] Role Create (0.8ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Katelynn"], ["position", 1], ["created_at", "2019-03-25 13:14:37.106368"], ["updated_at", "2019-03-25 13:14:37.106368"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.7ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 2], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Eliane"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Eliane"], ["position", 1], ["created_at", "2019-03-25 13:14:37.116272"], ["updated_at", "2019-03-25 13:14:37.116272"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Therese"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Therese"], ["position", 1], ["created_at", "2019-03-25 13:14:37.125704"], ["updated_at", "2019-03-25 13:14:37.125704"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 4]] Permission Create (9.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 4], ["created_at", "2019-03-25 13:14:37.131084"], ["updated_at", "2019-03-25 13:14:37.131084"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 4], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Cecilia"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Cecilia"], ["position", 1], ["created_at", "2019-03-25 13:14:37.149373"], ["updated_at", "2019-03-25 13:14:37.149373"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 5]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 5], ["created_at", "2019-03-25 13:14:37.154289"], ["updated_at", "2019-03-25 13:14:37.154289"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 5], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 5], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 5], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 5], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Permission Update (0.7ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2019-03-25 13:14:37.163099"], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 5], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Sigurd"], ["LIMIT", 1]] Role Create (0.7ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Sigurd"], ["position", 1], ["created_at", "2019-03-25 13:14:37.172383"], ["updated_at", "2019-03-25 13:14:37.172383"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Role Load (0.7ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 6]] Permission Create (1.0ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 6], ["created_at", "2019-03-25 13:14:37.180760"], ["updated_at", "2019-03-25 13:14:37.180760"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 6], ["LIMIT", 1]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 6], ["LIMIT", 1]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 6], ["LIMIT", 1]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 6], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 Permission Update (1.1ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2019-03-25 13:14:37.194484"], ["id", 3]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 6], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 6], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 6], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 6], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Permission Update (0.8ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2019-03-25 13:14:37.206031"], ["id", 3]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 6], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Role Exists (0.9ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Nola"], ["LIMIT", 1]] Role Create (0.9ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Nola"], ["position", 1], ["created_at", "2019-03-25 13:14:37.216939"], ["updated_at", "2019-03-25 13:14:37.216939"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 7]] Permission Create (0.9ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 7], ["created_at", "2019-03-25 13:14:37.223003"], ["updated_at", "2019-03-25 13:14:37.223003"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.8ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 7], ["LIMIT", 1]]  (1.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Milford"], ["LIMIT", 1]] Role Create (0.7ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Milford"], ["position", 1], ["created_at", "2019-03-25 13:14:37.234704"], ["updated_at", "2019-03-25 13:14:37.234704"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.5ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 8], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "June"], ["LIMIT", 1]] Role Create (0.7ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "June"], ["position", 1], ["created_at", "2019-03-25 13:14:37.244200"], ["updated_at", "2019-03-25 13:14:37.244200"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 9]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 9], ["created_at", "2019-03-25 13:14:37.249672"], ["updated_at", "2019-03-25 13:14:37.249672"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 9], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.7ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2019-03-25 13:14:37.285025' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.8ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Eryn"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2019-03-25 13:14:37.284132"], ["updated_at", "2019-03-25 13:14:37.284132"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 1], ["key", "script.create"], ["created_at", "2019-03-25 13:14:37.289829"], ["updated_at", "2019-03-25 13:14:37.289829"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Script Load (0.8ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.6ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2019-03-25 13:14:37.301865' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.6ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Marta"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2019-03-25 13:14:37.301357"], ["updated_at", "2019-03-25 13:14:37.301357"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 2], ["key", "script.create"], ["created_at", "2019-03-25 13:14:37.306116"], ["updated_at", "2019-03-25 13:14:37.306116"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Script Load (0.6ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "erika.kertzmann@davis.name"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "laverna_hirthe@framikoepp.biz"], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "stevie@ernser.io"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Dawn"], ["permalink", "dawn-e82589fe"], ["username", "Nikita"], ["email", "stevie@ernser.io"], ["encrypted_password", "$2a$04$nj7vJ2wB384gJRGKVS0FNOKGfzsBe0pRkbIBrII.5UT.HweFFa7m6"], ["created_at", "2019-03-25 13:14:37.373119"], ["updated_at", "2019-03-25 13:14:37.373119"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 4], ["key", "user.create"], ["created_at", "2019-03-25 13:14:37.376130"], ["updated_at", "2019-03-25 13:14:37.376130"]] User::HABTM_Roles Create (0.6ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 4], ["role_id", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN Role Load (1.0ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.4ms) SAVEPOINT active_record_1 Role Exists (1.0ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "neal_schmidt@roob.info"], ["LIMIT", 1]] User Create (1.1ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Mckayla"], ["permalink", "mckayla-47f4409f"], ["username", "Monserrat"], ["email", "neal_schmidt@roob.info"], ["encrypted_password", "$2a$04$SPQwXxT5FuDiJkQriSdEn.dVvwnKtR/OxBLmbUYntDB0jbIA0Pt0."], ["created_at", "2019-03-25 13:14:37.398326"], ["updated_at", "2019-03-25 13:14:37.398326"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 5], ["key", "user.create"], ["created_at", "2019-03-25 13:14:37.405525"], ["updated_at", "2019-03-25 13:14:37.405525"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 5], ["role_id", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.4ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "aiyana@johnsonrunte.org"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Eli"], ["permalink", "eli-ef921a2e"], ["username", "Davon"], ["email", "aiyana@johnsonrunte.org"], ["encrypted_password", "$2a$04$AJjSM5kAXpZgNCf8msrYpuZW/75v3dYRMcV4gPfGy3IykwyzDXoFe"], ["created_at", "2019-03-25 13:14:37.431747"], ["updated_at", "2019-03-25 13:14:37.431747"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 6], ["key", "user.create"], ["created_at", "2019-03-25 13:14:37.435974"], ["updated_at", "2019-03-25 13:14:37.435974"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 6], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.7ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:37.491447' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.5ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:37.490870"], ["updated_at", "2019-03-25 13:14:37.490870"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 16], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:37.495972"], ["updated_at", "2019-03-25 13:14:37.495972"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:37.532199' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:37.531690"], ["updated_at", "2019-03-25 13:14:37.531690"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 17], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:37.535768"], ["updated_at", "2019-03-25 13:14:37.535768"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:37.542747' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.5ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:37.542301"], ["updated_at", "2019-03-25 13:14:37.542301"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 18], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:37.546438"], ["updated_at", "2019-03-25 13:14:37.546438"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:37.553199' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:37.552736"], ["updated_at", "2019-03-25 13:14:37.552736"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 19], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:37.556652"], ["updated_at", "2019-03-25 13:14:37.556652"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.7ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:37.563558' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.8ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:37.563110"], ["updated_at", "2019-03-25 13:14:37.563110"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 20], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:37.567757"], ["updated_at", "2019-03-25 13:14:37.567757"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.9ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:37.575996' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.7ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:37.575495"], ["updated_at", "2019-03-25 13:14:37.575495"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 21], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:37.580461"], ["updated_at", "2019-03-25 13:14:37.580461"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.6ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:37.588375' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.5ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:37.587886"], ["updated_at", "2019-03-25 13:14:37.587886"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 22], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:37.592428"], ["updated_at", "2019-03-25 13:14:37.592428"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:37.600162' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:37.599654"], ["updated_at", "2019-03-25 13:14:37.599654"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 23], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:37.603868"], ["updated_at", "2019-03-25 13:14:37.603868"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_function"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:37.611742' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.5ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_function"], ["description", "test_function"], ["position", 1], ["created_at", "2019-03-25 13:14:37.611280"], ["updated_at", "2019-03-25 13:14:37.611280"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 24], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:37.615594"], ["updated_at", "2019-03-25 13:14:37.615594"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_function"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:37.628430' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_function"], ["description", "test_function"], ["position", 1], ["created_at", "2019-03-25 13:14:37.627929"], ["updated_at", "2019-03-25 13:14:37.627929"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 25], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:37.632035"], ["updated_at", "2019-03-25 13:14:37.632035"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_function"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:37.639116' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_function"], ["description", "test_function"], ["position", 1], ["created_at", "2019-03-25 13:14:37.638594"], ["updated_at", "2019-03-25 13:14:37.638594"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 26], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:37.643076"], ["updated_at", "2019-03-25 13:14:37.643076"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (12.6ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_function"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:37.662604' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_function"], ["description", "test_function"], ["position", 1], ["created_at", "2019-03-25 13:14:37.662144"], ["updated_at", "2019-03-25 13:14:37.662144"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 27], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:37.666018"], ["updated_at", "2019-03-25 13:14:37.666018"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_function"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:37.672752' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_function"], ["description", "test_function"], ["position", 1], ["created_at", "2019-03-25 13:14:37.672329"], ["updated_at", "2019-03-25 13:14:37.672329"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 28], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:37.676238"], ["updated_at", "2019-03-25 13:14:37.676238"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_function"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:37.682883' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_function"], ["description", "test_function"], ["position", 1], ["created_at", "2019-03-25 13:14:37.682455"], ["updated_at", "2019-03-25 13:14:37.682455"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 29], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:37.686257"], ["updated_at", "2019-03-25 13:14:37.686257"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_function"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:37.692724' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_function"], ["description", "test_function"], ["position", 1], ["created_at", "2019-03-25 13:14:37.692303"], ["updated_at", "2019-03-25 13:14:37.692303"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 30], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:37.696059"], ["updated_at", "2019-03-25 13:14:37.696059"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_function"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.9ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:37.703347' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.7ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_function"], ["description", "test_function"], ["position", 1], ["created_at", "2019-03-25 13:14:37.702850"], ["updated_at", "2019-03-25 13:14:37.702850"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 31], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:37.707564"], ["updated_at", "2019-03-25 13:14:37.707564"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:37.716135"], ["updated_at", "2019-03-25 13:14:37.716135"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 20], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:37.720678"], ["updated_at", "2019-03-25 13:14:37.720678"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:37.728534"], ["updated_at", "2019-03-25 13:14:37.728534"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 21], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:37.732805"], ["updated_at", "2019-03-25 13:14:37.732805"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:37.740349"], ["updated_at", "2019-03-25 13:14:37.740349"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 22], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:37.744669"], ["updated_at", "2019-03-25 13:14:37.744669"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:37.751817"], ["updated_at", "2019-03-25 13:14:37.751817"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 23], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:37.755987"], ["updated_at", "2019-03-25 13:14:37.755987"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:37.763249"], ["updated_at", "2019-03-25 13:14:37.763249"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 24], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:37.767614"], ["updated_at", "2019-03-25 13:14:37.767614"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:37.774854"], ["updated_at", "2019-03-25 13:14:37.774854"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 25], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:37.779176"], ["updated_at", "2019-03-25 13:14:37.779176"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:37.788975"], ["updated_at", "2019-03-25 13:14:37.788975"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 26], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:37.793165"], ["updated_at", "2019-03-25 13:14:37.793165"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:37.800419"], ["updated_at", "2019-03-25 13:14:37.800419"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 27], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:37.804464"], ["updated_at", "2019-03-25 13:14:37.804464"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:37.883263"], ["updated_at", "2019-03-25 13:14:37.883263"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 28], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:37.887637"], ["updated_at", "2019-03-25 13:14:37.887637"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.6ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:37.892670' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:37.892064"], ["updated_at", "2019-03-25 13:14:37.892064"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 32], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:37.896458"], ["updated_at", "2019-03-25 13:14:37.896458"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 28]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 28]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 28], ["created_at", "2019-03-25 13:14:37.902015"], ["updated_at", "2019-03-25 13:14:37.902015"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 28]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 28]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 28], ["created_at", "2019-03-25 13:14:37.906822"], ["updated_at", "2019-03-25 13:14:37.906822"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 28]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 28]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 28], ["created_at", "2019-03-25 13:14:37.911946"], ["updated_at", "2019-03-25 13:14:37.911946"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 28]]  (0.7ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 28]] KepplerFrontend::ViewCallback Create (0.6ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 28], ["created_at", "2019-03-25 13:14:37.918577"], ["updated_at", "2019-03-25 13:14:37.918577"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test_callback"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 28]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (1.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:37.934026"], ["updated_at", "2019-03-25 13:14:37.934026"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 29], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:37.943581"], ["updated_at", "2019-03-25 13:14:37.943581"]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (1.0ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:37.951368' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.5ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:37.950657"], ["updated_at", "2019-03-25 13:14:37.950657"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 33], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:37.957370"], ["updated_at", "2019-03-25 13:14:37.957370"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 29]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 29]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 29], ["created_at", "2019-03-25 13:14:37.965643"], ["updated_at", "2019-03-25 13:14:37.965643"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 29]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 29]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 29], ["created_at", "2019-03-25 13:14:37.971303"], ["updated_at", "2019-03-25 13:14:37.971303"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 29]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 29]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 29], ["created_at", "2019-03-25 13:14:37.976805"], ["updated_at", "2019-03-25 13:14:37.976805"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 29]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 29]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 29], ["created_at", "2019-03-25 13:14:37.982098"], ["updated_at", "2019-03-25 13:14:37.982098"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:37.989209"], ["updated_at", "2019-03-25 13:14:37.989209"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 30], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:37.996100"], ["updated_at", "2019-03-25 13:14:37.996100"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:38.002815' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:38.002364"], ["updated_at", "2019-03-25 13:14:38.002364"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 34], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:38.006228"], ["updated_at", "2019-03-25 13:14:38.006228"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 30]]  (0.7ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 30]] KepplerFrontend::ViewCallback Create (0.6ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 30], ["created_at", "2019-03-25 13:14:38.012517"], ["updated_at", "2019-03-25 13:14:38.012517"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 30]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 30]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 30], ["created_at", "2019-03-25 13:14:38.019319"], ["updated_at", "2019-03-25 13:14:38.019319"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 30]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 30]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 30], ["created_at", "2019-03-25 13:14:38.024762"], ["updated_at", "2019-03-25 13:14:38.024762"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 30]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 30]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 30], ["created_at", "2019-03-25 13:14:38.030041"], ["updated_at", "2019-03-25 13:14:38.030041"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test_callback"], ["function_type", "before_filter"]] KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 30]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:38.038773"], ["updated_at", "2019-03-25 13:14:38.038773"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 31], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:38.043024"], ["updated_at", "2019-03-25 13:14:38.043024"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.8ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:38.047393' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.8ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:38.046857"], ["updated_at", "2019-03-25 13:14:38.046857"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 35], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:38.051717"], ["updated_at", "2019-03-25 13:14:38.051717"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 31]]  (0.8ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 31]] KepplerFrontend::ViewCallback Create (0.8ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 31], ["created_at", "2019-03-25 13:14:38.058453"], ["updated_at", "2019-03-25 13:14:38.058453"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 31]]  (0.8ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 31]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 31], ["created_at", "2019-03-25 13:14:38.064699"], ["updated_at", "2019-03-25 13:14:38.064699"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 31]]  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 31]] KepplerFrontend::ViewCallback Create (0.6ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 31], ["created_at", "2019-03-25 13:14:38.070231"], ["updated_at", "2019-03-25 13:14:38.070231"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 31]]  (0.8ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 31]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 31], ["created_at", "2019-03-25 13:14:38.076421"], ["updated_at", "2019-03-25 13:14:38.076421"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:38.083706"], ["updated_at", "2019-03-25 13:14:38.083706"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 32], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:38.088386"], ["updated_at", "2019-03-25 13:14:38.088386"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:38.093324' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:38.092823"], ["updated_at", "2019-03-25 13:14:38.092823"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 36], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:38.097042"], ["updated_at", "2019-03-25 13:14:38.097042"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 32]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 32]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 32], ["created_at", "2019-03-25 13:14:38.102666"], ["updated_at", "2019-03-25 13:14:38.102666"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 32]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 32]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 32], ["created_at", "2019-03-25 13:14:38.108183"], ["updated_at", "2019-03-25 13:14:38.108183"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 32]]  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 32]] KepplerFrontend::ViewCallback Create (0.6ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 32], ["created_at", "2019-03-25 13:14:38.113734"], ["updated_at", "2019-03-25 13:14:38.113734"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 32]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 32]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 32], ["created_at", "2019-03-25 13:14:38.119721"], ["updated_at", "2019-03-25 13:14:38.119721"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Load (0.3ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test_callback"], ["function_type", "after_action"]] KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 32]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:38.129023"], ["updated_at", "2019-03-25 13:14:38.129023"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 33], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:38.133322"], ["updated_at", "2019-03-25 13:14:38.133322"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:38.138153' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.3ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:38.137676"], ["updated_at", "2019-03-25 13:14:38.137676"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 37], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:38.141584"], ["updated_at", "2019-03-25 13:14:38.141584"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 33]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 33]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 33], ["created_at", "2019-03-25 13:14:38.147145"], ["updated_at", "2019-03-25 13:14:38.147145"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 33]]  (0.8ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 33]] KepplerFrontend::ViewCallback Create (0.7ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 33], ["created_at", "2019-03-25 13:14:38.152713"], ["updated_at", "2019-03-25 13:14:38.152713"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 33]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 33]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 33], ["created_at", "2019-03-25 13:14:38.158281"], ["updated_at", "2019-03-25 13:14:38.158281"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 33]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 33]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 33], ["created_at", "2019-03-25 13:14:38.163050"], ["updated_at", "2019-03-25 13:14:38.163050"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:38.170211"], ["updated_at", "2019-03-25 13:14:38.170211"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 34], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:38.174433"], ["updated_at", "2019-03-25 13:14:38.174433"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:38.179172' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:38.178676"], ["updated_at", "2019-03-25 13:14:38.178676"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 38], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:38.182712"], ["updated_at", "2019-03-25 13:14:38.182712"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 34]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 34]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 34], ["created_at", "2019-03-25 13:14:38.188197"], ["updated_at", "2019-03-25 13:14:38.188197"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 34]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 34]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 34], ["created_at", "2019-03-25 13:14:38.193237"], ["updated_at", "2019-03-25 13:14:38.193237"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 34]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 34]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 34], ["created_at", "2019-03-25 13:14:38.198030"], ["updated_at", "2019-03-25 13:14:38.198030"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 34]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 34]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 34], ["created_at", "2019-03-25 13:14:38.202881"], ["updated_at", "2019-03-25 13:14:38.202881"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test_callback"], ["function_type", "after_filter"]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 34]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:38.213530"], ["updated_at", "2019-03-25 13:14:38.213530"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 35], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:38.218554"], ["updated_at", "2019-03-25 13:14:38.218554"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:38.223449' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:38.222961"], ["updated_at", "2019-03-25 13:14:38.222961"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 39], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:38.227025"], ["updated_at", "2019-03-25 13:14:38.227025"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 35]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 35]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 35], ["created_at", "2019-03-25 13:14:38.232712"], ["updated_at", "2019-03-25 13:14:38.232712"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 35]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 35]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 35], ["created_at", "2019-03-25 13:14:38.237967"], ["updated_at", "2019-03-25 13:14:38.237967"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 35]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 35]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 35], ["created_at", "2019-03-25 13:14:38.242715"], ["updated_at", "2019-03-25 13:14:38.242715"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 35]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 35]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 35], ["created_at", "2019-03-25 13:14:38.247973"], ["updated_at", "2019-03-25 13:14:38.247973"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:38.254331"], ["updated_at", "2019-03-25 13:14:38.254331"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 36], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:38.258537"], ["updated_at", "2019-03-25 13:14:38.258537"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:38.262775' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:38.262344"], ["updated_at", "2019-03-25 13:14:38.262344"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 40], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:38.266143"], ["updated_at", "2019-03-25 13:14:38.266143"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 36]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 36]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 36], ["created_at", "2019-03-25 13:14:38.274567"], ["updated_at", "2019-03-25 13:14:38.274567"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 36]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 36]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 36], ["created_at", "2019-03-25 13:14:38.279876"], ["updated_at", "2019-03-25 13:14:38.279876"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 36]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 36]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 36], ["created_at", "2019-03-25 13:14:38.284960"], ["updated_at", "2019-03-25 13:14:38.284960"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 36]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 36]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 36], ["created_at", "2019-03-25 13:14:38.289799"], ["updated_at", "2019-03-25 13:14:38.289799"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Destroy (0.4ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 37]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Load (0.3ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test_callback"], ["function_type", "before_action"]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:38.299500"], ["updated_at", "2019-03-25 13:14:38.299500"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 37], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:38.303970"], ["updated_at", "2019-03-25 13:14:38.303970"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:38.308413' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:38.307951"], ["updated_at", "2019-03-25 13:14:38.307951"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 41], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:38.311869"], ["updated_at", "2019-03-25 13:14:38.311869"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 37]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 37]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 37], ["created_at", "2019-03-25 13:14:38.317640"], ["updated_at", "2019-03-25 13:14:38.317640"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 37]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 37]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 37], ["created_at", "2019-03-25 13:14:38.322162"], ["updated_at", "2019-03-25 13:14:38.322162"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 37]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 37]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 37], ["created_at", "2019-03-25 13:14:38.326780"], ["updated_at", "2019-03-25 13:14:38.326780"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 37]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 37]] KepplerFrontend::ViewCallback Create (0.7ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 37], ["created_at", "2019-03-25 13:14:38.331472"], ["updated_at", "2019-03-25 13:14:38.331472"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:38.344812"], ["updated_at", "2019-03-25 13:14:38.344812"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 38], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:38.353527"], ["updated_at", "2019-03-25 13:14:38.353527"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.7ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:38.361867' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.6ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:38.360974"], ["updated_at", "2019-03-25 13:14:38.360974"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 42], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:38.368232"], ["updated_at", "2019-03-25 13:14:38.368232"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 38]]  (0.8ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 38]] KepplerFrontend::ViewCallback Create (0.7ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 38], ["created_at", "2019-03-25 13:14:38.377825"], ["updated_at", "2019-03-25 13:14:38.377825"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 38]]  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 38]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 38], ["created_at", "2019-03-25 13:14:38.386173"], ["updated_at", "2019-03-25 13:14:38.386173"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 38]]  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 38]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 38], ["created_at", "2019-03-25 13:14:38.393383"], ["updated_at", "2019-03-25 13:14:38.393383"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 38]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 38]] KepplerFrontend::ViewCallback Create (0.8ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 38], ["created_at", "2019-03-25 13:14:38.399595"], ["updated_at", "2019-03-25 13:14:38.399595"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Destroy (0.7ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 46]]  (0.4ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test_callback"], ["function_type", "before_filter"]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:38.414836"], ["updated_at", "2019-03-25 13:14:38.414836"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 39], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:38.424514"], ["updated_at", "2019-03-25 13:14:38.424514"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.7ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:38.433250' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.6ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:38.432344"], ["updated_at", "2019-03-25 13:14:38.432344"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 43], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:38.439470"], ["updated_at", "2019-03-25 13:14:38.439470"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 39]]  (0.8ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 39]] KepplerFrontend::ViewCallback Create (0.7ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 39], ["created_at", "2019-03-25 13:14:38.448857"], ["updated_at", "2019-03-25 13:14:38.448857"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 39]]  (0.8ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 39]] KepplerFrontend::ViewCallback Create (0.6ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 39], ["created_at", "2019-03-25 13:14:38.456905"], ["updated_at", "2019-03-25 13:14:38.456905"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 39]]  (0.7ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 39]] KepplerFrontend::ViewCallback Create (0.6ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 39], ["created_at", "2019-03-25 13:14:38.464497"], ["updated_at", "2019-03-25 13:14:38.464497"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 39]]  (0.7ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 39]] KepplerFrontend::ViewCallback Create (0.6ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 39], ["created_at", "2019-03-25 13:14:38.472262"], ["updated_at", "2019-03-25 13:14:38.472262"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:38.481002"], ["updated_at", "2019-03-25 13:14:38.481002"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 40], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:38.486414"], ["updated_at", "2019-03-25 13:14:38.486414"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:38.492160' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.5ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:38.491586"], ["updated_at", "2019-03-25 13:14:38.491586"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 44], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:38.496474"], ["updated_at", "2019-03-25 13:14:38.496474"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 40]]  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 40]] KepplerFrontend::ViewCallback Create (0.6ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 40], ["created_at", "2019-03-25 13:14:38.503095"], ["updated_at", "2019-03-25 13:14:38.503095"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 40]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 40]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 40], ["created_at", "2019-03-25 13:14:38.508920"], ["updated_at", "2019-03-25 13:14:38.508920"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 40]]  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 40]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 40], ["created_at", "2019-03-25 13:14:38.514669"], ["updated_at", "2019-03-25 13:14:38.514669"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 40]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 40]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 40], ["created_at", "2019-03-25 13:14:38.519952"], ["updated_at", "2019-03-25 13:14:38.519952"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Destroy (0.3ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 55]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Load (0.2ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test_callback"], ["function_type", "after_action"]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:38.529094"], ["updated_at", "2019-03-25 13:14:38.529094"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 41], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:38.533532"], ["updated_at", "2019-03-25 13:14:38.533532"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:38.538111' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.3ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:38.537661"], ["updated_at", "2019-03-25 13:14:38.537661"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 45], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:38.541397"], ["updated_at", "2019-03-25 13:14:38.541397"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 41]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 41]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 41], ["created_at", "2019-03-25 13:14:38.546480"], ["updated_at", "2019-03-25 13:14:38.546480"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 41]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 41]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 41], ["created_at", "2019-03-25 13:14:38.551256"], ["updated_at", "2019-03-25 13:14:38.551256"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 41]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 41]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 41], ["created_at", "2019-03-25 13:14:38.555710"], ["updated_at", "2019-03-25 13:14:38.555710"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 41]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 41]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 41], ["created_at", "2019-03-25 13:14:38.560270"], ["updated_at", "2019-03-25 13:14:38.560270"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:38.566239"], ["updated_at", "2019-03-25 13:14:38.566239"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 42], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:38.570464"], ["updated_at", "2019-03-25 13:14:38.570464"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:38.574782' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.3ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:38.574298"], ["updated_at", "2019-03-25 13:14:38.574298"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 46], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:38.578177"], ["updated_at", "2019-03-25 13:14:38.578177"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 42]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 42]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 42], ["created_at", "2019-03-25 13:14:38.584061"], ["updated_at", "2019-03-25 13:14:38.584061"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 42]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 42]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 42], ["created_at", "2019-03-25 13:14:38.588610"], ["updated_at", "2019-03-25 13:14:38.588610"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 42]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 42]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 42], ["created_at", "2019-03-25 13:14:38.592928"], ["updated_at", "2019-03-25 13:14:38.592928"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 42]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 42]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 42], ["created_at", "2019-03-25 13:14:38.597858"], ["updated_at", "2019-03-25 13:14:38.597858"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Destroy (0.4ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 64]]  (0.1ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Load (0.2ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test_callback"], ["function_type", "after_filter"]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:38.606002"], ["updated_at", "2019-03-25 13:14:38.606002"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 43], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:38.610151"], ["updated_at", "2019-03-25 13:14:38.610151"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:38.614692' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:38.614209"], ["updated_at", "2019-03-25 13:14:38.614209"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 47], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:38.618219"], ["updated_at", "2019-03-25 13:14:38.618219"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 43]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 43]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 43], ["created_at", "2019-03-25 13:14:38.623296"], ["updated_at", "2019-03-25 13:14:38.623296"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 43]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 43]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 43], ["created_at", "2019-03-25 13:14:38.628308"], ["updated_at", "2019-03-25 13:14:38.628308"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 43]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 43]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 43], ["created_at", "2019-03-25 13:14:38.633343"], ["updated_at", "2019-03-25 13:14:38.633343"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 43]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 43]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 43], ["created_at", "2019-03-25 13:14:38.637869"], ["updated_at", "2019-03-25 13:14:38.637869"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:38.643816' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.3ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:38.643270"], ["updated_at", "2019-03-25 13:14:38.643270"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 48], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:38.647250"], ["updated_at", "2019-03-25 13:14:38.647250"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:38.653279' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.3ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:38.652862"], ["updated_at", "2019-03-25 13:14:38.652862"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 49], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:38.656520"], ["updated_at", "2019-03-25 13:14:38.656520"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:38.662773' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:38.662335"], ["updated_at", "2019-03-25 13:14:38.662335"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 50], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:38.666326"], ["updated_at", "2019-03-25 13:14:38.666326"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:38.672340' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.3ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:38.671859"], ["updated_at", "2019-03-25 13:14:38.671859"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 51], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:38.675589"], ["updated_at", "2019-03-25 13:14:38.675589"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:38.681680' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:38.681249"], ["updated_at", "2019-03-25 13:14:38.681249"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 52], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:38.685031"], ["updated_at", "2019-03-25 13:14:38.685031"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.7ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:38.691590' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.7ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:38.691139"], ["updated_at", "2019-03-25 13:14:38.691139"]] PublicActivity::Activity Create (1.3ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 53], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:38.695693"], ["updated_at", "2019-03-25 13:14:38.695693"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:38.702688' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:38.702242"], ["updated_at", "2019-03-25 13:14:38.702242"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 54], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:38.706110"], ["updated_at", "2019-03-25 13:14:38.706110"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:38.712483' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:38.711970"], ["updated_at", "2019-03-25 13:14:38.711970"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 55], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:38.716114"], ["updated_at", "2019-03-25 13:14:38.716114"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:38.723695' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.3ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:38.723219"], ["updated_at", "2019-03-25 13:14:38.723219"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 56], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:38.727165"], ["updated_at", "2019-03-25 13:14:38.727165"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 13:14:38.733515' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.3ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 13:14:38.733043"], ["updated_at", "2019-03-25 13:14:38.733043"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 57], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 13:14:38.736956"], ["updated_at", "2019-03-25 13:14:38.736956"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.5ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:38.841231"], ["updated_at", "2019-03-25 13:14:38.841231"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 44], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:38.845455"], ["updated_at", "2019-03-25 13:14:38.845455"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:38.856352"], ["updated_at", "2019-03-25 13:14:38.856352"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 45], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:38.864964"], ["updated_at", "2019-03-25 13:14:38.864964"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:38.881195"], ["updated_at", "2019-03-25 13:14:38.881195"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 46], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:38.887333"], ["updated_at", "2019-03-25 13:14:38.887333"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "keppler"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "test_index"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:38.900958"], ["updated_at", "2019-03-25 13:14:38.900958"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 47], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:38.905865"], ["updated_at", "2019-03-25 13:14:38.905865"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:38.918544"], ["updated_at", "2019-03-25 13:14:38.918544"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 48], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:38.923933"], ["updated_at", "2019-03-25 13:14:38.923933"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:38.933406"], ["updated_at", "2019-03-25 13:14:38.933406"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 49], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:38.938461"], ["updated_at", "2019-03-25 13:14:38.938461"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:38.947928"], ["updated_at", "2019-03-25 13:14:38.947928"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 50], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:38.953488"], ["updated_at", "2019-03-25 13:14:38.953488"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:38.961991"], ["updated_at", "2019-03-25 13:14:38.961991"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 51], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:38.967003"], ["updated_at", "2019-03-25 13:14:38.967003"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:38.976316"], ["updated_at", "2019-03-25 13:14:38.976316"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 52], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:38.982274"], ["updated_at", "2019-03-25 13:14:38.982274"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:38.991823"], ["updated_at", "2019-03-25 13:14:38.991823"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 53], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:38.997170"], ["updated_at", "2019-03-25 13:14:38.997170"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.004436"], ["updated_at", "2019-03-25 13:14:39.004436"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 54], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.009568"], ["updated_at", "2019-03-25 13:14:39.009568"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.018065"], ["updated_at", "2019-03-25 13:14:39.018065"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 55], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.022512"], ["updated_at", "2019-03-25 13:14:39.022512"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.030333"], ["updated_at", "2019-03-25 13:14:39.030333"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 56], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.034782"], ["updated_at", "2019-03-25 13:14:39.034782"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.042348"], ["updated_at", "2019-03-25 13:14:39.042348"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 57], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.046597"], ["updated_at", "2019-03-25 13:14:39.046597"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.053686"], ["updated_at", "2019-03-25 13:14:39.053686"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 58], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.057779"], ["updated_at", "2019-03-25 13:14:39.057779"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.064144"], ["updated_at", "2019-03-25 13:14:39.064144"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 59], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.068375"], ["updated_at", "2019-03-25 13:14:39.068375"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.075799"], ["updated_at", "2019-03-25 13:14:39.075799"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 60], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.079819"], ["updated_at", "2019-03-25 13:14:39.079819"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.086545"], ["updated_at", "2019-03-25 13:14:39.086545"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 61], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.090468"], ["updated_at", "2019-03-25 13:14:39.090468"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.096746"], ["updated_at", "2019-03-25 13:14:39.096746"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 62], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.100665"], ["updated_at", "2019-03-25 13:14:39.100665"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.107257"], ["updated_at", "2019-03-25 13:14:39.107257"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 63], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.111145"], ["updated_at", "2019-03-25 13:14:39.111145"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.118273"], ["updated_at", "2019-03-25 13:14:39.118273"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 64], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.123274"], ["updated_at", "2019-03-25 13:14:39.123274"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.131527"], ["updated_at", "2019-03-25 13:14:39.131527"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 65], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.136432"], ["updated_at", "2019-03-25 13:14:39.136432"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.143471"], ["updated_at", "2019-03-25 13:14:39.143471"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 66], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.147938"], ["updated_at", "2019-03-25 13:14:39.147938"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.155610"], ["updated_at", "2019-03-25 13:14:39.155610"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 67], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.160087"], ["updated_at", "2019-03-25 13:14:39.160087"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.167724"], ["updated_at", "2019-03-25 13:14:39.167724"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 68], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.172072"], ["updated_at", "2019-03-25 13:14:39.172072"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.179340"], ["updated_at", "2019-03-25 13:14:39.179340"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 69], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.183998"], ["updated_at", "2019-03-25 13:14:39.183998"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.190617"], ["updated_at", "2019-03-25 13:14:39.190617"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 70], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.194514"], ["updated_at", "2019-03-25 13:14:39.194514"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.201231"], ["updated_at", "2019-03-25 13:14:39.201231"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 71], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.205256"], ["updated_at", "2019-03-25 13:14:39.205256"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.211182"], ["updated_at", "2019-03-25 13:14:39.211182"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 72], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.215331"], ["updated_at", "2019-03-25 13:14:39.215331"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.3ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.221584"], ["updated_at", "2019-03-25 13:14:39.221584"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 73], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.225446"], ["updated_at", "2019-03-25 13:14:39.225446"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.231783"], ["updated_at", "2019-03-25 13:14:39.231783"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 74], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.236109"], ["updated_at", "2019-03-25 13:14:39.236109"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.242251"], ["updated_at", "2019-03-25 13:14:39.242251"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 75], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.246156"], ["updated_at", "2019-03-25 13:14:39.246156"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.252684"], ["updated_at", "2019-03-25 13:14:39.252684"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 76], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.256620"], ["updated_at", "2019-03-25 13:14:39.256620"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.262760"], ["updated_at", "2019-03-25 13:14:39.262760"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 77], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.266677"], ["updated_at", "2019-03-25 13:14:39.266677"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.272855"], ["updated_at", "2019-03-25 13:14:39.272855"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 78], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.276732"], ["updated_at", "2019-03-25 13:14:39.276732"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.282699"], ["updated_at", "2019-03-25 13:14:39.282699"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 79], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.286591"], ["updated_at", "2019-03-25 13:14:39.286591"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.292892"], ["updated_at", "2019-03-25 13:14:39.292892"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 80], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.296822"], ["updated_at", "2019-03-25 13:14:39.296822"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.303212"], ["updated_at", "2019-03-25 13:14:39.303212"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 81], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.307249"], ["updated_at", "2019-03-25 13:14:39.307249"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.325245"], ["updated_at", "2019-03-25 13:14:39.325245"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 82], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.329541"], ["updated_at", "2019-03-25 13:14:39.329541"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.336469"], ["updated_at", "2019-03-25 13:14:39.336469"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 83], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.340529"], ["updated_at", "2019-03-25 13:14:39.340529"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.346699"], ["updated_at", "2019-03-25 13:14:39.346699"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 84], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.350841"], ["updated_at", "2019-03-25 13:14:39.350841"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.357083"], ["updated_at", "2019-03-25 13:14:39.357083"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 85], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.360989"], ["updated_at", "2019-03-25 13:14:39.360989"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.367224"], ["updated_at", "2019-03-25 13:14:39.367224"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 86], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.371438"], ["updated_at", "2019-03-25 13:14:39.371438"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.377694"], ["updated_at", "2019-03-25 13:14:39.377694"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 87], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.381590"], ["updated_at", "2019-03-25 13:14:39.381590"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 13:14:39.388585"], ["updated_at", "2019-03-25 13:14:39.388585"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 88], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.393444"], ["updated_at", "2019-03-25 13:14:39.393444"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 13:14:39.401838"], ["updated_at", "2019-03-25 13:14:39.401838"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 89], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.406588"], ["updated_at", "2019-03-25 13:14:39.406588"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 13:14:39.413535"], ["updated_at", "2019-03-25 13:14:39.413535"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 90], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.418615"], ["updated_at", "2019-03-25 13:14:39.418615"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 13:14:39.425367"], ["updated_at", "2019-03-25 13:14:39.425367"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 91], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.429342"], ["updated_at", "2019-03-25 13:14:39.429342"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 13:14:39.436899"], ["updated_at", "2019-03-25 13:14:39.436899"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 92], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.441830"], ["updated_at", "2019-03-25 13:14:39.441830"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 13:14:39.450156"], ["updated_at", "2019-03-25 13:14:39.450156"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 93], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.454800"], ["updated_at", "2019-03-25 13:14:39.454800"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 13:14:39.461491"], ["updated_at", "2019-03-25 13:14:39.461491"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 94], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.465557"], ["updated_at", "2019-03-25 13:14:39.465557"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 13:14:39.472724"], ["updated_at", "2019-03-25 13:14:39.472724"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 95], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.477081"], ["updated_at", "2019-03-25 13:14:39.477081"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 13:14:39.484819"], ["updated_at", "2019-03-25 13:14:39.484819"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 96], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.490086"], ["updated_at", "2019-03-25 13:14:39.490086"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 13:14:39.496951"], ["updated_at", "2019-03-25 13:14:39.496951"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 97], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.501258"], ["updated_at", "2019-03-25 13:14:39.501258"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 13:14:39.511902"], ["updated_at", "2019-03-25 13:14:39.511902"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 98], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.516438"], ["updated_at", "2019-03-25 13:14:39.516438"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 13:14:39.525134"], ["updated_at", "2019-03-25 13:14:39.525134"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 99], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.530016"], ["updated_at", "2019-03-25 13:14:39.530016"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 13:14:39.538475"], ["updated_at", "2019-03-25 13:14:39.538475"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 100], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.543254"], ["updated_at", "2019-03-25 13:14:39.543254"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 13:14:39.552252"], ["updated_at", "2019-03-25 13:14:39.552252"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 101], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.556921"], ["updated_at", "2019-03-25 13:14:39.556921"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 13:14:39.563855"], ["updated_at", "2019-03-25 13:14:39.563855"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 102], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.568317"], ["updated_at", "2019-03-25 13:14:39.568317"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 13:14:39.576184"], ["updated_at", "2019-03-25 13:14:39.576184"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 103], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.581106"], ["updated_at", "2019-03-25 13:14:39.581106"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 13:14:39.591602"], ["updated_at", "2019-03-25 13:14:39.591602"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 104], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.599621"], ["updated_at", "2019-03-25 13:14:39.599621"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 13:14:39.611301"], ["updated_at", "2019-03-25 13:14:39.611301"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 105], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.618188"], ["updated_at", "2019-03-25 13:14:39.618188"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 13:14:39.627881"], ["updated_at", "2019-03-25 13:14:39.627881"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 106], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.633512"], ["updated_at", "2019-03-25 13:14:39.633512"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 13:14:39.643693"], ["updated_at", "2019-03-25 13:14:39.643693"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 107], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.648778"], ["updated_at", "2019-03-25 13:14:39.648778"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 13:14:39.658053"], ["updated_at", "2019-03-25 13:14:39.658053"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 108], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.663006"], ["updated_at", "2019-03-25 13:14:39.663006"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 13:14:39.677164"], ["updated_at", "2019-03-25 13:14:39.677164"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 109], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.681623"], ["updated_at", "2019-03-25 13:14:39.681623"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 13:14:39.689217"], ["updated_at", "2019-03-25 13:14:39.689217"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 110], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.693541"], ["updated_at", "2019-03-25 13:14:39.693541"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 13:14:39.701514"], ["updated_at", "2019-03-25 13:14:39.701514"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 111], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.705792"], ["updated_at", "2019-03-25 13:14:39.705792"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 13:14:39.712978"], ["updated_at", "2019-03-25 13:14:39.712978"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 112], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.717471"], ["updated_at", "2019-03-25 13:14:39.717471"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 13:14:39.724621"], ["updated_at", "2019-03-25 13:14:39.724621"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 113], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.728876"], ["updated_at", "2019-03-25 13:14:39.728876"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 13:14:39.735384"], ["updated_at", "2019-03-25 13:14:39.735384"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 114], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.739825"], ["updated_at", "2019-03-25 13:14:39.739825"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 13:14:39.746787"], ["updated_at", "2019-03-25 13:14:39.746787"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 115], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.750937"], ["updated_at", "2019-03-25 13:14:39.750937"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 13:14:39.758021"], ["updated_at", "2019-03-25 13:14:39.758021"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 116], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.762194"], ["updated_at", "2019-03-25 13:14:39.762194"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.769212"], ["updated_at", "2019-03-25 13:14:39.769212"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 117], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.773993"], ["updated_at", "2019-03-25 13:14:39.773993"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.780179"], ["updated_at", "2019-03-25 13:14:39.780179"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 118], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.784340"], ["updated_at", "2019-03-25 13:14:39.784340"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.790521"], ["updated_at", "2019-03-25 13:14:39.790521"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 119], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.794469"], ["updated_at", "2019-03-25 13:14:39.794469"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.801063"], ["updated_at", "2019-03-25 13:14:39.801063"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 120], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.805656"], ["updated_at", "2019-03-25 13:14:39.805656"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.812211"], ["updated_at", "2019-03-25 13:14:39.812211"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 121], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.816461"], ["updated_at", "2019-03-25 13:14:39.816461"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.823668"], ["updated_at", "2019-03-25 13:14:39.823668"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 122], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.828630"], ["updated_at", "2019-03-25 13:14:39.828630"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.835392"], ["updated_at", "2019-03-25 13:14:39.835392"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 123], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.839966"], ["updated_at", "2019-03-25 13:14:39.839966"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.846287"], ["updated_at", "2019-03-25 13:14:39.846287"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 124], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.850572"], ["updated_at", "2019-03-25 13:14:39.850572"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.3ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.856836"], ["updated_at", "2019-03-25 13:14:39.856836"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 125], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.860814"], ["updated_at", "2019-03-25 13:14:39.860814"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.867210"], ["updated_at", "2019-03-25 13:14:39.867210"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 126], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.871418"], ["updated_at", "2019-03-25 13:14:39.871418"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.877841"], ["updated_at", "2019-03-25 13:14:39.877841"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 127], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.881814"], ["updated_at", "2019-03-25 13:14:39.881814"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.888339"], ["updated_at", "2019-03-25 13:14:39.888339"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 128], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.892639"], ["updated_at", "2019-03-25 13:14:39.892639"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.899082"], ["updated_at", "2019-03-25 13:14:39.899082"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 129], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.903141"], ["updated_at", "2019-03-25 13:14:39.903141"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.909544"], ["updated_at", "2019-03-25 13:14:39.909544"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 130], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.913465"], ["updated_at", "2019-03-25 13:14:39.913465"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.920155"], ["updated_at", "2019-03-25 13:14:39.920155"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 131], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.924210"], ["updated_at", "2019-03-25 13:14:39.924210"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.930684"], ["updated_at", "2019-03-25 13:14:39.930684"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 132], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.934660"], ["updated_at", "2019-03-25 13:14:39.934660"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.941097"], ["updated_at", "2019-03-25 13:14:39.941097"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 133], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.945194"], ["updated_at", "2019-03-25 13:14:39.945194"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.951579"], ["updated_at", "2019-03-25 13:14:39.951579"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 134], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.955638"], ["updated_at", "2019-03-25 13:14:39.955638"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.961809"], ["updated_at", "2019-03-25 13:14:39.961809"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 135], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.965681"], ["updated_at", "2019-03-25 13:14:39.965681"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.972243"], ["updated_at", "2019-03-25 13:14:39.972243"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 136], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.976398"], ["updated_at", "2019-03-25 13:14:39.976398"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.982763"], ["updated_at", "2019-03-25 13:14:39.982763"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 137], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.987071"], ["updated_at", "2019-03-25 13:14:39.987071"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:39.993569"], ["updated_at", "2019-03-25 13:14:39.993569"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 138], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:39.997532"], ["updated_at", "2019-03-25 13:14:39.997532"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:40.004002"], ["updated_at", "2019-03-25 13:14:40.004002"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 139], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.008275"], ["updated_at", "2019-03-25 13:14:40.008275"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:40.016119"], ["updated_at", "2019-03-25 13:14:40.016119"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 140], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.020753"], ["updated_at", "2019-03-25 13:14:40.020753"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:40.028612"], ["updated_at", "2019-03-25 13:14:40.028612"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 141], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.032502"], ["updated_at", "2019-03-25 13:14:40.032502"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:40.040288"], ["updated_at", "2019-03-25 13:14:40.040288"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 142], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.044328"], ["updated_at", "2019-03-25 13:14:40.044328"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 13:14:40.052431"], ["updated_at", "2019-03-25 13:14:40.052431"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 143], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.056636"], ["updated_at", "2019-03-25 13:14:40.056636"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:40.064352"], ["updated_at", "2019-03-25 13:14:40.064352"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 144], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.068438"], ["updated_at", "2019-03-25 13:14:40.068438"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:40.074763"], ["updated_at", "2019-03-25 13:14:40.074763"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 145], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.078971"], ["updated_at", "2019-03-25 13:14:40.078971"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:40.085241"], ["updated_at", "2019-03-25 13:14:40.085241"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 146], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.089520"], ["updated_at", "2019-03-25 13:14:40.089520"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:40.095707"], ["updated_at", "2019-03-25 13:14:40.095707"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 147], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.099769"], ["updated_at", "2019-03-25 13:14:40.099769"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:40.106066"], ["updated_at", "2019-03-25 13:14:40.106066"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 148], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.110058"], ["updated_at", "2019-03-25 13:14:40.110058"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:40.116841"], ["updated_at", "2019-03-25 13:14:40.116841"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 149], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.121282"], ["updated_at", "2019-03-25 13:14:40.121282"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:40.128606"], ["updated_at", "2019-03-25 13:14:40.128606"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 150], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.132575"], ["updated_at", "2019-03-25 13:14:40.132575"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:40.138986"], ["updated_at", "2019-03-25 13:14:40.138986"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 151], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.143052"], ["updated_at", "2019-03-25 13:14:40.143052"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:40.149600"], ["updated_at", "2019-03-25 13:14:40.149600"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 152], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.153562"], ["updated_at", "2019-03-25 13:14:40.153562"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:40.160629"], ["updated_at", "2019-03-25 13:14:40.160629"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 153], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.164834"], ["updated_at", "2019-03-25 13:14:40.164834"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:40.171352"], ["updated_at", "2019-03-25 13:14:40.171352"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 154], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.175676"], ["updated_at", "2019-03-25 13:14:40.175676"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.3ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:40.183097"], ["updated_at", "2019-03-25 13:14:40.183097"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 155], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.187090"], ["updated_at", "2019-03-25 13:14:40.187090"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-03-25 13:14:40.192474"], ["updated_at", "2019-03-25 13:14:40.192474"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 156], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.196609"], ["updated_at", "2019-03-25 13:14:40.196609"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:40.203617"], ["updated_at", "2019-03-25 13:14:40.203617"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 157], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.207699"], ["updated_at", "2019-03-25 13:14:40.207699"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-03-25 13:14:40.213102"], ["updated_at", "2019-03-25 13:14:40.213102"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 158], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.217472"], ["updated_at", "2019-03-25 13:14:40.217472"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:40.225386"], ["updated_at", "2019-03-25 13:14:40.225386"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 159], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.229496"], ["updated_at", "2019-03-25 13:14:40.229496"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-03-25 13:14:40.234297"], ["updated_at", "2019-03-25 13:14:40.234297"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 160], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.238727"], ["updated_at", "2019-03-25 13:14:40.238727"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:40.245722"], ["updated_at", "2019-03-25 13:14:40.245722"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 161], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.249686"], ["updated_at", "2019-03-25 13:14:40.249686"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-03-25 13:14:40.254538"], ["updated_at", "2019-03-25 13:14:40.254538"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 162], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.258749"], ["updated_at", "2019-03-25 13:14:40.258749"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:40.265437"], ["updated_at", "2019-03-25 13:14:40.265437"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 163], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.269730"], ["updated_at", "2019-03-25 13:14:40.269730"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-03-25 13:14:40.275311"], ["updated_at", "2019-03-25 13:14:40.275311"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 164], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.280182"], ["updated_at", "2019-03-25 13:14:40.280182"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:40.289455"], ["updated_at", "2019-03-25 13:14:40.289455"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 165], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.294397"], ["updated_at", "2019-03-25 13:14:40.294397"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-03-25 13:14:40.300178"], ["updated_at", "2019-03-25 13:14:40.300178"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 166], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.304995"], ["updated_at", "2019-03-25 13:14:40.304995"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:40.313294"], ["updated_at", "2019-03-25 13:14:40.313294"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 167], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.318259"], ["updated_at", "2019-03-25 13:14:40.318259"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-03-25 13:14:40.323924"], ["updated_at", "2019-03-25 13:14:40.323924"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 168], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.328188"], ["updated_at", "2019-03-25 13:14:40.328188"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:40.335651"], ["updated_at", "2019-03-25 13:14:40.335651"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 169], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.340276"], ["updated_at", "2019-03-25 13:14:40.340276"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-03-25 13:14:40.345614"], ["updated_at", "2019-03-25 13:14:40.345614"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 170], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.349628"], ["updated_at", "2019-03-25 13:14:40.349628"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "save_code"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "save_code"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:40.357028"], ["updated_at", "2019-03-25 13:14:40.357028"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 171], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.361170"], ["updated_at", "2019-03-25 13:14:40.361170"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "save_code"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "save_code"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:40.382225"], ["updated_at", "2019-03-25 13:14:40.382225"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 172], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.390261"], ["updated_at", "2019-03-25 13:14:40.390261"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "save_code"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "save_code"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:40.406458"], ["updated_at", "2019-03-25 13:14:40.406458"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 173], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.412802"], ["updated_at", "2019-03-25 13:14:40.412802"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "save_code"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "save_code"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:40.425677"], ["updated_at", "2019-03-25 13:14:40.425677"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 174], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.431766"], ["updated_at", "2019-03-25 13:14:40.431766"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "save_code"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "save_code"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:40.443422"], ["updated_at", "2019-03-25 13:14:40.443422"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 175], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.448541"], ["updated_at", "2019-03-25 13:14:40.448541"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "save_code"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "save_code"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:40.459074"], ["updated_at", "2019-03-25 13:14:40.459074"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 176], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.464330"], ["updated_at", "2019-03-25 13:14:40.464330"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "save_code"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "save_code"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:40.475579"], ["updated_at", "2019-03-25 13:14:40.475579"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 177], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.481296"], ["updated_at", "2019-03-25 13:14:40.481296"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "save_code"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "save_code"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 13:14:40.492969"], ["updated_at", "2019-03-25 13:14:40.492969"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 178], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.497701"], ["updated_at", "2019-03-25 13:14:40.497701"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 13:14:40.509157"], ["updated_at", "2019-03-25 13:14:40.509157"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 179], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.513905"], ["updated_at", "2019-03-25 13:14:40.513905"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 13:14:40.525026"], ["updated_at", "2019-03-25 13:14:40.525026"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 180], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 13:14:40.534650"], ["updated_at", "2019-03-25 13:14:40.534650"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (1.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.5ms) BEGIN Role Load (1.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.6ms) SAVEPOINT active_record_1 Role Exists (1.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (1.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "diego.rutherford@steubermoen.biz"], ["LIMIT", 1]] User Create (0.9ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Joseph"], ["permalink", "joseph-ab9a1450"], ["username", "Gerard"], ["email", "diego.rutherford@steubermoen.biz"], ["encrypted_password", "$2a$04$FBXfHmWTKaGT8zjj1sewMuygAdQY8JtKJ/h7HjJC4dLl7sDImnUVi"], ["created_at", "2019-03-25 14:23:02.083715"], ["updated_at", "2019-03-25 14:23:02.083715"]] PublicActivity::Activity Create (1.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 2], ["key", "user.create"], ["created_at", "2019-03-25 14:23:02.122900"], ["updated_at", "2019-03-25 14:23:02.122900"]] User::HABTM_Roles Create (0.6ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 2], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.8ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.1ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.3ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.8ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.7ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.7ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.6ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.7ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.6ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 2], ["LIMIT", 1]] Role Load (1.1ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 2], ["LIMIT", 1]] Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 239ms (ActiveRecord: 46.2ms)  (0.7ms) ROLLBACK  (0.4ms) BEGIN Role Load (0.7ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.4ms) SAVEPOINT active_record_1 Role Exists (0.9ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "jacklyn@halvorson.info"], ["LIMIT", 1]] User Create (0.8ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Logan"], ["permalink", "logan-ad464a33"], ["username", "Jacynthe"], ["email", "jacklyn@halvorson.info"], ["encrypted_password", "$2a$04$O/3vrNBnZ3bF6u9ok80xWuTBh9.t.WABgaRHtMZEHgdDjvnxd1lla"], ["created_at", "2019-03-25 14:23:02.466793"], ["updated_at", "2019-03-25 14:23:02.466793"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 3], ["key", "user.create"], ["created_at", "2019-03-25 14:23:02.470565"], ["updated_at", "2019-03-25 14:23:02.470565"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 3], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.8ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.7ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.7ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.7ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.7ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.7ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.6ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 3], ["LIMIT", 1]] Role Load (1.0ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 3], ["LIMIT", 1]] Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (15.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.9ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.8ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 3], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.4ms) Completed 200 OK in 71ms (Views: 14.2ms | ActiveRecord: 31.3ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (1.3ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (16.8ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:02.602312' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.7ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:02.601505"], ["updated_at", "2019-03-25 14:23:02.601505"]] PublicActivity::Activity Create (1.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 2], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:02.625544"], ["updated_at", "2019-03-25 14:23:02.625544"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.6ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.9ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:02.661576' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.8ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:02.660852"], ["updated_at", "2019-03-25 14:23:02.660852"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 3], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:02.667767"], ["updated_at", "2019-03-25 14:23:02.667767"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.9ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:02.678992' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.8ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:02.678277"], ["updated_at", "2019-03-25 14:23:02.678277"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 4], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:02.685102"], ["updated_at", "2019-03-25 14:23:02.685102"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.6ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:02.693116' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.7ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:02.692654"], ["updated_at", "2019-03-25 14:23:02.692654"]] PublicActivity::Activity Create (1.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 5], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:02.697267"], ["updated_at", "2019-03-25 14:23:02.697267"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:02.705296' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:02.704840"], ["updated_at", "2019-03-25 14:23:02.704840"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 6], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:02.708920"], ["updated_at", "2019-03-25 14:23:02.708920"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:02.715861' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:02.715407"], ["updated_at", "2019-03-25 14:23:02.715407"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 7], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:02.719391"], ["updated_at", "2019-03-25 14:23:02.719391"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:02.725686' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:02.725254"], ["updated_at", "2019-03-25 14:23:02.725254"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 8], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:02.729033"], ["updated_at", "2019-03-25 14:23:02.729033"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:02.735014' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.3ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:02.734569"], ["updated_at", "2019-03-25 14:23:02.734569"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 9], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:02.738372"], ["updated_at", "2019-03-25 14:23:02.738372"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:02.744276' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:02.743825"], ["updated_at", "2019-03-25 14:23:02.743825"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 10], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:02.747883"], ["updated_at", "2019-03-25 14:23:02.747883"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:02.754047' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.5ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:02.753604"], ["updated_at", "2019-03-25 14:23:02.753604"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 11], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:02.757958"], ["updated_at", "2019-03-25 14:23:02.757958"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SELECT COUNT(*) FROM "keppler_frontend_callback_functions"  (0.1ms) ROLLBACK  (0.1ms) BEGIN KepplerFrontend::CallbackFunction Load (0.3ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.1ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:02.806816"], ["updated_at", "2019-03-25 14:23:02.806816"]] PublicActivity::Activity Create (1.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 2], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:02.812989"], ["updated_at", "2019-03-25 14:23:02.812989"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback_model"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.9ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:02.819197' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.6ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback_model"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:02.818752"], ["updated_at", "2019-03-25 14:23:02.818752"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 12], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:02.824820"], ["updated_at", "2019-03-25 14:23:02.824820"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 2]]  (15.7ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback_model"], ["view_id", 2]] KepplerFrontend::ViewCallback Create (0.8ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback_model"], ["function_type", "before_action"], ["view_id", 2], ["created_at", "2019-03-25 14:23:02.862465"], ["updated_at", "2019-03-25 14:23:02.862465"]]  (0.5ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $4 [["name", "test_callback_model"], ["function_type", "before_action"], ["view_id", 2], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test_callback_model"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 2]]  (0.5ms) ROLLBACK  (0.4ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:02.887049"], ["updated_at", "2019-03-25 14:23:02.887049"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 3], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:02.895567"], ["updated_at", "2019-03-25 14:23:02.895567"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback_model"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.7ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:02.903729' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.7ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback_model"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:02.903028"], ["updated_at", "2019-03-25 14:23:02.903028"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 13], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:02.909563"], ["updated_at", "2019-03-25 14:23:02.909563"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 3]]  (0.7ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback_model"], ["view_id", 3]] KepplerFrontend::ViewCallback Create (0.6ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback_model"], ["function_type", "before_action"], ["view_id", 3], ["created_at", "2019-03-25 14:23:02.918206"], ["updated_at", "2019-03-25 14:23:02.918206"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:02.926618"], ["updated_at", "2019-03-25 14:23:02.926618"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 4], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:02.931180"], ["updated_at", "2019-03-25 14:23:02.931180"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback_model"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:02.936592' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.5ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback_model"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:02.936070"], ["updated_at", "2019-03-25 14:23:02.936070"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 14], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:02.940559"], ["updated_at", "2019-03-25 14:23:02.940559"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 4]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback_model"], ["view_id", 4]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback_model"], ["function_type", "before_action"], ["view_id", 4], ["created_at", "2019-03-25 14:23:02.946792"], ["updated_at", "2019-03-25 14:23:02.946792"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Destroy (0.4ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 3]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Load (0.3ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test_callback_model"], ["function_type", "before_action"]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:02.956651"], ["updated_at", "2019-03-25 14:23:02.956651"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 5], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:02.960825"], ["updated_at", "2019-03-25 14:23:02.960825"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback_model"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:02.965400' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback_model"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:02.964945"], ["updated_at", "2019-03-25 14:23:02.964945"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 15], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:02.969112"], ["updated_at", "2019-03-25 14:23:02.969112"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 5]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback_model"], ["view_id", 5]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback_model"], ["function_type", "before_action"], ["view_id", 5], ["created_at", "2019-03-25 14:23:02.975228"], ["updated_at", "2019-03-25 14:23:02.975228"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:02.990740"], ["updated_at", "2019-03-25 14:23:02.990740"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 6], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:02.995050"], ["updated_at", "2019-03-25 14:23:02.995050"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:03.013039"], ["updated_at", "2019-03-25 14:23:03.013039"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 7], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:03.017296"], ["updated_at", "2019-03-25 14:23:03.017296"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:03.023803"], ["updated_at", "2019-03-25 14:23:03.023803"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 8], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:03.027742"], ["updated_at", "2019-03-25 14:23:03.027742"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:03.034282"], ["updated_at", "2019-03-25 14:23:03.034282"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 9], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:03.038252"], ["updated_at", "2019-03-25 14:23:03.038252"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:03.044834"], ["updated_at", "2019-03-25 14:23:03.044834"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 10], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:03.048691"], ["updated_at", "2019-03-25 14:23:03.048691"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:03.059253"], ["updated_at", "2019-03-25 14:23:03.059253"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 11], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:03.066410"], ["updated_at", "2019-03-25 14:23:03.066410"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:03.076765"], ["updated_at", "2019-03-25 14:23:03.076765"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 12], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:03.082679"], ["updated_at", "2019-03-25 14:23:03.082679"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:03.092238"], ["updated_at", "2019-03-25 14:23:03.092238"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 13], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:03.098496"], ["updated_at", "2019-03-25 14:23:03.098496"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:03.108004"], ["updated_at", "2019-03-25 14:23:03.108004"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 14], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:03.113084"], ["updated_at", "2019-03-25 14:23:03.113084"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:03.121083"], ["updated_at", "2019-03-25 14:23:03.121083"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 15], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:03.125713"], ["updated_at", "2019-03-25 14:23:03.125713"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:03.133956"], ["updated_at", "2019-03-25 14:23:03.133956"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 16], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:03.138254"], ["updated_at", "2019-03-25 14:23:03.138254"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:03.145647"], ["updated_at", "2019-03-25 14:23:03.145647"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 17], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:03.149850"], ["updated_at", "2019-03-25 14:23:03.149850"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:23:03.161956"], ["updated_at", "2019-03-25 14:23:03.161956"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 18], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:03.170578"], ["updated_at", "2019-03-25 14:23:03.170578"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.4ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:23:03.187537"], ["updated_at", "2019-03-25 14:23:03.187537"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 19], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:03.194878"], ["updated_at", "2019-03-25 14:23:03.194878"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Exists (1.0ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Marcelle"], ["LIMIT", 1]] Role Create (0.9ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Marcelle"], ["position", 1], ["created_at", "2019-03-25 14:23:03.262493"], ["updated_at", "2019-03-25 14:23:03.262493"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.6ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 2], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Forrest"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Forrest"], ["position", 1], ["created_at", "2019-03-25 14:23:03.270920"], ["updated_at", "2019-03-25 14:23:03.270920"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Diego"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Diego"], ["position", 1], ["created_at", "2019-03-25 14:23:03.279884"], ["updated_at", "2019-03-25 14:23:03.279884"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 4]] Permission Create (1.1ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 4], ["created_at", "2019-03-25 14:23:03.284923"], ["updated_at", "2019-03-25 14:23:03.284923"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 4], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Agustin"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Agustin"], ["position", 1], ["created_at", "2019-03-25 14:23:03.295542"], ["updated_at", "2019-03-25 14:23:03.295542"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 5]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 5], ["created_at", "2019-03-25 14:23:03.300980"], ["updated_at", "2019-03-25 14:23:03.300980"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 5], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 5], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 5], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 5], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2019-03-25 14:23:03.309774"], ["id", 2]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 5], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Andre"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Andre"], ["position", 1], ["created_at", "2019-03-25 14:23:03.317738"], ["updated_at", "2019-03-25 14:23:03.317738"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 6]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 6], ["created_at", "2019-03-25 14:23:03.321779"], ["updated_at", "2019-03-25 14:23:03.321779"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 6], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 6], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 6], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 6], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2019-03-25 14:23:03.329380"], ["id", 3]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 6], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 6], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 6], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 6], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2019-03-25 14:23:03.336069"], ["id", 3]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 6], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Casandra"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Casandra"], ["position", 1], ["created_at", "2019-03-25 14:23:03.342838"], ["updated_at", "2019-03-25 14:23:03.342838"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 7]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 7], ["created_at", "2019-03-25 14:23:03.346791"], ["updated_at", "2019-03-25 14:23:03.346791"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 7], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Verna"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Verna"], ["position", 1], ["created_at", "2019-03-25 14:23:03.353706"], ["updated_at", "2019-03-25 14:23:03.353706"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 8], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Frieda"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Frieda"], ["position", 1], ["created_at", "2019-03-25 14:23:03.359864"], ["updated_at", "2019-03-25 14:23:03.359864"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 9]] Permission Create (0.4ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 9], ["created_at", "2019-03-25 14:23:03.363259"], ["updated_at", "2019-03-25 14:23:03.363259"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 9], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Script Update All (0.5ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2019-03-25 14:23:03.389194' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.7ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Daphnee"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2019-03-25 14:23:03.388459"], ["updated_at", "2019-03-25 14:23:03.388459"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 1], ["key", "script.create"], ["created_at", "2019-03-25 14:23:03.393446"], ["updated_at", "2019-03-25 14:23:03.393446"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Script Update All (0.6ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2019-03-25 14:23:03.404993' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.4ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Curtis"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2019-03-25 14:23:03.404138"], ["updated_at", "2019-03-25 14:23:03.404138"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 2], ["key", "script.create"], ["created_at", "2019-03-25 14:23:03.410649"], ["updated_at", "2019-03-25 14:23:03.410649"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Script Load (0.4ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "frederik.howe@toy.org"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "easter@bahringershields.biz"], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "mario_goldner@rempellegros.org"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Jerrod"], ["permalink", "jerrod-72d32bb9"], ["username", "Garnett"], ["email", "mario_goldner@rempellegros.org"], ["encrypted_password", "$2a$04$VMZimZpOX60WwW2h1EKAJeSEdPBsyUYgcU1BsQziwrspZP.3h7zRC"], ["created_at", "2019-03-25 14:23:03.476551"], ["updated_at", "2019-03-25 14:23:03.476551"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 4], ["key", "user.create"], ["created_at", "2019-03-25 14:23:03.479485"], ["updated_at", "2019-03-25 14:23:03.479485"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 4], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "mikel.hackett@marquardt.com"], ["LIMIT", 1]] User Create (0.9ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Kaia"], ["permalink", "kaia-c3e023df"], ["username", "Brennan"], ["email", "mikel.hackett@marquardt.com"], ["encrypted_password", "$2a$04$4pATPaGNv5vjqkVA3JPaDOeWT5jzyZeGKpzWQV7bd2O71pJnDCTqq"], ["created_at", "2019-03-25 14:23:03.494635"], ["updated_at", "2019-03-25 14:23:03.494635"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 5], ["key", "user.create"], ["created_at", "2019-03-25 14:23:03.498007"], ["updated_at", "2019-03-25 14:23:03.498007"]] User::HABTM_Roles Create (0.6ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 5], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "judah_mueller@bruen.net"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Adriana"], ["permalink", "adriana-838ec576"], ["username", "Shayna"], ["email", "judah_mueller@bruen.net"], ["encrypted_password", "$2a$04$eTrwUgIEUffrlw7MARs6vuTK/DuyalhK66zLiRO./ijHjvelJZkyW"], ["created_at", "2019-03-25 14:23:03.514505"], ["updated_at", "2019-03-25 14:23:03.514505"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 6], ["key", "user.create"], ["created_at", "2019-03-25 14:23:03.517384"], ["updated_at", "2019-03-25 14:23:03.517384"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 6], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.9ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:03.562352' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.7ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:03.561878"], ["updated_at", "2019-03-25 14:23:03.561878"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 16], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:03.566744"], ["updated_at", "2019-03-25 14:23:03.566744"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.6ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.9ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:03.611737' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.9ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:03.611284"], ["updated_at", "2019-03-25 14:23:03.611284"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 17], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:03.616558"], ["updated_at", "2019-03-25 14:23:03.616558"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.7ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:03.625366' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.6ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:03.624889"], ["updated_at", "2019-03-25 14:23:03.624889"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 18], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:03.629507"], ["updated_at", "2019-03-25 14:23:03.629507"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.8ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:03.637781' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.7ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:03.637295"], ["updated_at", "2019-03-25 14:23:03.637295"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 19], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:03.642259"], ["updated_at", "2019-03-25 14:23:03.642259"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:03.650876' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:03.650382"], ["updated_at", "2019-03-25 14:23:03.650382"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 20], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:03.654526"], ["updated_at", "2019-03-25 14:23:03.654526"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:03.661672' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:03.661208"], ["updated_at", "2019-03-25 14:23:03.661208"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 21], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:03.665354"], ["updated_at", "2019-03-25 14:23:03.665354"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:03.672397' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.3ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:03.671923"], ["updated_at", "2019-03-25 14:23:03.671923"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 22], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:03.675875"], ["updated_at", "2019-03-25 14:23:03.675875"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:03.682691' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.3ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:03.682254"], ["updated_at", "2019-03-25 14:23:03.682254"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 23], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:03.685926"], ["updated_at", "2019-03-25 14:23:03.685926"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_function"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:03.692723' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_function"], ["description", "test_function"], ["position", 1], ["created_at", "2019-03-25 14:23:03.692308"], ["updated_at", "2019-03-25 14:23:03.692308"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 24], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:03.696099"], ["updated_at", "2019-03-25 14:23:03.696099"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_function"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (1.0ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:03.719658' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.8ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_function"], ["description", "test_function"], ["position", 1], ["created_at", "2019-03-25 14:23:03.719210"], ["updated_at", "2019-03-25 14:23:03.719210"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 25], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:03.724376"], ["updated_at", "2019-03-25 14:23:03.724376"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_function"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:03.732552' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.3ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_function"], ["description", "test_function"], ["position", 1], ["created_at", "2019-03-25 14:23:03.732106"], ["updated_at", "2019-03-25 14:23:03.732106"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 26], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:03.735941"], ["updated_at", "2019-03-25 14:23:03.735941"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_function"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:03.743592' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.3ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_function"], ["description", "test_function"], ["position", 1], ["created_at", "2019-03-25 14:23:03.743046"], ["updated_at", "2019-03-25 14:23:03.743046"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 27], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:03.747131"], ["updated_at", "2019-03-25 14:23:03.747131"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_function"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:03.753688' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.3ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_function"], ["description", "test_function"], ["position", 1], ["created_at", "2019-03-25 14:23:03.753249"], ["updated_at", "2019-03-25 14:23:03.753249"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 28], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:03.757176"], ["updated_at", "2019-03-25 14:23:03.757176"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_function"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:03.763959' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.3ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_function"], ["description", "test_function"], ["position", 1], ["created_at", "2019-03-25 14:23:03.763516"], ["updated_at", "2019-03-25 14:23:03.763516"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 29], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:03.767285"], ["updated_at", "2019-03-25 14:23:03.767285"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_function"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:03.773627' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.3ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_function"], ["description", "test_function"], ["position", 1], ["created_at", "2019-03-25 14:23:03.773189"], ["updated_at", "2019-03-25 14:23:03.773189"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 30], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:03.777148"], ["updated_at", "2019-03-25 14:23:03.777148"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_function"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:03.783895' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.3ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_function"], ["description", "test_function"], ["position", 1], ["created_at", "2019-03-25 14:23:03.783463"], ["updated_at", "2019-03-25 14:23:03.783463"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 31], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:03.787208"], ["updated_at", "2019-03-25 14:23:03.787208"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:03.794907"], ["updated_at", "2019-03-25 14:23:03.794907"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 20], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:03.799150"], ["updated_at", "2019-03-25 14:23:03.799150"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:03.806268"], ["updated_at", "2019-03-25 14:23:03.806268"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 21], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:03.810335"], ["updated_at", "2019-03-25 14:23:03.810335"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.3ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:03.818082"], ["updated_at", "2019-03-25 14:23:03.818082"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 22], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:03.823502"], ["updated_at", "2019-03-25 14:23:03.823502"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:03.831505"], ["updated_at", "2019-03-25 14:23:03.831505"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 23], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:03.835506"], ["updated_at", "2019-03-25 14:23:03.835506"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:03.842918"], ["updated_at", "2019-03-25 14:23:03.842918"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 24], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:03.847096"], ["updated_at", "2019-03-25 14:23:03.847096"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:03.854101"], ["updated_at", "2019-03-25 14:23:03.854101"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 25], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:03.858398"], ["updated_at", "2019-03-25 14:23:03.858398"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:03.866165"], ["updated_at", "2019-03-25 14:23:03.866165"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 26], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:03.870177"], ["updated_at", "2019-03-25 14:23:03.870177"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:03.877871"], ["updated_at", "2019-03-25 14:23:03.877871"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 27], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:03.894597"], ["updated_at", "2019-03-25 14:23:03.894597"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:03.980609"], ["updated_at", "2019-03-25 14:23:03.980609"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 28], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:03.985160"], ["updated_at", "2019-03-25 14:23:03.985160"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:03.989955' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:03.989497"], ["updated_at", "2019-03-25 14:23:03.989497"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 32], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:03.993486"], ["updated_at", "2019-03-25 14:23:03.993486"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 28]]  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 28]] KepplerFrontend::ViewCallback Create (0.6ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 28], ["created_at", "2019-03-25 14:23:04.000053"], ["updated_at", "2019-03-25 14:23:04.000053"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 28]]  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 28]] KepplerFrontend::ViewCallback Create (0.6ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 28], ["created_at", "2019-03-25 14:23:04.005867"], ["updated_at", "2019-03-25 14:23:04.005867"]]  (1.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 28]]  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 28]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 28], ["created_at", "2019-03-25 14:23:04.013645"], ["updated_at", "2019-03-25 14:23:04.013645"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (2.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (1.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 28]]  (0.7ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 28]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 28], ["created_at", "2019-03-25 14:23:04.024806"], ["updated_at", "2019-03-25 14:23:04.024806"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test_callback"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 28]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:04.038480"], ["updated_at", "2019-03-25 14:23:04.038480"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 29], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:04.044629"], ["updated_at", "2019-03-25 14:23:04.044629"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.6ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:04.050404' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.6ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:04.049698"], ["updated_at", "2019-03-25 14:23:04.049698"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 33], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:04.054817"], ["updated_at", "2019-03-25 14:23:04.054817"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (2.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 29]]  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 29]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 29], ["created_at", "2019-03-25 14:23:04.065732"], ["updated_at", "2019-03-25 14:23:04.065732"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 29]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 29]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 29], ["created_at", "2019-03-25 14:23:04.071010"], ["updated_at", "2019-03-25 14:23:04.071010"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 29]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 29]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 29], ["created_at", "2019-03-25 14:23:04.076164"], ["updated_at", "2019-03-25 14:23:04.076164"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 29]]  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 29]] KepplerFrontend::ViewCallback Create (0.6ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 29], ["created_at", "2019-03-25 14:23:04.082859"], ["updated_at", "2019-03-25 14:23:04.082859"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:04.089924"], ["updated_at", "2019-03-25 14:23:04.089924"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 30], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:04.095037"], ["updated_at", "2019-03-25 14:23:04.095037"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:04.099822' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:04.099343"], ["updated_at", "2019-03-25 14:23:04.099343"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 34], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:04.103502"], ["updated_at", "2019-03-25 14:23:04.103502"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 30]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 30]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 30], ["created_at", "2019-03-25 14:23:04.109080"], ["updated_at", "2019-03-25 14:23:04.109080"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 30]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 30]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 30], ["created_at", "2019-03-25 14:23:04.113755"], ["updated_at", "2019-03-25 14:23:04.113755"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 30]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 30]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 30], ["created_at", "2019-03-25 14:23:04.118160"], ["updated_at", "2019-03-25 14:23:04.118160"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 30]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 30]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 30], ["created_at", "2019-03-25 14:23:04.122558"], ["updated_at", "2019-03-25 14:23:04.122558"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Load (0.3ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test_callback"], ["function_type", "before_filter"]] KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 30]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:04.130692"], ["updated_at", "2019-03-25 14:23:04.130692"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 31], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:04.134685"], ["updated_at", "2019-03-25 14:23:04.134685"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:04.138846' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:04.138375"], ["updated_at", "2019-03-25 14:23:04.138375"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 35], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:04.142223"], ["updated_at", "2019-03-25 14:23:04.142223"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 31]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 31]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 31], ["created_at", "2019-03-25 14:23:04.147466"], ["updated_at", "2019-03-25 14:23:04.147466"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 31]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 31]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 31], ["created_at", "2019-03-25 14:23:04.151897"], ["updated_at", "2019-03-25 14:23:04.151897"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 31]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 31]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 31], ["created_at", "2019-03-25 14:23:04.156719"], ["updated_at", "2019-03-25 14:23:04.156719"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 31]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 31]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 31], ["created_at", "2019-03-25 14:23:04.161287"], ["updated_at", "2019-03-25 14:23:04.161287"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.3ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:04.167694"], ["updated_at", "2019-03-25 14:23:04.167694"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 32], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:04.171674"], ["updated_at", "2019-03-25 14:23:04.171674"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:04.175872' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:04.175416"], ["updated_at", "2019-03-25 14:23:04.175416"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 36], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:04.179386"], ["updated_at", "2019-03-25 14:23:04.179386"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 32]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 32]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 32], ["created_at", "2019-03-25 14:23:04.184560"], ["updated_at", "2019-03-25 14:23:04.184560"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 32]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 32]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 32], ["created_at", "2019-03-25 14:23:04.189590"], ["updated_at", "2019-03-25 14:23:04.189590"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 32]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 32]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 32], ["created_at", "2019-03-25 14:23:04.193927"], ["updated_at", "2019-03-25 14:23:04.193927"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 32]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 32]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 32], ["created_at", "2019-03-25 14:23:04.199060"], ["updated_at", "2019-03-25 14:23:04.199060"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test_callback"], ["function_type", "after_action"]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 32]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:04.211066"], ["updated_at", "2019-03-25 14:23:04.211066"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 33], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:04.215702"], ["updated_at", "2019-03-25 14:23:04.215702"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:04.220798' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:04.220336"], ["updated_at", "2019-03-25 14:23:04.220336"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 37], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:04.224370"], ["updated_at", "2019-03-25 14:23:04.224370"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 33]]  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 33]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 33], ["created_at", "2019-03-25 14:23:04.230510"], ["updated_at", "2019-03-25 14:23:04.230510"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 33]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 33]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 33], ["created_at", "2019-03-25 14:23:04.235598"], ["updated_at", "2019-03-25 14:23:04.235598"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 33]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 33]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 33], ["created_at", "2019-03-25 14:23:04.240528"], ["updated_at", "2019-03-25 14:23:04.240528"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 33]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 33]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 33], ["created_at", "2019-03-25 14:23:04.245319"], ["updated_at", "2019-03-25 14:23:04.245319"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:04.251602"], ["updated_at", "2019-03-25 14:23:04.251602"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 34], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:04.256574"], ["updated_at", "2019-03-25 14:23:04.256574"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.7ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:04.262110' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.6ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:04.261640"], ["updated_at", "2019-03-25 14:23:04.261640"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 38], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:04.266153"], ["updated_at", "2019-03-25 14:23:04.266153"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 34]]  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 34]] KepplerFrontend::ViewCallback Create (0.6ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 34], ["created_at", "2019-03-25 14:23:04.272308"], ["updated_at", "2019-03-25 14:23:04.272308"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 34]]  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 34]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 34], ["created_at", "2019-03-25 14:23:04.278516"], ["updated_at", "2019-03-25 14:23:04.278516"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 34]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 34]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 34], ["created_at", "2019-03-25 14:23:04.284162"], ["updated_at", "2019-03-25 14:23:04.284162"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 34]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 34]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 34], ["created_at", "2019-03-25 14:23:04.289182"], ["updated_at", "2019-03-25 14:23:04.289182"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Load (0.3ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test_callback"], ["function_type", "after_filter"]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 34]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:04.299131"], ["updated_at", "2019-03-25 14:23:04.299131"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 35], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:04.303810"], ["updated_at", "2019-03-25 14:23:04.303810"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:04.308886' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:04.308385"], ["updated_at", "2019-03-25 14:23:04.308385"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 39], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:04.312485"], ["updated_at", "2019-03-25 14:23:04.312485"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 35]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 35]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 35], ["created_at", "2019-03-25 14:23:04.318447"], ["updated_at", "2019-03-25 14:23:04.318447"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 35]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 35]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 35], ["created_at", "2019-03-25 14:23:04.323383"], ["updated_at", "2019-03-25 14:23:04.323383"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 35]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 35]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 35], ["created_at", "2019-03-25 14:23:04.328487"], ["updated_at", "2019-03-25 14:23:04.328487"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 35]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 35]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 35], ["created_at", "2019-03-25 14:23:04.333297"], ["updated_at", "2019-03-25 14:23:04.333297"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:04.340623"], ["updated_at", "2019-03-25 14:23:04.340623"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 36], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:04.344882"], ["updated_at", "2019-03-25 14:23:04.344882"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:04.349782' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:04.349343"], ["updated_at", "2019-03-25 14:23:04.349343"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 40], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:04.353142"], ["updated_at", "2019-03-25 14:23:04.353142"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 36]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 36]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 36], ["created_at", "2019-03-25 14:23:04.358315"], ["updated_at", "2019-03-25 14:23:04.358315"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 36]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 36]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 36], ["created_at", "2019-03-25 14:23:04.363197"], ["updated_at", "2019-03-25 14:23:04.363197"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 36]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 36]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 36], ["created_at", "2019-03-25 14:23:04.367779"], ["updated_at", "2019-03-25 14:23:04.367779"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 36]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 36]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 36], ["created_at", "2019-03-25 14:23:04.372262"], ["updated_at", "2019-03-25 14:23:04.372262"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Destroy (0.3ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 37]]  (0.1ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Load (0.2ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test_callback"], ["function_type", "before_action"]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:04.380270"], ["updated_at", "2019-03-25 14:23:04.380270"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 37], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:04.384255"], ["updated_at", "2019-03-25 14:23:04.384255"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:04.388522' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.3ms)[0m INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:04.388034"], ["updated_at", "2019-03-25 14:23:04.388034"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 41], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:04.391666"], ["updated_at", "2019-03-25 14:23:04.391666"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 37]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 37]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 37], ["created_at", "2019-03-25 14:23:04.396855"], ["updated_at", "2019-03-25 14:23:04.396855"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 37]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 37]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 37], ["created_at", "2019-03-25 14:23:04.401612"], ["updated_at", "2019-03-25 14:23:04.401612"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 37]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 37]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 37], ["created_at", "2019-03-25 14:23:04.406494"], ["updated_at", "2019-03-25 14:23:04.406494"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 37]]  (0.3ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 37]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 37], ["created_at", "2019-03-25 14:23:04.410849"], ["updated_at", "2019-03-25 14:23:04.410849"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:04.417381"], ["updated_at", "2019-03-25 14:23:04.417381"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 38], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:04.421423"], ["updated_at", "2019-03-25 14:23:04.421423"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:04.425580' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:04.425151"], ["updated_at", "2019-03-25 14:23:04.425151"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 42], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:04.428968"], ["updated_at", "2019-03-25 14:23:04.428968"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 38]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 38]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 38], ["created_at", "2019-03-25 14:23:04.434182"], ["updated_at", "2019-03-25 14:23:04.434182"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 38]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 38]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 38], ["created_at", "2019-03-25 14:23:04.439192"], ["updated_at", "2019-03-25 14:23:04.439192"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 38]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 38]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 38], ["created_at", "2019-03-25 14:23:04.443678"], ["updated_at", "2019-03-25 14:23:04.443678"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 38]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 38]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 38], ["created_at", "2019-03-25 14:23:04.448767"], ["updated_at", "2019-03-25 14:23:04.448767"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Destroy (0.3ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 46]]  (0.1ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Load (0.2ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test_callback"], ["function_type", "before_filter"]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:04.456792"], ["updated_at", "2019-03-25 14:23:04.456792"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 39], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:04.460905"], ["updated_at", "2019-03-25 14:23:04.460905"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:04.465224' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:04.464756"], ["updated_at", "2019-03-25 14:23:04.464756"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 43], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:04.468833"], ["updated_at", "2019-03-25 14:23:04.468833"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 39]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 39]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 39], ["created_at", "2019-03-25 14:23:04.474024"], ["updated_at", "2019-03-25 14:23:04.474024"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 39]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 39]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 39], ["created_at", "2019-03-25 14:23:04.478483"], ["updated_at", "2019-03-25 14:23:04.478483"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 39]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 39]] KepplerFrontend::ViewCallback Create (0.8ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 39], ["created_at", "2019-03-25 14:23:04.483541"], ["updated_at", "2019-03-25 14:23:04.483541"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 39]]  (0.8ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 39]] KepplerFrontend::ViewCallback Create (0.7ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 39], ["created_at", "2019-03-25 14:23:04.489671"], ["updated_at", "2019-03-25 14:23:04.489671"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:04.497462"], ["updated_at", "2019-03-25 14:23:04.497462"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 40], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:04.503448"], ["updated_at", "2019-03-25 14:23:04.503448"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:04.508093' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:04.507609"], ["updated_at", "2019-03-25 14:23:04.507609"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 44], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:04.511501"], ["updated_at", "2019-03-25 14:23:04.511501"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 40]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 40]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 40], ["created_at", "2019-03-25 14:23:04.517425"], ["updated_at", "2019-03-25 14:23:04.517425"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 40]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 40]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 40], ["created_at", "2019-03-25 14:23:04.522170"], ["updated_at", "2019-03-25 14:23:04.522170"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 40]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 40]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 40], ["created_at", "2019-03-25 14:23:04.526936"], ["updated_at", "2019-03-25 14:23:04.526936"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 40]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 40]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 40], ["created_at", "2019-03-25 14:23:04.531531"], ["updated_at", "2019-03-25 14:23:04.531531"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Destroy (0.3ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 55]]  (0.1ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Load (0.2ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test_callback"], ["function_type", "after_action"]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:04.539642"], ["updated_at", "2019-03-25 14:23:04.539642"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 41], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:04.543598"], ["updated_at", "2019-03-25 14:23:04.543598"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:04.547742' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.3ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:04.547305"], ["updated_at", "2019-03-25 14:23:04.547305"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 45], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:04.550954"], ["updated_at", "2019-03-25 14:23:04.550954"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 41]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 41]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 41], ["created_at", "2019-03-25 14:23:04.555862"], ["updated_at", "2019-03-25 14:23:04.555862"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 41]]  (0.3ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 41]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 41], ["created_at", "2019-03-25 14:23:04.560184"], ["updated_at", "2019-03-25 14:23:04.560184"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 41]]  (0.8ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 41]] KepplerFrontend::ViewCallback Create (0.7ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 41], ["created_at", "2019-03-25 14:23:04.565976"], ["updated_at", "2019-03-25 14:23:04.565976"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 41]]  (0.7ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 41]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 41], ["created_at", "2019-03-25 14:23:04.571696"], ["updated_at", "2019-03-25 14:23:04.571696"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:04.577972"], ["updated_at", "2019-03-25 14:23:04.577972"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 42], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:04.582301"], ["updated_at", "2019-03-25 14:23:04.582301"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:04.586921' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:04.586440"], ["updated_at", "2019-03-25 14:23:04.586440"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 46], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:04.590441"], ["updated_at", "2019-03-25 14:23:04.590441"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 42]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 42]] KepplerFrontend::ViewCallback Create (0.8ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 42], ["created_at", "2019-03-25 14:23:04.596294"], ["updated_at", "2019-03-25 14:23:04.596294"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 42]]  (0.8ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 42]] KepplerFrontend::ViewCallback Create (0.8ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 42], ["created_at", "2019-03-25 14:23:04.603642"], ["updated_at", "2019-03-25 14:23:04.603642"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 42]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 42]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 42], ["created_at", "2019-03-25 14:23:04.609592"], ["updated_at", "2019-03-25 14:23:04.609592"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 42]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 42]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 42], ["created_at", "2019-03-25 14:23:04.614950"], ["updated_at", "2019-03-25 14:23:04.614950"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Destroy (0.4ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 64]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Load (0.2ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test_callback"], ["function_type", "after_filter"]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:04.624297"], ["updated_at", "2019-03-25 14:23:04.624297"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 43], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:04.628931"], ["updated_at", "2019-03-25 14:23:04.628931"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:04.634002' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:04.633511"], ["updated_at", "2019-03-25 14:23:04.633511"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 47], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:04.637412"], ["updated_at", "2019-03-25 14:23:04.637412"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 43]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 43]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 43], ["created_at", "2019-03-25 14:23:04.642563"], ["updated_at", "2019-03-25 14:23:04.642563"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 43]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 43]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 43], ["created_at", "2019-03-25 14:23:04.647405"], ["updated_at", "2019-03-25 14:23:04.647405"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 43]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 43]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 43], ["created_at", "2019-03-25 14:23:04.652270"], ["updated_at", "2019-03-25 14:23:04.652270"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 43]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 43]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 43], ["created_at", "2019-03-25 14:23:04.656831"], ["updated_at", "2019-03-25 14:23:04.656831"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:04.662590' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:04.662143"], ["updated_at", "2019-03-25 14:23:04.662143"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 48], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:04.665887"], ["updated_at", "2019-03-25 14:23:04.665887"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:04.671757' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.3ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:04.671297"], ["updated_at", "2019-03-25 14:23:04.671297"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 49], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:04.675032"], ["updated_at", "2019-03-25 14:23:04.675032"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.3ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:04.680912' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.3ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:04.680470"], ["updated_at", "2019-03-25 14:23:04.680470"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 50], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:04.684121"], ["updated_at", "2019-03-25 14:23:04.684121"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:04.690022' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.3ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:04.689606"], ["updated_at", "2019-03-25 14:23:04.689606"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 51], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:04.693289"], ["updated_at", "2019-03-25 14:23:04.693289"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:04.699840' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:04.699185"], ["updated_at", "2019-03-25 14:23:04.699185"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 52], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:04.703556"], ["updated_at", "2019-03-25 14:23:04.703556"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:04.709417' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:04.708981"], ["updated_at", "2019-03-25 14:23:04.708981"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 53], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:04.712779"], ["updated_at", "2019-03-25 14:23:04.712779"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:04.718943' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:04.718423"], ["updated_at", "2019-03-25 14:23:04.718423"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 54], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:04.722366"], ["updated_at", "2019-03-25 14:23:04.722366"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:04.728211' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.3ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:04.727754"], ["updated_at", "2019-03-25 14:23:04.727754"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 55], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:04.731833"], ["updated_at", "2019-03-25 14:23:04.731833"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (1.0ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:04.739742' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.7ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:04.739330"], ["updated_at", "2019-03-25 14:23:04.739330"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 56], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:04.744268"], ["updated_at", "2019-03-25 14:23:04.744268"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.8ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:23:04.752625' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.7ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:23:04.752135"], ["updated_at", "2019-03-25 14:23:04.752135"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 57], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:23:04.757118"], ["updated_at", "2019-03-25 14:23:04.757118"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.5ms) BEGIN  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:04.958269"], ["updated_at", "2019-03-25 14:23:04.958269"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 44], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:04.963069"], ["updated_at", "2019-03-25 14:23:04.963069"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:04.976554"], ["updated_at", "2019-03-25 14:23:04.976554"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 45], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:04.981571"], ["updated_at", "2019-03-25 14:23:04.981571"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:04.992809"], ["updated_at", "2019-03-25 14:23:04.992809"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 46], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:04.997728"], ["updated_at", "2019-03-25 14:23:04.997728"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "keppler"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "test_index"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.010546"], ["updated_at", "2019-03-25 14:23:05.010546"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 47], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.015237"], ["updated_at", "2019-03-25 14:23:05.015237"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.034433"], ["updated_at", "2019-03-25 14:23:05.034433"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 48], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.039049"], ["updated_at", "2019-03-25 14:23:05.039049"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.045639"], ["updated_at", "2019-03-25 14:23:05.045639"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 49], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.049965"], ["updated_at", "2019-03-25 14:23:05.049965"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.056773"], ["updated_at", "2019-03-25 14:23:05.056773"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 50], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.060794"], ["updated_at", "2019-03-25 14:23:05.060794"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.067712"], ["updated_at", "2019-03-25 14:23:05.067712"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 51], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.071880"], ["updated_at", "2019-03-25 14:23:05.071880"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.078183"], ["updated_at", "2019-03-25 14:23:05.078183"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 52], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.082193"], ["updated_at", "2019-03-25 14:23:05.082193"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.088894"], ["updated_at", "2019-03-25 14:23:05.088894"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 53], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.092802"], ["updated_at", "2019-03-25 14:23:05.092802"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.099778"], ["updated_at", "2019-03-25 14:23:05.099778"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 54], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.104184"], ["updated_at", "2019-03-25 14:23:05.104184"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.110566"], ["updated_at", "2019-03-25 14:23:05.110566"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 55], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.114492"], ["updated_at", "2019-03-25 14:23:05.114492"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.121128"], ["updated_at", "2019-03-25 14:23:05.121128"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 56], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.125121"], ["updated_at", "2019-03-25 14:23:05.125121"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.132324"], ["updated_at", "2019-03-25 14:23:05.132324"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 57], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.136951"], ["updated_at", "2019-03-25 14:23:05.136951"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.143203"], ["updated_at", "2019-03-25 14:23:05.143203"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 58], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.147276"], ["updated_at", "2019-03-25 14:23:05.147276"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.153600"], ["updated_at", "2019-03-25 14:23:05.153600"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 59], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.157549"], ["updated_at", "2019-03-25 14:23:05.157549"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.164217"], ["updated_at", "2019-03-25 14:23:05.164217"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 60], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.168413"], ["updated_at", "2019-03-25 14:23:05.168413"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.174917"], ["updated_at", "2019-03-25 14:23:05.174917"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 61], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.178982"], ["updated_at", "2019-03-25 14:23:05.178982"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.185610"], ["updated_at", "2019-03-25 14:23:05.185610"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 62], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.189573"], ["updated_at", "2019-03-25 14:23:05.189573"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.196635"], ["updated_at", "2019-03-25 14:23:05.196635"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 63], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.200902"], ["updated_at", "2019-03-25 14:23:05.200902"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.209497"], ["updated_at", "2019-03-25 14:23:05.209497"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 64], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.214263"], ["updated_at", "2019-03-25 14:23:05.214263"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.221101"], ["updated_at", "2019-03-25 14:23:05.221101"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 65], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.225219"], ["updated_at", "2019-03-25 14:23:05.225219"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.232172"], ["updated_at", "2019-03-25 14:23:05.232172"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 66], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.236768"], ["updated_at", "2019-03-25 14:23:05.236768"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.242956"], ["updated_at", "2019-03-25 14:23:05.242956"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 67], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.246920"], ["updated_at", "2019-03-25 14:23:05.246920"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.253580"], ["updated_at", "2019-03-25 14:23:05.253580"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 68], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.257557"], ["updated_at", "2019-03-25 14:23:05.257557"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.266908"], ["updated_at", "2019-03-25 14:23:05.266908"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 69], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.271683"], ["updated_at", "2019-03-25 14:23:05.271683"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.278152"], ["updated_at", "2019-03-25 14:23:05.278152"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 70], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.282396"], ["updated_at", "2019-03-25 14:23:05.282396"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.288618"], ["updated_at", "2019-03-25 14:23:05.288618"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 71], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.292889"], ["updated_at", "2019-03-25 14:23:05.292889"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.299233"], ["updated_at", "2019-03-25 14:23:05.299233"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 72], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.304611"], ["updated_at", "2019-03-25 14:23:05.304611"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.312693"], ["updated_at", "2019-03-25 14:23:05.312693"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 73], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.317023"], ["updated_at", "2019-03-25 14:23:05.317023"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.324180"], ["updated_at", "2019-03-25 14:23:05.324180"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 74], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.328408"], ["updated_at", "2019-03-25 14:23:05.328408"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.335284"], ["updated_at", "2019-03-25 14:23:05.335284"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 75], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.339316"], ["updated_at", "2019-03-25 14:23:05.339316"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.345863"], ["updated_at", "2019-03-25 14:23:05.345863"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 76], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.349956"], ["updated_at", "2019-03-25 14:23:05.349956"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.356210"], ["updated_at", "2019-03-25 14:23:05.356210"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 77], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.360194"], ["updated_at", "2019-03-25 14:23:05.360194"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.366326"], ["updated_at", "2019-03-25 14:23:05.366326"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 78], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.370600"], ["updated_at", "2019-03-25 14:23:05.370600"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.377007"], ["updated_at", "2019-03-25 14:23:05.377007"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 79], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.381074"], ["updated_at", "2019-03-25 14:23:05.381074"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.387751"], ["updated_at", "2019-03-25 14:23:05.387751"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 80], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.391983"], ["updated_at", "2019-03-25 14:23:05.391983"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.398849"], ["updated_at", "2019-03-25 14:23:05.398849"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 81], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.403441"], ["updated_at", "2019-03-25 14:23:05.403441"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.411339"], ["updated_at", "2019-03-25 14:23:05.411339"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 82], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.415944"], ["updated_at", "2019-03-25 14:23:05.415944"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.423298"], ["updated_at", "2019-03-25 14:23:05.423298"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 83], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.427515"], ["updated_at", "2019-03-25 14:23:05.427515"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.434711"], ["updated_at", "2019-03-25 14:23:05.434711"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 84], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.438998"], ["updated_at", "2019-03-25 14:23:05.438998"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.445700"], ["updated_at", "2019-03-25 14:23:05.445700"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 85], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.450069"], ["updated_at", "2019-03-25 14:23:05.450069"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.457051"], ["updated_at", "2019-03-25 14:23:05.457051"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 86], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.461164"], ["updated_at", "2019-03-25 14:23:05.461164"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.467756"], ["updated_at", "2019-03-25 14:23:05.467756"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 87], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.471778"], ["updated_at", "2019-03-25 14:23:05.471778"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 14:23:05.478634"], ["updated_at", "2019-03-25 14:23:05.478634"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 88], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.483142"], ["updated_at", "2019-03-25 14:23:05.483142"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 14:23:05.490611"], ["updated_at", "2019-03-25 14:23:05.490611"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 89], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.494750"], ["updated_at", "2019-03-25 14:23:05.494750"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 14:23:05.502097"], ["updated_at", "2019-03-25 14:23:05.502097"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 90], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.506348"], ["updated_at", "2019-03-25 14:23:05.506348"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 14:23:05.513615"], ["updated_at", "2019-03-25 14:23:05.513615"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 91], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.517927"], ["updated_at", "2019-03-25 14:23:05.517927"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 14:23:05.525087"], ["updated_at", "2019-03-25 14:23:05.525087"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 92], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.529258"], ["updated_at", "2019-03-25 14:23:05.529258"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 14:23:05.536412"], ["updated_at", "2019-03-25 14:23:05.536412"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 93], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.540571"], ["updated_at", "2019-03-25 14:23:05.540571"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 14:23:05.547410"], ["updated_at", "2019-03-25 14:23:05.547410"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 94], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.551454"], ["updated_at", "2019-03-25 14:23:05.551454"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 14:23:05.558461"], ["updated_at", "2019-03-25 14:23:05.558461"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 95], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.562522"], ["updated_at", "2019-03-25 14:23:05.562522"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 14:23:05.569054"], ["updated_at", "2019-03-25 14:23:05.569054"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 96], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.573245"], ["updated_at", "2019-03-25 14:23:05.573245"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 14:23:05.579889"], ["updated_at", "2019-03-25 14:23:05.579889"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 97], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.583858"], ["updated_at", "2019-03-25 14:23:05.583858"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 14:23:05.591295"], ["updated_at", "2019-03-25 14:23:05.591295"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 98], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.595242"], ["updated_at", "2019-03-25 14:23:05.595242"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 14:23:05.601941"], ["updated_at", "2019-03-25 14:23:05.601941"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 99], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.606211"], ["updated_at", "2019-03-25 14:23:05.606211"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:23:05.613034"], ["updated_at", "2019-03-25 14:23:05.613034"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 100], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.617115"], ["updated_at", "2019-03-25 14:23:05.617115"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:23:05.624583"], ["updated_at", "2019-03-25 14:23:05.624583"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 101], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.628531"], ["updated_at", "2019-03-25 14:23:05.628531"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:23:05.634881"], ["updated_at", "2019-03-25 14:23:05.634881"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 102], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.639294"], ["updated_at", "2019-03-25 14:23:05.639294"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:23:05.646272"], ["updated_at", "2019-03-25 14:23:05.646272"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 103], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.650333"], ["updated_at", "2019-03-25 14:23:05.650333"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:23:05.657009"], ["updated_at", "2019-03-25 14:23:05.657009"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 104], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.661164"], ["updated_at", "2019-03-25 14:23:05.661164"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:23:05.668123"], ["updated_at", "2019-03-25 14:23:05.668123"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 105], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.672966"], ["updated_at", "2019-03-25 14:23:05.672966"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:23:05.679996"], ["updated_at", "2019-03-25 14:23:05.679996"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 106], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.684332"], ["updated_at", "2019-03-25 14:23:05.684332"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:23:05.691218"], ["updated_at", "2019-03-25 14:23:05.691218"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 107], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.695287"], ["updated_at", "2019-03-25 14:23:05.695287"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:23:05.703394"], ["updated_at", "2019-03-25 14:23:05.703394"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 108], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.708774"], ["updated_at", "2019-03-25 14:23:05.708774"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:23:05.717313"], ["updated_at", "2019-03-25 14:23:05.717313"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 109], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.722166"], ["updated_at", "2019-03-25 14:23:05.722166"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:23:05.730348"], ["updated_at", "2019-03-25 14:23:05.730348"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 110], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.734904"], ["updated_at", "2019-03-25 14:23:05.734904"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:23:05.743073"], ["updated_at", "2019-03-25 14:23:05.743073"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 111], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.747310"], ["updated_at", "2019-03-25 14:23:05.747310"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:23:05.754663"], ["updated_at", "2019-03-25 14:23:05.754663"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 112], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.759565"], ["updated_at", "2019-03-25 14:23:05.759565"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:23:05.768281"], ["updated_at", "2019-03-25 14:23:05.768281"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 113], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.773565"], ["updated_at", "2019-03-25 14:23:05.773565"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:23:05.782467"], ["updated_at", "2019-03-25 14:23:05.782467"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 114], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.787506"], ["updated_at", "2019-03-25 14:23:05.787506"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:23:05.796403"], ["updated_at", "2019-03-25 14:23:05.796403"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 115], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.802235"], ["updated_at", "2019-03-25 14:23:05.802235"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.5ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:23:05.815598"], ["updated_at", "2019-03-25 14:23:05.815598"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 116], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.821725"], ["updated_at", "2019-03-25 14:23:05.821725"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.830996"], ["updated_at", "2019-03-25 14:23:05.830996"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 117], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.835618"], ["updated_at", "2019-03-25 14:23:05.835618"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.843747"], ["updated_at", "2019-03-25 14:23:05.843747"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 118], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.848395"], ["updated_at", "2019-03-25 14:23:05.848395"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.855767"], ["updated_at", "2019-03-25 14:23:05.855767"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 119], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.860920"], ["updated_at", "2019-03-25 14:23:05.860920"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.868178"], ["updated_at", "2019-03-25 14:23:05.868178"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 120], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.873068"], ["updated_at", "2019-03-25 14:23:05.873068"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.879823"], ["updated_at", "2019-03-25 14:23:05.879823"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 121], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.884101"], ["updated_at", "2019-03-25 14:23:05.884101"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.890993"], ["updated_at", "2019-03-25 14:23:05.890993"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 122], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.895101"], ["updated_at", "2019-03-25 14:23:05.895101"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.902413"], ["updated_at", "2019-03-25 14:23:05.902413"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 123], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.911710"], ["updated_at", "2019-03-25 14:23:05.911710"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.918164"], ["updated_at", "2019-03-25 14:23:05.918164"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 124], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.922480"], ["updated_at", "2019-03-25 14:23:05.922480"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.929396"], ["updated_at", "2019-03-25 14:23:05.929396"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 125], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.933692"], ["updated_at", "2019-03-25 14:23:05.933692"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.940881"], ["updated_at", "2019-03-25 14:23:05.940881"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 126], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.944886"], ["updated_at", "2019-03-25 14:23:05.944886"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.951335"], ["updated_at", "2019-03-25 14:23:05.951335"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 127], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.956196"], ["updated_at", "2019-03-25 14:23:05.956196"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.962659"], ["updated_at", "2019-03-25 14:23:05.962659"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 128], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.966662"], ["updated_at", "2019-03-25 14:23:05.966662"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.972991"], ["updated_at", "2019-03-25 14:23:05.972991"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 129], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.977098"], ["updated_at", "2019-03-25 14:23:05.977098"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.983694"], ["updated_at", "2019-03-25 14:23:05.983694"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 130], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.988242"], ["updated_at", "2019-03-25 14:23:05.988242"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:05.994944"], ["updated_at", "2019-03-25 14:23:05.994944"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 131], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:05.999075"], ["updated_at", "2019-03-25 14:23:05.999075"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:06.006212"], ["updated_at", "2019-03-25 14:23:06.006212"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 132], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.010421"], ["updated_at", "2019-03-25 14:23:06.010421"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:06.030759"], ["updated_at", "2019-03-25 14:23:06.030759"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 133], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.035003"], ["updated_at", "2019-03-25 14:23:06.035003"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:06.041620"], ["updated_at", "2019-03-25 14:23:06.041620"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 134], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.045689"], ["updated_at", "2019-03-25 14:23:06.045689"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:06.052571"], ["updated_at", "2019-03-25 14:23:06.052571"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 135], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.057090"], ["updated_at", "2019-03-25 14:23:06.057090"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:06.063220"], ["updated_at", "2019-03-25 14:23:06.063220"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 136], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.067415"], ["updated_at", "2019-03-25 14:23:06.067415"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:06.074776"], ["updated_at", "2019-03-25 14:23:06.074776"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 137], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.079359"], ["updated_at", "2019-03-25 14:23:06.079359"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:06.085978"], ["updated_at", "2019-03-25 14:23:06.085978"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 138], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.090289"], ["updated_at", "2019-03-25 14:23:06.090289"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:06.096828"], ["updated_at", "2019-03-25 14:23:06.096828"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 139], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.102152"], ["updated_at", "2019-03-25 14:23:06.102152"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:06.119383"], ["updated_at", "2019-03-25 14:23:06.119383"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 140], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.123922"], ["updated_at", "2019-03-25 14:23:06.123922"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:06.132126"], ["updated_at", "2019-03-25 14:23:06.132126"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 141], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.136363"], ["updated_at", "2019-03-25 14:23:06.136363"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:06.144715"], ["updated_at", "2019-03-25 14:23:06.144715"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 142], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.148643"], ["updated_at", "2019-03-25 14:23:06.148643"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:23:06.157304"], ["updated_at", "2019-03-25 14:23:06.157304"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 143], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.162189"], ["updated_at", "2019-03-25 14:23:06.162189"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:06.171735"], ["updated_at", "2019-03-25 14:23:06.171735"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 144], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.176352"], ["updated_at", "2019-03-25 14:23:06.176352"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:06.183125"], ["updated_at", "2019-03-25 14:23:06.183125"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 145], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.187333"], ["updated_at", "2019-03-25 14:23:06.187333"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:06.194093"], ["updated_at", "2019-03-25 14:23:06.194093"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 146], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.198211"], ["updated_at", "2019-03-25 14:23:06.198211"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:06.206508"], ["updated_at", "2019-03-25 14:23:06.206508"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 147], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.210647"], ["updated_at", "2019-03-25 14:23:06.210647"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:06.217461"], ["updated_at", "2019-03-25 14:23:06.217461"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 148], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.221709"], ["updated_at", "2019-03-25 14:23:06.221709"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:06.228950"], ["updated_at", "2019-03-25 14:23:06.228950"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 149], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.233155"], ["updated_at", "2019-03-25 14:23:06.233155"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:06.240325"], ["updated_at", "2019-03-25 14:23:06.240325"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 150], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.244499"], ["updated_at", "2019-03-25 14:23:06.244499"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:06.251118"], ["updated_at", "2019-03-25 14:23:06.251118"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 151], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.255376"], ["updated_at", "2019-03-25 14:23:06.255376"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:06.262065"], ["updated_at", "2019-03-25 14:23:06.262065"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 152], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.266260"], ["updated_at", "2019-03-25 14:23:06.266260"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:06.273589"], ["updated_at", "2019-03-25 14:23:06.273589"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 153], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.277543"], ["updated_at", "2019-03-25 14:23:06.277543"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:06.283787"], ["updated_at", "2019-03-25 14:23:06.283787"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 154], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.287984"], ["updated_at", "2019-03-25 14:23:06.287984"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:06.294677"], ["updated_at", "2019-03-25 14:23:06.294677"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 155], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.299136"], ["updated_at", "2019-03-25 14:23:06.299136"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-03-25 14:23:06.305052"], ["updated_at", "2019-03-25 14:23:06.305052"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 156], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.309360"], ["updated_at", "2019-03-25 14:23:06.309360"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:06.316061"], ["updated_at", "2019-03-25 14:23:06.316061"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 157], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.320195"], ["updated_at", "2019-03-25 14:23:06.320195"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-03-25 14:23:06.325009"], ["updated_at", "2019-03-25 14:23:06.325009"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 158], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.328901"], ["updated_at", "2019-03-25 14:23:06.328901"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:06.335735"], ["updated_at", "2019-03-25 14:23:06.335735"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 159], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.339762"], ["updated_at", "2019-03-25 14:23:06.339762"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-03-25 14:23:06.344632"], ["updated_at", "2019-03-25 14:23:06.344632"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 160], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.348574"], ["updated_at", "2019-03-25 14:23:06.348574"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:06.355181"], ["updated_at", "2019-03-25 14:23:06.355181"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 161], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.359191"], ["updated_at", "2019-03-25 14:23:06.359191"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-03-25 14:23:06.364665"], ["updated_at", "2019-03-25 14:23:06.364665"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 162], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.368596"], ["updated_at", "2019-03-25 14:23:06.368596"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:06.375252"], ["updated_at", "2019-03-25 14:23:06.375252"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 163], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.380248"], ["updated_at", "2019-03-25 14:23:06.380248"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-03-25 14:23:06.386364"], ["updated_at", "2019-03-25 14:23:06.386364"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 164], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.391346"], ["updated_at", "2019-03-25 14:23:06.391346"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:06.399909"], ["updated_at", "2019-03-25 14:23:06.399909"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 165], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.404630"], ["updated_at", "2019-03-25 14:23:06.404630"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-03-25 14:23:06.410335"], ["updated_at", "2019-03-25 14:23:06.410335"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 166], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.414548"], ["updated_at", "2019-03-25 14:23:06.414548"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.3ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:06.421457"], ["updated_at", "2019-03-25 14:23:06.421457"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 167], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.425508"], ["updated_at", "2019-03-25 14:23:06.425508"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-03-25 14:23:06.430698"], ["updated_at", "2019-03-25 14:23:06.430698"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 168], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.434561"], ["updated_at", "2019-03-25 14:23:06.434561"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:06.441536"], ["updated_at", "2019-03-25 14:23:06.441536"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 169], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.445538"], ["updated_at", "2019-03-25 14:23:06.445538"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-03-25 14:23:06.450173"], ["updated_at", "2019-03-25 14:23:06.450173"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 170], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.454062"], ["updated_at", "2019-03-25 14:23:06.454062"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "save_code"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "save_code"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:06.461023"], ["updated_at", "2019-03-25 14:23:06.461023"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 171], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.465150"], ["updated_at", "2019-03-25 14:23:06.465150"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "save_code"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "save_code"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:06.473655"], ["updated_at", "2019-03-25 14:23:06.473655"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 172], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.477784"], ["updated_at", "2019-03-25 14:23:06.477784"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "save_code"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "save_code"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:06.488136"], ["updated_at", "2019-03-25 14:23:06.488136"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 173], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.492550"], ["updated_at", "2019-03-25 14:23:06.492550"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "save_code"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "save_code"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:06.520381"], ["updated_at", "2019-03-25 14:23:06.520381"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 174], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.525750"], ["updated_at", "2019-03-25 14:23:06.525750"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "save_code"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "save_code"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:06.535385"], ["updated_at", "2019-03-25 14:23:06.535385"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 175], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.539973"], ["updated_at", "2019-03-25 14:23:06.539973"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "save_code"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "save_code"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:06.548803"], ["updated_at", "2019-03-25 14:23:06.548803"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 176], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.553748"], ["updated_at", "2019-03-25 14:23:06.553748"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "save_code"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "save_code"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:06.564239"], ["updated_at", "2019-03-25 14:23:06.564239"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 177], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.568816"], ["updated_at", "2019-03-25 14:23:06.568816"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "save_code"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "save_code"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:23:06.578248"], ["updated_at", "2019-03-25 14:23:06.578248"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 178], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.582817"], ["updated_at", "2019-03-25 14:23:06.582817"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:23:06.592914"], ["updated_at", "2019-03-25 14:23:06.592914"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 179], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.597247"], ["updated_at", "2019-03-25 14:23:06.597247"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:23:06.606186"], ["updated_at", "2019-03-25 14:23:06.606186"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 180], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:23:06.610231"], ["updated_at", "2019-03-25 14:23:06.610231"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.5ms) BEGIN Role Load (0.7ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "jadyn.pfannerstill@boscohermann.info"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Leopold"], ["permalink", "leopold-6222f23b"], ["username", "Lenora"], ["email", "jadyn.pfannerstill@boscohermann.info"], ["encrypted_password", "$2a$04$7OvDPxmuphIB90XJ9bRfj.CEzU5tEvEtQoXKl6loqN.MyahsAj3yG"], ["created_at", "2019-03-25 14:52:16.386453"], ["updated_at", "2019-03-25 14:52:16.386453"]] PublicActivity::Activity Create (1.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 7], ["key", "user.create"], ["created_at", "2019-03-25 14:52:16.425330"], ["updated_at", "2019-03-25 14:52:16.425330"]] User::HABTM_Roles Create (0.8ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 7], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.2ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.1ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.9ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.8ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.6ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.6ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] Role Load (1.0ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 7], ["LIMIT", 1]] Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 172ms (ActiveRecord: 38.8ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "leonor_herman@bednar.io"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Marge"], ["permalink", "marge-6dc0f858"], ["username", "Kamron"], ["email", "leonor_herman@bednar.io"], ["encrypted_password", "$2a$04$b/S2UCiY1wLYlVnjU4uiNO6kn6lQ1ydHr.rudh5EAOViCV3md8ujq"], ["created_at", "2019-03-25 14:52:16.622040"], ["updated_at", "2019-03-25 14:52:16.622040"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 8], ["key", "user.create"], ["created_at", "2019-03-25 14:52:16.625473"], ["updated_at", "2019-03-25 14:52:16.625473"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 8], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.3ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.3ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 8], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 8], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (1.2ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (1.1ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 8], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.4ms) Completed 200 OK in 44ms (Views: 11.2ms | ActiveRecord: 11.2ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.8ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:16.710722' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.5ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:16.709958"], ["updated_at", "2019-03-25 14:52:16.709958"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 58], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:16.715074"], ["updated_at", "2019-03-25 14:52:16.715074"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:16.737117' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:16.736648"], ["updated_at", "2019-03-25 14:52:16.736648"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 59], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:16.740898"], ["updated_at", "2019-03-25 14:52:16.740898"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:16.747147' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:16.746723"], ["updated_at", "2019-03-25 14:52:16.746723"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 60], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:16.750524"], ["updated_at", "2019-03-25 14:52:16.750524"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:16.756577' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:16.756152"], ["updated_at", "2019-03-25 14:52:16.756152"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 61], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:16.759870"], ["updated_at", "2019-03-25 14:52:16.759870"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:16.765850' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:16.765434"], ["updated_at", "2019-03-25 14:52:16.765434"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 62], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:16.769228"], ["updated_at", "2019-03-25 14:52:16.769228"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:16.775395' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.3ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:16.774942"], ["updated_at", "2019-03-25 14:52:16.774942"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 63], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:16.778779"], ["updated_at", "2019-03-25 14:52:16.778779"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:16.784680' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:16.784263"], ["updated_at", "2019-03-25 14:52:16.784263"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 64], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:16.788050"], ["updated_at", "2019-03-25 14:52:16.788050"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:16.793976' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.3ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:16.793566"], ["updated_at", "2019-03-25 14:52:16.793566"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 65], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:16.797253"], ["updated_at", "2019-03-25 14:52:16.797253"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:16.803205' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.3ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:16.802774"], ["updated_at", "2019-03-25 14:52:16.802774"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 66], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:16.806483"], ["updated_at", "2019-03-25 14:52:16.806483"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:16.818287' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.3ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:16.817865"], ["updated_at", "2019-03-25 14:52:16.817865"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 67], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:16.821793"], ["updated_at", "2019-03-25 14:52:16.821793"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.7ms) SELECT COUNT(*) FROM "keppler_frontend_callback_functions"  (0.3ms) ROLLBACK  (0.1ms) BEGIN KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:16.875934"], ["updated_at", "2019-03-25 14:52:16.875934"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 181], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:16.880896"], ["updated_at", "2019-03-25 14:52:16.880896"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback_model"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:16.885384' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.3ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback_model"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:16.884889"], ["updated_at", "2019-03-25 14:52:16.884889"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 68], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:16.888722"], ["updated_at", "2019-03-25 14:52:16.888722"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 181]]  (1.2ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback_model"], ["view_id", 181]] KepplerFrontend::ViewCallback Create (0.8ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback_model"], ["function_type", "before_action"], ["view_id", 181], ["created_at", "2019-03-25 14:52:16.912705"], ["updated_at", "2019-03-25 14:52:16.912705"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $4 [["name", "test_callback_model"], ["function_type", "before_action"], ["view_id", 181], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test_callback_model"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 181]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:16.925805"], ["updated_at", "2019-03-25 14:52:16.925805"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 182], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:16.930572"], ["updated_at", "2019-03-25 14:52:16.930572"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback_model"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.7ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:16.935797' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.6ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback_model"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:16.935325"], ["updated_at", "2019-03-25 14:52:16.935325"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 69], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:16.939755"], ["updated_at", "2019-03-25 14:52:16.939755"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 182]]  (0.8ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback_model"], ["view_id", 182]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback_model"], ["function_type", "before_action"], ["view_id", 182], ["created_at", "2019-03-25 14:52:16.946359"], ["updated_at", "2019-03-25 14:52:16.946359"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:16.954546"], ["updated_at", "2019-03-25 14:52:16.954546"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 183], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:16.959523"], ["updated_at", "2019-03-25 14:52:16.959523"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback_model"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:16.965136' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback_model"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:16.964648"], ["updated_at", "2019-03-25 14:52:16.964648"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 70], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:16.968885"], ["updated_at", "2019-03-25 14:52:16.968885"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 183]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback_model"], ["view_id", 183]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback_model"], ["function_type", "before_action"], ["view_id", 183], ["created_at", "2019-03-25 14:52:16.974867"], ["updated_at", "2019-03-25 14:52:16.974867"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Destroy (0.4ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 71]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Load (0.3ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test_callback_model"], ["function_type", "before_action"]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:16.984984"], ["updated_at", "2019-03-25 14:52:16.984984"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 184], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:16.989514"], ["updated_at", "2019-03-25 14:52:16.989514"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback_model"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:16.994701' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback_model"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:16.994189"], ["updated_at", "2019-03-25 14:52:16.994189"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 71], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:16.998362"], ["updated_at", "2019-03-25 14:52:16.998362"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 184]]  (0.8ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback_model"], ["view_id", 184]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback_model"], ["function_type", "before_action"], ["view_id", 184], ["created_at", "2019-03-25 14:52:17.005124"], ["updated_at", "2019-03-25 14:52:17.005124"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:17.024261"], ["updated_at", "2019-03-25 14:52:17.024261"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 185], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:17.028962"], ["updated_at", "2019-03-25 14:52:17.028962"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:17.075014"], ["updated_at", "2019-03-25 14:52:17.075014"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 186], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:17.081217"], ["updated_at", "2019-03-25 14:52:17.081217"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:17.089688"], ["updated_at", "2019-03-25 14:52:17.089688"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 187], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:17.095046"], ["updated_at", "2019-03-25 14:52:17.095046"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:17.102666"], ["updated_at", "2019-03-25 14:52:17.102666"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 188], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:17.107725"], ["updated_at", "2019-03-25 14:52:17.107725"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:17.115331"], ["updated_at", "2019-03-25 14:52:17.115331"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 189], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:17.119765"], ["updated_at", "2019-03-25 14:52:17.119765"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:17.126958"], ["updated_at", "2019-03-25 14:52:17.126958"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 190], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:17.131207"], ["updated_at", "2019-03-25 14:52:17.131207"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.0ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:17.140269"], ["updated_at", "2019-03-25 14:52:17.140269"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 191], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:17.145932"], ["updated_at", "2019-03-25 14:52:17.145932"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:17.155005"], ["updated_at", "2019-03-25 14:52:17.155005"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 192], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:17.159670"], ["updated_at", "2019-03-25 14:52:17.159670"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:17.167014"], ["updated_at", "2019-03-25 14:52:17.167014"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 193], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:17.171916"], ["updated_at", "2019-03-25 14:52:17.171916"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:17.179700"], ["updated_at", "2019-03-25 14:52:17.179700"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 194], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:17.183831"], ["updated_at", "2019-03-25 14:52:17.183831"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.6ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:17.213847"], ["updated_at", "2019-03-25 14:52:17.213847"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 195], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:17.221387"], ["updated_at", "2019-03-25 14:52:17.221387"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:17.234132"], ["updated_at", "2019-03-25 14:52:17.234132"]] PublicActivity::Activity Create (1.2ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 196], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:17.241343"], ["updated_at", "2019-03-25 14:52:17.241343"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:52:17.254069"], ["updated_at", "2019-03-25 14:52:17.254069"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 197], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:17.260493"], ["updated_at", "2019-03-25 14:52:17.260493"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:52:17.272777"], ["updated_at", "2019-03-25 14:52:17.272777"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 198], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:17.278915"], ["updated_at", "2019-03-25 14:52:17.278915"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN Role Exists (1.0ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Coby"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Coby"], ["position", 1], ["created_at", "2019-03-25 14:52:17.340474"], ["updated_at", "2019-03-25 14:52:17.340474"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.7ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 10], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Vicente"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Vicente"], ["position", 1], ["created_at", "2019-03-25 14:52:17.349802"], ["updated_at", "2019-03-25 14:52:17.349802"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 11], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Brycen"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Brycen"], ["position", 1], ["created_at", "2019-03-25 14:52:17.358498"], ["updated_at", "2019-03-25 14:52:17.358498"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 12]] Permission Create (0.9ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 12], ["created_at", "2019-03-25 14:52:17.364189"], ["updated_at", "2019-03-25 14:52:17.364189"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 12], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Sedrick"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Sedrick"], ["position", 1], ["created_at", "2019-03-25 14:52:17.373470"], ["updated_at", "2019-03-25 14:52:17.373470"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 13]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 13], ["created_at", "2019-03-25 14:52:17.378242"], ["updated_at", "2019-03-25 14:52:17.378242"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 13], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 13], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 13], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 13], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2019-03-25 14:52:17.386485"], ["id", 7]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 13], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Therese"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Therese"], ["position", 1], ["created_at", "2019-03-25 14:52:17.394850"], ["updated_at", "2019-03-25 14:52:17.394850"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 14]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 14], ["created_at", "2019-03-25 14:52:17.399257"], ["updated_at", "2019-03-25 14:52:17.399257"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 14], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 14], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 14], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 14], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2019-03-25 14:52:17.407238"], ["id", 8]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 14], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 14], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 14], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 14], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.9ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2019-03-25 14:52:17.414962"], ["id", 8]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 14], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Giovanni"], ["LIMIT", 1]] Role Create (0.8ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Giovanni"], ["position", 1], ["created_at", "2019-03-25 14:52:17.423606"], ["updated_at", "2019-03-25 14:52:17.423606"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 15]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 15], ["created_at", "2019-03-25 14:52:17.428911"], ["updated_at", "2019-03-25 14:52:17.428911"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.5ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 15], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Kylie"], ["LIMIT", 1]] Role Create (0.7ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Kylie"], ["position", 1], ["created_at", "2019-03-25 14:52:17.436915"], ["updated_at", "2019-03-25 14:52:17.436915"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.5ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 16], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.8ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Alec"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Alec"], ["position", 1], ["created_at", "2019-03-25 14:52:17.445345"], ["updated_at", "2019-03-25 14:52:17.445345"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 17]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 17], ["created_at", "2019-03-25 14:52:17.449850"], ["updated_at", "2019-03-25 14:52:17.449850"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 17], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.6ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2019-03-25 14:52:17.479706' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.4ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Joel"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2019-03-25 14:52:17.478848"], ["updated_at", "2019-03-25 14:52:17.478848"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 3], ["key", "script.create"], ["created_at", "2019-03-25 14:52:17.483676"], ["updated_at", "2019-03-25 14:52:17.483676"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.4ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2019-03-25 14:52:17.492472' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.4ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Marcus"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2019-03-25 14:52:17.491993"], ["updated_at", "2019-03-25 14:52:17.491993"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 4], ["key", "script.create"], ["created_at", "2019-03-25 14:52:17.496087"], ["updated_at", "2019-03-25 14:52:17.496087"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "anna@jakubowski.io"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "andreanne@howe.net"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "kaleb@millerhomenick.org"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Mallory"], ["permalink", "mallory-7f5640e0"], ["username", "Art"], ["email", "kaleb@millerhomenick.org"], ["encrypted_password", "$2a$04$h/yTvYsnbmTmlks06u66feTB2QhD2MJd1k0nbWG.DwgKtQ6EtEhEC"], ["created_at", "2019-03-25 14:52:17.557893"], ["updated_at", "2019-03-25 14:52:17.557893"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 9], ["key", "user.create"], ["created_at", "2019-03-25 14:52:17.560983"], ["updated_at", "2019-03-25 14:52:17.560983"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 9], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "kristina@hettinger.org"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Koby"], ["permalink", "koby-738abad0"], ["username", "Johnpaul"], ["email", "kristina@hettinger.org"], ["encrypted_password", "$2a$04$ldwGxMcRnO8/Pww.F7AGUeesb5coCinmwGQo0/wnJYtAPRb9.FbAG"], ["created_at", "2019-03-25 14:52:17.576818"], ["updated_at", "2019-03-25 14:52:17.576818"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 10], ["key", "user.create"], ["created_at", "2019-03-25 14:52:17.579864"], ["updated_at", "2019-03-25 14:52:17.579864"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 10], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.4ms) SAVEPOINT active_record_1 Role Exists (0.8ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "london.lubowitz@goldner.org"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Silas"], ["permalink", "silas-7fbe3d45"], ["username", "Alison"], ["email", "london.lubowitz@goldner.org"], ["encrypted_password", "$2a$04$bsZtAkbT7ugSnaD7DFCGJO.7Go3La3.Vj2kuMkhddqOu8hl2tzV7W"], ["created_at", "2019-03-25 14:52:17.596129"], ["updated_at", "2019-03-25 14:52:17.596129"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 11], ["key", "user.create"], ["created_at", "2019-03-25 14:52:17.599222"], ["updated_at", "2019-03-25 14:52:17.599222"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 11], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:17.643747' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:17.643209"], ["updated_at", "2019-03-25 14:52:17.643209"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 72], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:17.647484"], ["updated_at", "2019-03-25 14:52:17.647484"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.6ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:17.678150' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (1.0ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:17.677709"], ["updated_at", "2019-03-25 14:52:17.677709"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 73], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:17.683003"], ["updated_at", "2019-03-25 14:52:17.683003"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:17.690257' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.5ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:17.689820"], ["updated_at", "2019-03-25 14:52:17.689820"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 74], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:17.693877"], ["updated_at", "2019-03-25 14:52:17.693877"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:17.700759' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:17.700322"], ["updated_at", "2019-03-25 14:52:17.700322"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 75], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:17.704220"], ["updated_at", "2019-03-25 14:52:17.704220"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:17.714466' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.5ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:17.713988"], ["updated_at", "2019-03-25 14:52:17.713988"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 76], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:17.720229"], ["updated_at", "2019-03-25 14:52:17.720229"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:17.729262' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.5ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:17.728716"], ["updated_at", "2019-03-25 14:52:17.728716"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 77], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:17.733432"], ["updated_at", "2019-03-25 14:52:17.733432"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.6ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:17.742099' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.5ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:17.741550"], ["updated_at", "2019-03-25 14:52:17.741550"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 78], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:17.746390"], ["updated_at", "2019-03-25 14:52:17.746390"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:17.753726' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:17.753263"], ["updated_at", "2019-03-25 14:52:17.753263"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 79], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:17.757395"], ["updated_at", "2019-03-25 14:52:17.757395"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_function"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:17.765037' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_function"], ["description", "test_function"], ["position", 1], ["created_at", "2019-03-25 14:52:17.764595"], ["updated_at", "2019-03-25 14:52:17.764595"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 80], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:17.768555"], ["updated_at", "2019-03-25 14:52:17.768555"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_function"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:17.779453' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_function"], ["description", "test_function"], ["position", 1], ["created_at", "2019-03-25 14:52:17.778933"], ["updated_at", "2019-03-25 14:52:17.778933"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 81], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:17.783130"], ["updated_at", "2019-03-25 14:52:17.783130"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_function"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:17.790254' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.3ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_function"], ["description", "test_function"], ["position", 1], ["created_at", "2019-03-25 14:52:17.789809"], ["updated_at", "2019-03-25 14:52:17.789809"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 82], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:17.793591"], ["updated_at", "2019-03-25 14:52:17.793591"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_function"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:17.800296' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.5ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_function"], ["description", "test_function"], ["position", 1], ["created_at", "2019-03-25 14:52:17.799837"], ["updated_at", "2019-03-25 14:52:17.799837"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 83], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:17.804328"], ["updated_at", "2019-03-25 14:52:17.804328"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_function"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:17.810929' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.5ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_function"], ["description", "test_function"], ["position", 1], ["created_at", "2019-03-25 14:52:17.810506"], ["updated_at", "2019-03-25 14:52:17.810506"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 84], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:17.814742"], ["updated_at", "2019-03-25 14:52:17.814742"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_function"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:17.823085' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.5ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_function"], ["description", "test_function"], ["position", 1], ["created_at", "2019-03-25 14:52:17.822592"], ["updated_at", "2019-03-25 14:52:17.822592"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 85], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:17.827259"], ["updated_at", "2019-03-25 14:52:17.827259"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_function"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.6ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:17.837148' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_function"], ["description", "test_function"], ["position", 1], ["created_at", "2019-03-25 14:52:17.836283"], ["updated_at", "2019-03-25 14:52:17.836283"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 86], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:17.841372"], ["updated_at", "2019-03-25 14:52:17.841372"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_function"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:17.849865' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.6ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_function"], ["description", "test_function"], ["position", 1], ["created_at", "2019-03-25 14:52:17.849349"], ["updated_at", "2019-03-25 14:52:17.849349"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 87], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:17.854342"], ["updated_at", "2019-03-25 14:52:17.854342"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:17.864272"], ["updated_at", "2019-03-25 14:52:17.864272"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 199], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:17.869126"], ["updated_at", "2019-03-25 14:52:17.869126"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.3ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:17.876334"], ["updated_at", "2019-03-25 14:52:17.876334"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 200], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:17.880454"], ["updated_at", "2019-03-25 14:52:17.880454"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:17.887624"], ["updated_at", "2019-03-25 14:52:17.887624"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 201], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:17.891713"], ["updated_at", "2019-03-25 14:52:17.891713"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:17.898849"], ["updated_at", "2019-03-25 14:52:17.898849"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 202], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:17.902859"], ["updated_at", "2019-03-25 14:52:17.902859"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:17.909759"], ["updated_at", "2019-03-25 14:52:17.909759"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 203], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:17.913934"], ["updated_at", "2019-03-25 14:52:17.913934"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:17.922391"], ["updated_at", "2019-03-25 14:52:17.922391"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 204], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:17.927268"], ["updated_at", "2019-03-25 14:52:17.927268"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:17.934763"], ["updated_at", "2019-03-25 14:52:17.934763"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 205], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:17.938870"], ["updated_at", "2019-03-25 14:52:17.938870"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:17.946715"], ["updated_at", "2019-03-25 14:52:17.946715"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 206], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:17.964435"], ["updated_at", "2019-03-25 14:52:17.964435"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:18.042951"], ["updated_at", "2019-03-25 14:52:18.042951"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 207], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:18.050329"], ["updated_at", "2019-03-25 14:52:18.050329"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (1.0ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.7ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:18.057394' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.7ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:18.056660"], ["updated_at", "2019-03-25 14:52:18.056660"]] PublicActivity::Activity Create (3.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 88], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:18.062863"], ["updated_at", "2019-03-25 14:52:18.062863"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 207]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 207]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 207], ["created_at", "2019-03-25 14:52:18.074426"], ["updated_at", "2019-03-25 14:52:18.074426"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 207]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 207]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 207], ["created_at", "2019-03-25 14:52:18.079634"], ["updated_at", "2019-03-25 14:52:18.079634"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 207]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 207]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 207], ["created_at", "2019-03-25 14:52:18.084889"], ["updated_at", "2019-03-25 14:52:18.084889"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 207]]  (0.7ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 207]] KepplerFrontend::ViewCallback Create (0.6ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 207], ["created_at", "2019-03-25 14:52:18.090396"], ["updated_at", "2019-03-25 14:52:18.090396"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test_callback"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 207]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:18.104661"], ["updated_at", "2019-03-25 14:52:18.104661"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 208], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:18.111762"], ["updated_at", "2019-03-25 14:52:18.111762"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (1.3ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:18.119435' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.3ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:18.118542"], ["updated_at", "2019-03-25 14:52:18.118542"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 89], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:18.122988"], ["updated_at", "2019-03-25 14:52:18.122988"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 208]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 208]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 208], ["created_at", "2019-03-25 14:52:18.128509"], ["updated_at", "2019-03-25 14:52:18.128509"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 208]]  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 208]] KepplerFrontend::ViewCallback Create (0.6ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 208], ["created_at", "2019-03-25 14:52:18.135106"], ["updated_at", "2019-03-25 14:52:18.135106"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 208]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 208]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 208], ["created_at", "2019-03-25 14:52:18.141174"], ["updated_at", "2019-03-25 14:52:18.141174"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 208]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 208]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 208], ["created_at", "2019-03-25 14:52:18.146364"], ["updated_at", "2019-03-25 14:52:18.146364"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:18.152823"], ["updated_at", "2019-03-25 14:52:18.152823"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 209], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:18.157099"], ["updated_at", "2019-03-25 14:52:18.157099"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:18.161604' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:18.161155"], ["updated_at", "2019-03-25 14:52:18.161155"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 90], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:18.165172"], ["updated_at", "2019-03-25 14:52:18.165172"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 209]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 209]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 209], ["created_at", "2019-03-25 14:52:18.170842"], ["updated_at", "2019-03-25 14:52:18.170842"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 209]]  (0.3ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 209]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 209], ["created_at", "2019-03-25 14:52:18.175494"], ["updated_at", "2019-03-25 14:52:18.175494"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 209]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 209]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 209], ["created_at", "2019-03-25 14:52:18.180294"], ["updated_at", "2019-03-25 14:52:18.180294"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 209]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 209]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 209], ["created_at", "2019-03-25 14:52:18.184979"], ["updated_at", "2019-03-25 14:52:18.184979"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Load (0.3ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test_callback"], ["function_type", "before_filter"]] KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 209]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:18.193300"], ["updated_at", "2019-03-25 14:52:18.193300"]] PublicActivity::Activity Create (1.3ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 210], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:18.198882"], ["updated_at", "2019-03-25 14:52:18.198882"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.8ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:18.205446' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.7ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:18.204955"], ["updated_at", "2019-03-25 14:52:18.204955"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 91], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:18.209686"], ["updated_at", "2019-03-25 14:52:18.209686"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 210]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 210]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 210], ["created_at", "2019-03-25 14:52:18.215529"], ["updated_at", "2019-03-25 14:52:18.215529"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 210]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 210]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 210], ["created_at", "2019-03-25 14:52:18.220758"], ["updated_at", "2019-03-25 14:52:18.220758"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 210]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 210]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 210], ["created_at", "2019-03-25 14:52:18.225730"], ["updated_at", "2019-03-25 14:52:18.225730"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 210]]  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 210]] KepplerFrontend::ViewCallback Create (0.6ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 210], ["created_at", "2019-03-25 14:52:18.231027"], ["updated_at", "2019-03-25 14:52:18.231027"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:18.237895"], ["updated_at", "2019-03-25 14:52:18.237895"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 211], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:18.242143"], ["updated_at", "2019-03-25 14:52:18.242143"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:18.246814' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.5ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:18.246370"], ["updated_at", "2019-03-25 14:52:18.246370"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 92], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:18.250549"], ["updated_at", "2019-03-25 14:52:18.250549"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 211]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 211]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 211], ["created_at", "2019-03-25 14:52:18.256068"], ["updated_at", "2019-03-25 14:52:18.256068"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 211]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 211]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 211], ["created_at", "2019-03-25 14:52:18.260791"], ["updated_at", "2019-03-25 14:52:18.260791"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 211]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 211]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 211], ["created_at", "2019-03-25 14:52:18.265502"], ["updated_at", "2019-03-25 14:52:18.265502"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 211]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 211]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 211], ["created_at", "2019-03-25 14:52:18.270188"], ["updated_at", "2019-03-25 14:52:18.270188"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Load (0.3ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test_callback"], ["function_type", "after_action"]] KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 211]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:18.279244"], ["updated_at", "2019-03-25 14:52:18.279244"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 212], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:18.283899"], ["updated_at", "2019-03-25 14:52:18.283899"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:18.288178' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.3ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:18.287709"], ["updated_at", "2019-03-25 14:52:18.287709"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 93], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:18.291426"], ["updated_at", "2019-03-25 14:52:18.291426"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 212]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 212]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 212], ["created_at", "2019-03-25 14:52:18.297071"], ["updated_at", "2019-03-25 14:52:18.297071"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 212]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 212]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 212], ["created_at", "2019-03-25 14:52:18.301757"], ["updated_at", "2019-03-25 14:52:18.301757"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 212]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 212]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 212], ["created_at", "2019-03-25 14:52:18.306308"], ["updated_at", "2019-03-25 14:52:18.306308"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 212]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 212]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 212], ["created_at", "2019-03-25 14:52:18.310800"], ["updated_at", "2019-03-25 14:52:18.310800"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:18.318136"], ["updated_at", "2019-03-25 14:52:18.318136"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 213], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:18.323063"], ["updated_at", "2019-03-25 14:52:18.323063"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:18.328000' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:18.327546"], ["updated_at", "2019-03-25 14:52:18.327546"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 94], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:18.331707"], ["updated_at", "2019-03-25 14:52:18.331707"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 213]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 213]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 213], ["created_at", "2019-03-25 14:52:18.337649"], ["updated_at", "2019-03-25 14:52:18.337649"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 213]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 213]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 213], ["created_at", "2019-03-25 14:52:18.343209"], ["updated_at", "2019-03-25 14:52:18.343209"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 213]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 213]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 213], ["created_at", "2019-03-25 14:52:18.348271"], ["updated_at", "2019-03-25 14:52:18.348271"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 213]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 213]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 213], ["created_at", "2019-03-25 14:52:18.353545"], ["updated_at", "2019-03-25 14:52:18.353545"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Load (0.3ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test_callback"], ["function_type", "after_filter"]] KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 213]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:18.362749"], ["updated_at", "2019-03-25 14:52:18.362749"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 214], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:18.366748"], ["updated_at", "2019-03-25 14:52:18.366748"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:18.371120' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:18.370568"], ["updated_at", "2019-03-25 14:52:18.370568"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 95], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:18.374674"], ["updated_at", "2019-03-25 14:52:18.374674"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 214]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 214]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 214], ["created_at", "2019-03-25 14:52:18.379952"], ["updated_at", "2019-03-25 14:52:18.379952"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 214]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 214]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 214], ["created_at", "2019-03-25 14:52:18.384849"], ["updated_at", "2019-03-25 14:52:18.384849"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 214]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 214]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 214], ["created_at", "2019-03-25 14:52:18.389359"], ["updated_at", "2019-03-25 14:52:18.389359"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 214]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 214]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 214], ["created_at", "2019-03-25 14:52:18.393770"], ["updated_at", "2019-03-25 14:52:18.393770"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:18.399634"], ["updated_at", "2019-03-25 14:52:18.399634"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 215], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:18.403836"], ["updated_at", "2019-03-25 14:52:18.403836"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:18.409334' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:18.408849"], ["updated_at", "2019-03-25 14:52:18.408849"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 96], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:18.412751"], ["updated_at", "2019-03-25 14:52:18.412751"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 215]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 215]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 215], ["created_at", "2019-03-25 14:52:18.418804"], ["updated_at", "2019-03-25 14:52:18.418804"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 215]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 215]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 215], ["created_at", "2019-03-25 14:52:18.423794"], ["updated_at", "2019-03-25 14:52:18.423794"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 215]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 215]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 215], ["created_at", "2019-03-25 14:52:18.428544"], ["updated_at", "2019-03-25 14:52:18.428544"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 215]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 215]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 215], ["created_at", "2019-03-25 14:52:18.433433"], ["updated_at", "2019-03-25 14:52:18.433433"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Destroy (0.4ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 105]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Load (0.2ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test_callback"], ["function_type", "before_action"]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:18.441908"], ["updated_at", "2019-03-25 14:52:18.441908"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 216], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:18.446220"], ["updated_at", "2019-03-25 14:52:18.446220"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:18.450379' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:18.449945"], ["updated_at", "2019-03-25 14:52:18.449945"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 97], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:18.453594"], ["updated_at", "2019-03-25 14:52:18.453594"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 216]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 216]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 216], ["created_at", "2019-03-25 14:52:18.458923"], ["updated_at", "2019-03-25 14:52:18.458923"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 216]]  (0.7ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 216]] KepplerFrontend::ViewCallback Create (0.6ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 216], ["created_at", "2019-03-25 14:52:18.467770"], ["updated_at", "2019-03-25 14:52:18.467770"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 216]]  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 216]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 216], ["created_at", "2019-03-25 14:52:18.476613"], ["updated_at", "2019-03-25 14:52:18.476613"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 216]]  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 216]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 216], ["created_at", "2019-03-25 14:52:18.484055"], ["updated_at", "2019-03-25 14:52:18.484055"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:18.493132"], ["updated_at", "2019-03-25 14:52:18.493132"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 217], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:18.499134"], ["updated_at", "2019-03-25 14:52:18.499134"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.6ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:18.505399' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.5ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:18.504840"], ["updated_at", "2019-03-25 14:52:18.504840"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 98], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:18.509468"], ["updated_at", "2019-03-25 14:52:18.509468"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 217]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 217]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 217], ["created_at", "2019-03-25 14:52:18.515879"], ["updated_at", "2019-03-25 14:52:18.515879"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 217]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 217]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 217], ["created_at", "2019-03-25 14:52:18.521519"], ["updated_at", "2019-03-25 14:52:18.521519"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 217]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 217]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 217], ["created_at", "2019-03-25 14:52:18.526937"], ["updated_at", "2019-03-25 14:52:18.526937"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 217]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 217]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 217], ["created_at", "2019-03-25 14:52:18.532435"], ["updated_at", "2019-03-25 14:52:18.532435"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Destroy (0.4ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 114]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Load (0.2ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test_callback"], ["function_type", "before_filter"]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:18.541987"], ["updated_at", "2019-03-25 14:52:18.541987"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 218], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:18.546935"], ["updated_at", "2019-03-25 14:52:18.546935"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.7ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:18.555652' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.7ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:18.554515"], ["updated_at", "2019-03-25 14:52:18.554515"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 99], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:18.562756"], ["updated_at", "2019-03-25 14:52:18.562756"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 218]]  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 218]] KepplerFrontend::ViewCallback Create (0.6ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 218], ["created_at", "2019-03-25 14:52:18.571246"], ["updated_at", "2019-03-25 14:52:18.571246"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 218]]  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 218]] KepplerFrontend::ViewCallback Create (0.6ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 218], ["created_at", "2019-03-25 14:52:18.578181"], ["updated_at", "2019-03-25 14:52:18.578181"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 218]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 218]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 218], ["created_at", "2019-03-25 14:52:18.584286"], ["updated_at", "2019-03-25 14:52:18.584286"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 218]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 218]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 218], ["created_at", "2019-03-25 14:52:18.590234"], ["updated_at", "2019-03-25 14:52:18.590234"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:18.598498"], ["updated_at", "2019-03-25 14:52:18.598498"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 219], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:18.604212"], ["updated_at", "2019-03-25 14:52:18.604212"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.9ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:18.610484' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.6ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:18.609901"], ["updated_at", "2019-03-25 14:52:18.609901"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 100], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:18.615180"], ["updated_at", "2019-03-25 14:52:18.615180"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 219]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 219]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 219], ["created_at", "2019-03-25 14:52:18.621720"], ["updated_at", "2019-03-25 14:52:18.621720"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 219]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 219]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 219], ["created_at", "2019-03-25 14:52:18.627498"], ["updated_at", "2019-03-25 14:52:18.627498"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 219]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 219]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 219], ["created_at", "2019-03-25 14:52:18.633531"], ["updated_at", "2019-03-25 14:52:18.633531"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 219]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 219]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 219], ["created_at", "2019-03-25 14:52:18.639161"], ["updated_at", "2019-03-25 14:52:18.639161"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Destroy (0.4ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 123]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Load (0.3ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test_callback"], ["function_type", "after_action"]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:18.650311"], ["updated_at", "2019-03-25 14:52:18.650311"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 220], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:18.655030"], ["updated_at", "2019-03-25 14:52:18.655030"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:18.659905' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:18.659401"], ["updated_at", "2019-03-25 14:52:18.659401"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 101], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:18.663572"], ["updated_at", "2019-03-25 14:52:18.663572"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 220]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 220]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 220], ["created_at", "2019-03-25 14:52:18.669753"], ["updated_at", "2019-03-25 14:52:18.669753"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 220]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 220]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 220], ["created_at", "2019-03-25 14:52:18.674967"], ["updated_at", "2019-03-25 14:52:18.674967"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 220]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 220]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 220], ["created_at", "2019-03-25 14:52:18.679914"], ["updated_at", "2019-03-25 14:52:18.679914"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 220]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 220]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 220], ["created_at", "2019-03-25 14:52:18.685077"], ["updated_at", "2019-03-25 14:52:18.685077"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:18.691490"], ["updated_at", "2019-03-25 14:52:18.691490"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 221], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:18.695783"], ["updated_at", "2019-03-25 14:52:18.695783"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.6ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:18.700806' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.5ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:18.700048"], ["updated_at", "2019-03-25 14:52:18.700048"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 102], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:18.704593"], ["updated_at", "2019-03-25 14:52:18.704593"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 221]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 221]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 221], ["created_at", "2019-03-25 14:52:18.710155"], ["updated_at", "2019-03-25 14:52:18.710155"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 221]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 221]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 221], ["created_at", "2019-03-25 14:52:18.715046"], ["updated_at", "2019-03-25 14:52:18.715046"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 221]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 221]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 221], ["created_at", "2019-03-25 14:52:18.719886"], ["updated_at", "2019-03-25 14:52:18.719886"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 221]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 221]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 221], ["created_at", "2019-03-25 14:52:18.724828"], ["updated_at", "2019-03-25 14:52:18.724828"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Destroy (0.4ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 132]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Load (0.2ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test_callback"], ["function_type", "after_filter"]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:18.733473"], ["updated_at", "2019-03-25 14:52:18.733473"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 222], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:18.737362"], ["updated_at", "2019-03-25 14:52:18.737362"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.8ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:18.741423' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:18.740979"], ["updated_at", "2019-03-25 14:52:18.740979"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 103], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:18.745217"], ["updated_at", "2019-03-25 14:52:18.745217"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 222]]  (0.8ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 222]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 222], ["created_at", "2019-03-25 14:52:18.751911"], ["updated_at", "2019-03-25 14:52:18.751911"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 222]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 222]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 222], ["created_at", "2019-03-25 14:52:18.757530"], ["updated_at", "2019-03-25 14:52:18.757530"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 222]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 222]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 222], ["created_at", "2019-03-25 14:52:18.762527"], ["updated_at", "2019-03-25 14:52:18.762527"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 222]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 222]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 222], ["created_at", "2019-03-25 14:52:18.767449"], ["updated_at", "2019-03-25 14:52:18.767449"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:18.773807' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:18.773353"], ["updated_at", "2019-03-25 14:52:18.773353"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 104], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:18.777207"], ["updated_at", "2019-03-25 14:52:18.777207"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:18.783392' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:18.782944"], ["updated_at", "2019-03-25 14:52:18.782944"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 105], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:18.786679"], ["updated_at", "2019-03-25 14:52:18.786679"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:18.793127' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.3ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:18.792709"], ["updated_at", "2019-03-25 14:52:18.792709"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 106], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:18.796404"], ["updated_at", "2019-03-25 14:52:18.796404"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:18.802676' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:18.802216"], ["updated_at", "2019-03-25 14:52:18.802216"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 107], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:18.806046"], ["updated_at", "2019-03-25 14:52:18.806046"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:18.811844' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.3ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:18.811415"], ["updated_at", "2019-03-25 14:52:18.811415"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 108], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:18.815214"], ["updated_at", "2019-03-25 14:52:18.815214"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.6ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:18.822761' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:18.822103"], ["updated_at", "2019-03-25 14:52:18.822103"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 109], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:18.826734"], ["updated_at", "2019-03-25 14:52:18.826734"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:18.832842' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:18.832383"], ["updated_at", "2019-03-25 14:52:18.832383"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 110], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:18.836658"], ["updated_at", "2019-03-25 14:52:18.836658"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:18.842552' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.5ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:18.842119"], ["updated_at", "2019-03-25 14:52:18.842119"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 111], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:18.846147"], ["updated_at", "2019-03-25 14:52:18.846147"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:18.852408' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.3ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:18.851917"], ["updated_at", "2019-03-25 14:52:18.851917"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 112], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:18.855709"], ["updated_at", "2019-03-25 14:52:18.855709"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 14:52:18.869985' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 14:52:18.869516"], ["updated_at", "2019-03-25 14:52:18.869516"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 113], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 14:52:18.873395"], ["updated_at", "2019-03-25 14:52:18.873395"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.6ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (1.7ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.068163"], ["updated_at", "2019-03-25 14:52:19.068163"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 223], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.072575"], ["updated_at", "2019-03-25 14:52:19.072575"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.097774"], ["updated_at", "2019-03-25 14:52:19.097774"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 224], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.102346"], ["updated_at", "2019-03-25 14:52:19.102346"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.111911"], ["updated_at", "2019-03-25 14:52:19.111911"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 225], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.116208"], ["updated_at", "2019-03-25 14:52:19.116208"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "keppler"], ["LIMIT", 1]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "test_index"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.127170"], ["updated_at", "2019-03-25 14:52:19.127170"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 226], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.132192"], ["updated_at", "2019-03-25 14:52:19.132192"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.152716"], ["updated_at", "2019-03-25 14:52:19.152716"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 227], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.157338"], ["updated_at", "2019-03-25 14:52:19.157338"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.164296"], ["updated_at", "2019-03-25 14:52:19.164296"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 228], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.168579"], ["updated_at", "2019-03-25 14:52:19.168579"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.175536"], ["updated_at", "2019-03-25 14:52:19.175536"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 229], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.179667"], ["updated_at", "2019-03-25 14:52:19.179667"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.186636"], ["updated_at", "2019-03-25 14:52:19.186636"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 230], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.190754"], ["updated_at", "2019-03-25 14:52:19.190754"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.197207"], ["updated_at", "2019-03-25 14:52:19.197207"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 231], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.201326"], ["updated_at", "2019-03-25 14:52:19.201326"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.208424"], ["updated_at", "2019-03-25 14:52:19.208424"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 232], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.212376"], ["updated_at", "2019-03-25 14:52:19.212376"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.218691"], ["updated_at", "2019-03-25 14:52:19.218691"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 233], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.222969"], ["updated_at", "2019-03-25 14:52:19.222969"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.229225"], ["updated_at", "2019-03-25 14:52:19.229225"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 234], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.233243"], ["updated_at", "2019-03-25 14:52:19.233243"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.239788"], ["updated_at", "2019-03-25 14:52:19.239788"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 235], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.243840"], ["updated_at", "2019-03-25 14:52:19.243840"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.250660"], ["updated_at", "2019-03-25 14:52:19.250660"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 236], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.254848"], ["updated_at", "2019-03-25 14:52:19.254848"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.261024"], ["updated_at", "2019-03-25 14:52:19.261024"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 237], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.265076"], ["updated_at", "2019-03-25 14:52:19.265076"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.271605"], ["updated_at", "2019-03-25 14:52:19.271605"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 238], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.275661"], ["updated_at", "2019-03-25 14:52:19.275661"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.282167"], ["updated_at", "2019-03-25 14:52:19.282167"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 239], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.286275"], ["updated_at", "2019-03-25 14:52:19.286275"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.292852"], ["updated_at", "2019-03-25 14:52:19.292852"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 240], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.296817"], ["updated_at", "2019-03-25 14:52:19.296817"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.4ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.304104"], ["updated_at", "2019-03-25 14:52:19.304104"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 241], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.308220"], ["updated_at", "2019-03-25 14:52:19.308220"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.314477"], ["updated_at", "2019-03-25 14:52:19.314477"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 242], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.318661"], ["updated_at", "2019-03-25 14:52:19.318661"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.324717"], ["updated_at", "2019-03-25 14:52:19.324717"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 243], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.328644"], ["updated_at", "2019-03-25 14:52:19.328644"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.334816"], ["updated_at", "2019-03-25 14:52:19.334816"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 244], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.339067"], ["updated_at", "2019-03-25 14:52:19.339067"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.346858"], ["updated_at", "2019-03-25 14:52:19.346858"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 245], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.351714"], ["updated_at", "2019-03-25 14:52:19.351714"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.358442"], ["updated_at", "2019-03-25 14:52:19.358442"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 246], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.362699"], ["updated_at", "2019-03-25 14:52:19.362699"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.369730"], ["updated_at", "2019-03-25 14:52:19.369730"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 247], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.374128"], ["updated_at", "2019-03-25 14:52:19.374128"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.381186"], ["updated_at", "2019-03-25 14:52:19.381186"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 248], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.385408"], ["updated_at", "2019-03-25 14:52:19.385408"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.391603"], ["updated_at", "2019-03-25 14:52:19.391603"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 249], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.396102"], ["updated_at", "2019-03-25 14:52:19.396102"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.402262"], ["updated_at", "2019-03-25 14:52:19.402262"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 250], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.406813"], ["updated_at", "2019-03-25 14:52:19.406813"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.412815"], ["updated_at", "2019-03-25 14:52:19.412815"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 251], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.416748"], ["updated_at", "2019-03-25 14:52:19.416748"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.422940"], ["updated_at", "2019-03-25 14:52:19.422940"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 252], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.427147"], ["updated_at", "2019-03-25 14:52:19.427147"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.433546"], ["updated_at", "2019-03-25 14:52:19.433546"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 253], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.437797"], ["updated_at", "2019-03-25 14:52:19.437797"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.444461"], ["updated_at", "2019-03-25 14:52:19.444461"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 254], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.448598"], ["updated_at", "2019-03-25 14:52:19.448598"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.455196"], ["updated_at", "2019-03-25 14:52:19.455196"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 255], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.459479"], ["updated_at", "2019-03-25 14:52:19.459479"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.465570"], ["updated_at", "2019-03-25 14:52:19.465570"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 256], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.469489"], ["updated_at", "2019-03-25 14:52:19.469489"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.3ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.475837"], ["updated_at", "2019-03-25 14:52:19.475837"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 257], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.479665"], ["updated_at", "2019-03-25 14:52:19.479665"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.485779"], ["updated_at", "2019-03-25 14:52:19.485779"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 258], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.489914"], ["updated_at", "2019-03-25 14:52:19.489914"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.498415"], ["updated_at", "2019-03-25 14:52:19.498415"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 259], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.503303"], ["updated_at", "2019-03-25 14:52:19.503303"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.510330"], ["updated_at", "2019-03-25 14:52:19.510330"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 260], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.514486"], ["updated_at", "2019-03-25 14:52:19.514486"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.538576"], ["updated_at", "2019-03-25 14:52:19.538576"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 261], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.543151"], ["updated_at", "2019-03-25 14:52:19.543151"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.551765"], ["updated_at", "2019-03-25 14:52:19.551765"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 262], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.556511"], ["updated_at", "2019-03-25 14:52:19.556511"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.563625"], ["updated_at", "2019-03-25 14:52:19.563625"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 263], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.567861"], ["updated_at", "2019-03-25 14:52:19.567861"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.574408"], ["updated_at", "2019-03-25 14:52:19.574408"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 264], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.578429"], ["updated_at", "2019-03-25 14:52:19.578429"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.585237"], ["updated_at", "2019-03-25 14:52:19.585237"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 265], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.591188"], ["updated_at", "2019-03-25 14:52:19.591188"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:19.605409"], ["updated_at", "2019-03-25 14:52:19.605409"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 266], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.612669"], ["updated_at", "2019-03-25 14:52:19.612669"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 14:52:19.624230"], ["updated_at", "2019-03-25 14:52:19.624230"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 267], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.630068"], ["updated_at", "2019-03-25 14:52:19.630068"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 14:52:19.640044"], ["updated_at", "2019-03-25 14:52:19.640044"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 268], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.646552"], ["updated_at", "2019-03-25 14:52:19.646552"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 14:52:19.654949"], ["updated_at", "2019-03-25 14:52:19.654949"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 269], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.660428"], ["updated_at", "2019-03-25 14:52:19.660428"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 14:52:19.667602"], ["updated_at", "2019-03-25 14:52:19.667602"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 270], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.672573"], ["updated_at", "2019-03-25 14:52:19.672573"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 14:52:19.679935"], ["updated_at", "2019-03-25 14:52:19.679935"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 271], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.684541"], ["updated_at", "2019-03-25 14:52:19.684541"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 14:52:19.692727"], ["updated_at", "2019-03-25 14:52:19.692727"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 272], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.697255"], ["updated_at", "2019-03-25 14:52:19.697255"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 14:52:19.708783"], ["updated_at", "2019-03-25 14:52:19.708783"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 273], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.716279"], ["updated_at", "2019-03-25 14:52:19.716279"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 14:52:19.727426"], ["updated_at", "2019-03-25 14:52:19.727426"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 274], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.733612"], ["updated_at", "2019-03-25 14:52:19.733612"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 14:52:19.744310"], ["updated_at", "2019-03-25 14:52:19.744310"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 275], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.749987"], ["updated_at", "2019-03-25 14:52:19.749987"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 14:52:19.759131"], ["updated_at", "2019-03-25 14:52:19.759131"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 276], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.764266"], ["updated_at", "2019-03-25 14:52:19.764266"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 14:52:19.773231"], ["updated_at", "2019-03-25 14:52:19.773231"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 277], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.777914"], ["updated_at", "2019-03-25 14:52:19.777914"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 14:52:19.785233"], ["updated_at", "2019-03-25 14:52:19.785233"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 278], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.790154"], ["updated_at", "2019-03-25 14:52:19.790154"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:52:19.797522"], ["updated_at", "2019-03-25 14:52:19.797522"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 279], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.801798"], ["updated_at", "2019-03-25 14:52:19.801798"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:52:19.810074"], ["updated_at", "2019-03-25 14:52:19.810074"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 280], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.814395"], ["updated_at", "2019-03-25 14:52:19.814395"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:52:19.822645"], ["updated_at", "2019-03-25 14:52:19.822645"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 281], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.828437"], ["updated_at", "2019-03-25 14:52:19.828437"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:52:19.836992"], ["updated_at", "2019-03-25 14:52:19.836992"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 282], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.841625"], ["updated_at", "2019-03-25 14:52:19.841625"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:52:19.849437"], ["updated_at", "2019-03-25 14:52:19.849437"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 283], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.853741"], ["updated_at", "2019-03-25 14:52:19.853741"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:52:19.860464"], ["updated_at", "2019-03-25 14:52:19.860464"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 284], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.864608"], ["updated_at", "2019-03-25 14:52:19.864608"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:52:19.872078"], ["updated_at", "2019-03-25 14:52:19.872078"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 285], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.877245"], ["updated_at", "2019-03-25 14:52:19.877245"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:52:19.885635"], ["updated_at", "2019-03-25 14:52:19.885635"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 286], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.890364"], ["updated_at", "2019-03-25 14:52:19.890364"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:52:19.898324"], ["updated_at", "2019-03-25 14:52:19.898324"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 287], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.903051"], ["updated_at", "2019-03-25 14:52:19.903051"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:52:19.910342"], ["updated_at", "2019-03-25 14:52:19.910342"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 288], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.914630"], ["updated_at", "2019-03-25 14:52:19.914630"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:52:19.921894"], ["updated_at", "2019-03-25 14:52:19.921894"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 289], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.926049"], ["updated_at", "2019-03-25 14:52:19.926049"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:52:19.933825"], ["updated_at", "2019-03-25 14:52:19.933825"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 290], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.937962"], ["updated_at", "2019-03-25 14:52:19.937962"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:52:19.944688"], ["updated_at", "2019-03-25 14:52:19.944688"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 291], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.949384"], ["updated_at", "2019-03-25 14:52:19.949384"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:52:19.956427"], ["updated_at", "2019-03-25 14:52:19.956427"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 292], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.960472"], ["updated_at", "2019-03-25 14:52:19.960472"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:52:19.967152"], ["updated_at", "2019-03-25 14:52:19.967152"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 293], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.971826"], ["updated_at", "2019-03-25 14:52:19.971826"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:52:19.979958"], ["updated_at", "2019-03-25 14:52:19.979958"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 294], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.985003"], ["updated_at", "2019-03-25 14:52:19.985003"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:52:19.992259"], ["updated_at", "2019-03-25 14:52:19.992259"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 295], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:19.997015"], ["updated_at", "2019-03-25 14:52:19.997015"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.005164"], ["updated_at", "2019-03-25 14:52:20.005164"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 296], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.010172"], ["updated_at", "2019-03-25 14:52:20.010172"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.018628"], ["updated_at", "2019-03-25 14:52:20.018628"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 297], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.023760"], ["updated_at", "2019-03-25 14:52:20.023760"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.033090"], ["updated_at", "2019-03-25 14:52:20.033090"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 298], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.038412"], ["updated_at", "2019-03-25 14:52:20.038412"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.047216"], ["updated_at", "2019-03-25 14:52:20.047216"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 299], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.052148"], ["updated_at", "2019-03-25 14:52:20.052148"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.060427"], ["updated_at", "2019-03-25 14:52:20.060427"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 300], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.064997"], ["updated_at", "2019-03-25 14:52:20.064997"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.072450"], ["updated_at", "2019-03-25 14:52:20.072450"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 301], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.077310"], ["updated_at", "2019-03-25 14:52:20.077310"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.084560"], ["updated_at", "2019-03-25 14:52:20.084560"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 302], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.089272"], ["updated_at", "2019-03-25 14:52:20.089272"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.3ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.101657"], ["updated_at", "2019-03-25 14:52:20.101657"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 303], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.105598"], ["updated_at", "2019-03-25 14:52:20.105598"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.112040"], ["updated_at", "2019-03-25 14:52:20.112040"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 304], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.116230"], ["updated_at", "2019-03-25 14:52:20.116230"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.123325"], ["updated_at", "2019-03-25 14:52:20.123325"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 305], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.127646"], ["updated_at", "2019-03-25 14:52:20.127646"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.3ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.133789"], ["updated_at", "2019-03-25 14:52:20.133789"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 306], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.137792"], ["updated_at", "2019-03-25 14:52:20.137792"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.144321"], ["updated_at", "2019-03-25 14:52:20.144321"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 307], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.148555"], ["updated_at", "2019-03-25 14:52:20.148555"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.155211"], ["updated_at", "2019-03-25 14:52:20.155211"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 308], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.159462"], ["updated_at", "2019-03-25 14:52:20.159462"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.165647"], ["updated_at", "2019-03-25 14:52:20.165647"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 309], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.169525"], ["updated_at", "2019-03-25 14:52:20.169525"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.175937"], ["updated_at", "2019-03-25 14:52:20.175937"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 310], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.179896"], ["updated_at", "2019-03-25 14:52:20.179896"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.186862"], ["updated_at", "2019-03-25 14:52:20.186862"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 311], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.191002"], ["updated_at", "2019-03-25 14:52:20.191002"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.198935"], ["updated_at", "2019-03-25 14:52:20.198935"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 312], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.203934"], ["updated_at", "2019-03-25 14:52:20.203934"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.212198"], ["updated_at", "2019-03-25 14:52:20.212198"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 313], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.217191"], ["updated_at", "2019-03-25 14:52:20.217191"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.224846"], ["updated_at", "2019-03-25 14:52:20.224846"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 314], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.230452"], ["updated_at", "2019-03-25 14:52:20.230452"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.239187"], ["updated_at", "2019-03-25 14:52:20.239187"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 315], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.244059"], ["updated_at", "2019-03-25 14:52:20.244059"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.252553"], ["updated_at", "2019-03-25 14:52:20.252553"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 316], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.257118"], ["updated_at", "2019-03-25 14:52:20.257118"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.264894"], ["updated_at", "2019-03-25 14:52:20.264894"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 317], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.269382"], ["updated_at", "2019-03-25 14:52:20.269382"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.276935"], ["updated_at", "2019-03-25 14:52:20.276935"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 318], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.281928"], ["updated_at", "2019-03-25 14:52:20.281928"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.291033"], ["updated_at", "2019-03-25 14:52:20.291033"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 319], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.295979"], ["updated_at", "2019-03-25 14:52:20.295979"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.305018"], ["updated_at", "2019-03-25 14:52:20.305018"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 320], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.309384"], ["updated_at", "2019-03-25 14:52:20.309384"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.1ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.341120"], ["updated_at", "2019-03-25 14:52:20.341120"]] PublicActivity::Activity Create (1.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 321], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.350210"], ["updated_at", "2019-03-25 14:52:20.350210"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:52:20.365053"], ["updated_at", "2019-03-25 14:52:20.365053"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 322], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.371280"], ["updated_at", "2019-03-25 14:52:20.371280"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.383470"], ["updated_at", "2019-03-25 14:52:20.383470"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 323], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.389227"], ["updated_at", "2019-03-25 14:52:20.389227"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.398522"], ["updated_at", "2019-03-25 14:52:20.398522"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 324], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.404136"], ["updated_at", "2019-03-25 14:52:20.404136"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.413222"], ["updated_at", "2019-03-25 14:52:20.413222"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 325], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.418539"], ["updated_at", "2019-03-25 14:52:20.418539"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.426765"], ["updated_at", "2019-03-25 14:52:20.426765"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 326], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.431799"], ["updated_at", "2019-03-25 14:52:20.431799"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.439461"], ["updated_at", "2019-03-25 14:52:20.439461"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 327], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.444438"], ["updated_at", "2019-03-25 14:52:20.444438"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.452089"], ["updated_at", "2019-03-25 14:52:20.452089"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 328], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.456544"], ["updated_at", "2019-03-25 14:52:20.456544"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.464160"], ["updated_at", "2019-03-25 14:52:20.464160"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 329], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.468627"], ["updated_at", "2019-03-25 14:52:20.468627"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.476309"], ["updated_at", "2019-03-25 14:52:20.476309"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 330], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.480729"], ["updated_at", "2019-03-25 14:52:20.480729"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.487220"], ["updated_at", "2019-03-25 14:52:20.487220"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 331], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.491592"], ["updated_at", "2019-03-25 14:52:20.491592"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.497977"], ["updated_at", "2019-03-25 14:52:20.497977"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 332], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.501911"], ["updated_at", "2019-03-25 14:52:20.501911"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.508099"], ["updated_at", "2019-03-25 14:52:20.508099"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 333], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.512480"], ["updated_at", "2019-03-25 14:52:20.512480"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.3ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.518810"], ["updated_at", "2019-03-25 14:52:20.518810"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 334], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.522831"], ["updated_at", "2019-03-25 14:52:20.522831"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-03-25 14:52:20.527487"], ["updated_at", "2019-03-25 14:52:20.527487"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 335], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.531314"], ["updated_at", "2019-03-25 14:52:20.531314"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.537979"], ["updated_at", "2019-03-25 14:52:20.537979"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 336], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.541920"], ["updated_at", "2019-03-25 14:52:20.541920"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-03-25 14:52:20.546967"], ["updated_at", "2019-03-25 14:52:20.546967"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 337], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.550792"], ["updated_at", "2019-03-25 14:52:20.550792"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.557259"], ["updated_at", "2019-03-25 14:52:20.557259"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 338], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.561227"], ["updated_at", "2019-03-25 14:52:20.561227"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-03-25 14:52:20.565989"], ["updated_at", "2019-03-25 14:52:20.565989"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 339], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.570168"], ["updated_at", "2019-03-25 14:52:20.570168"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.577054"], ["updated_at", "2019-03-25 14:52:20.577054"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 340], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.581124"], ["updated_at", "2019-03-25 14:52:20.581124"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.3ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-03-25 14:52:20.585724"], ["updated_at", "2019-03-25 14:52:20.585724"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 341], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.589808"], ["updated_at", "2019-03-25 14:52:20.589808"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.596476"], ["updated_at", "2019-03-25 14:52:20.596476"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 342], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.600854"], ["updated_at", "2019-03-25 14:52:20.600854"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-03-25 14:52:20.605542"], ["updated_at", "2019-03-25 14:52:20.605542"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 343], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.609404"], ["updated_at", "2019-03-25 14:52:20.609404"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.615965"], ["updated_at", "2019-03-25 14:52:20.615965"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 344], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.619948"], ["updated_at", "2019-03-25 14:52:20.619948"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-03-25 14:52:20.624850"], ["updated_at", "2019-03-25 14:52:20.624850"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 345], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.628659"], ["updated_at", "2019-03-25 14:52:20.628659"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.635470"], ["updated_at", "2019-03-25 14:52:20.635470"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 346], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.639395"], ["updated_at", "2019-03-25 14:52:20.639395"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-03-25 14:52:20.644679"], ["updated_at", "2019-03-25 14:52:20.644679"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 347], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.649013"], ["updated_at", "2019-03-25 14:52:20.649013"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.655539"], ["updated_at", "2019-03-25 14:52:20.655539"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 348], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.659604"], ["updated_at", "2019-03-25 14:52:20.659604"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-03-25 14:52:20.664498"], ["updated_at", "2019-03-25 14:52:20.664498"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 349], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.668287"], ["updated_at", "2019-03-25 14:52:20.668287"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "save_code"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "save_code"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.674743"], ["updated_at", "2019-03-25 14:52:20.674743"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 350], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.678960"], ["updated_at", "2019-03-25 14:52:20.678960"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "save_code"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "save_code"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.691618"], ["updated_at", "2019-03-25 14:52:20.691618"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 351], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.695881"], ["updated_at", "2019-03-25 14:52:20.695881"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "save_code"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "save_code"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.704163"], ["updated_at", "2019-03-25 14:52:20.704163"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 352], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.708114"], ["updated_at", "2019-03-25 14:52:20.708114"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "save_code"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "save_code"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.722019"], ["updated_at", "2019-03-25 14:52:20.722019"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 353], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.729124"], ["updated_at", "2019-03-25 14:52:20.729124"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "save_code"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "save_code"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.764728"], ["updated_at", "2019-03-25 14:52:20.764728"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 354], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.771039"], ["updated_at", "2019-03-25 14:52:20.771039"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "save_code"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "save_code"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.783390"], ["updated_at", "2019-03-25 14:52:20.783390"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 355], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.789140"], ["updated_at", "2019-03-25 14:52:20.789140"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "save_code"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "save_code"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.800528"], ["updated_at", "2019-03-25 14:52:20.800528"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 356], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.805447"], ["updated_at", "2019-03-25 14:52:20.805447"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "save_code"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "save_code"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 14:52:20.815806"], ["updated_at", "2019-03-25 14:52:20.815806"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 357], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.824758"], ["updated_at", "2019-03-25 14:52:20.824758"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:52:20.836870"], ["updated_at", "2019-03-25 14:52:20.836870"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 358], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.841384"], ["updated_at", "2019-03-25 14:52:20.841384"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 14:52:20.852429"], ["updated_at", "2019-03-25 14:52:20.852429"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 359], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 14:52:20.857190"], ["updated_at", "2019-03-25 14:52:20.857190"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (1.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) BEGIN Role Load (1.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.5ms) SAVEPOINT active_record_1 Role Exists (1.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (1.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "robb.lowe@hintz.net"], ["LIMIT", 1]] User Create (0.8ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Paolo"], ["permalink", "paolo-8a12a6f3"], ["username", "Abdiel"], ["email", "robb.lowe@hintz.net"], ["encrypted_password", "$2a$04$.BYtEdcMCtvm0W8k3zFZceJZATd1TmGx1hozwfd2FPTiTDj/B3q7q"], ["created_at", "2019-03-25 15:44:51.447560"], ["updated_at", "2019-03-25 15:44:51.447560"]] PublicActivity::Activity Create (1.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 12], ["key", "user.create"], ["created_at", "2019-03-25 15:44:51.494313"], ["updated_at", "2019-03-25 15:44:51.494313"]] User::HABTM_Roles Create (0.7ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 12], ["role_id", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::AdminController#root as HTML Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.6ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 12], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 12], ["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://test.host/admin/dashboard Completed 302 Found in 178ms (ActiveRecord: 30.1ms)  (0.6ms) ROLLBACK  (0.5ms) BEGIN Role Load (0.9ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "christopher@graham.net"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Magdalena"], ["permalink", "magdalena-f4f289dc"], ["username", "Frank"], ["email", "christopher@graham.net"], ["encrypted_password", "$2a$04$.qZ5rw1SLVTDeMUnLALGvuEQ6uRfPf82xaHTog6dv6k88PNUQ.g5W"], ["created_at", "2019-03-25 15:44:51.702265"], ["updated_at", "2019-03-25 15:44:51.702265"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 13], ["key", "user.create"], ["created_at", "2019-03-25 15:44:51.705310"], ["updated_at", "2019-03-25 15:44:51.705310"]] User::HABTM_Roles Create (0.4ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 13], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Admin::UsersController#filter_by_role as JS Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (0.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (0.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 13], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 13], ["LIMIT", 1]] Setting Load (0.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC) subquery_for_count User Load (0.6ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND (id != 1) ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 13], ["LIMIT", 1]] Rendering admin/users/filter_by_role.js.erb Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered admin/users/filter_by_role.js.erb (0.4ms) Completed 200 OK in 79ms (Views: 35.4ms | ActiveRecord: 9.3ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (17.9ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:51.822822' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.6ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:51.821892"], ["updated_at", "2019-03-25 15:44:51.821892"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 114], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:51.844885"], ["updated_at", "2019-03-25 15:44:51.844885"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (1.0ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:51.853089' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.8ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:51.852585"], ["updated_at", "2019-03-25 15:44:51.852585"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 115], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:51.857830"], ["updated_at", "2019-03-25 15:44:51.857830"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.8ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:51.866398' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.7ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:51.865909"], ["updated_at", "2019-03-25 15:44:51.865909"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 116], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:51.870800"], ["updated_at", "2019-03-25 15:44:51.870800"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.7ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:51.878996' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.6ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:51.878490"], ["updated_at", "2019-03-25 15:44:51.878490"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 117], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:51.883227"], ["updated_at", "2019-03-25 15:44:51.883227"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.6ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:51.890971' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.5ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:51.890456"], ["updated_at", "2019-03-25 15:44:51.890456"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 118], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:51.895163"], ["updated_at", "2019-03-25 15:44:51.895163"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.8ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:51.903033' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.7ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:51.902520"], ["updated_at", "2019-03-25 15:44:51.902520"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 119], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:51.907738"], ["updated_at", "2019-03-25 15:44:51.907738"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:51.915232' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:51.914727"], ["updated_at", "2019-03-25 15:44:51.914727"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 120], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:51.919170"], ["updated_at", "2019-03-25 15:44:51.919170"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:51.926266' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.5ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:51.925768"], ["updated_at", "2019-03-25 15:44:51.925768"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 121], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:51.930076"], ["updated_at", "2019-03-25 15:44:51.930076"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:51.936985' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:51.936466"], ["updated_at", "2019-03-25 15:44:51.936466"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 122], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:51.940933"], ["updated_at", "2019-03-25 15:44:51.940933"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:51.947914' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:51.947448"], ["updated_at", "2019-03-25 15:44:51.947448"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 123], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:51.951471"], ["updated_at", "2019-03-25 15:44:51.951471"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SELECT COUNT(*) FROM "keppler_frontend_callback_functions"  (0.2ms) ROLLBACK  (0.1ms) BEGIN KepplerFrontend::CallbackFunction Load (0.3ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (38.1ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:52.002762"], ["updated_at", "2019-03-25 15:44:52.002762"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 360], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:52.047817"], ["updated_at", "2019-03-25 15:44:52.047817"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback_model"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (1.1ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:52.058126' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (1.0ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback_model"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:52.057025"], ["updated_at", "2019-03-25 15:44:52.057025"]] PublicActivity::Activity Create (1.2ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 124], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:52.066572"], ["updated_at", "2019-03-25 15:44:52.066572"]]  (0.7ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 360]]  (1.3ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback_model"], ["view_id", 360]] KepplerFrontend::ViewCallback Create (1.2ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback_model"], ["function_type", "before_action"], ["view_id", 360], ["created_at", "2019-03-25 15:44:52.106625"], ["updated_at", "2019-03-25 15:44:52.106625"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Load (0.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $4 [["name", "test_callback_model"], ["function_type", "before_action"], ["view_id", 360], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test_callback_model"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 360]]  (0.5ms) ROLLBACK  (0.5ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.1ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:52.129838"], ["updated_at", "2019-03-25 15:44:52.129838"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 361], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:52.140606"], ["updated_at", "2019-03-25 15:44:52.140606"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback_model"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.8ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:52.149983' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.8ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback_model"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:52.149076"], ["updated_at", "2019-03-25 15:44:52.149076"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 125], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:52.156587"], ["updated_at", "2019-03-25 15:44:52.156587"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 361]]  (0.8ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback_model"], ["view_id", 361]] KepplerFrontend::ViewCallback Create (0.7ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback_model"], ["function_type", "before_action"], ["view_id", 361], ["created_at", "2019-03-25 15:44:52.166433"], ["updated_at", "2019-03-25 15:44:52.166433"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:52.178092"], ["updated_at", "2019-03-25 15:44:52.178092"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 362], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:52.185218"], ["updated_at", "2019-03-25 15:44:52.185218"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback_model"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.7ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:52.192593' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.6ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback_model"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:52.191870"], ["updated_at", "2019-03-25 15:44:52.191870"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 126], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:52.197786"], ["updated_at", "2019-03-25 15:44:52.197786"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 362]]  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback_model"], ["view_id", 362]] KepplerFrontend::ViewCallback Create (0.6ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback_model"], ["function_type", "before_action"], ["view_id", 362], ["created_at", "2019-03-25 15:44:52.206251"], ["updated_at", "2019-03-25 15:44:52.206251"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Destroy (0.5ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 139]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Load (0.3ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test_callback_model"], ["function_type", "before_action"]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:52.217741"], ["updated_at", "2019-03-25 15:44:52.217741"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 363], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:52.222243"], ["updated_at", "2019-03-25 15:44:52.222243"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback_model"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.6ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:52.227233' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.5ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback_model"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:52.226731"], ["updated_at", "2019-03-25 15:44:52.226731"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 127], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:52.230974"], ["updated_at", "2019-03-25 15:44:52.230974"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 363]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback_model"], ["view_id", 363]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback_model"], ["function_type", "before_action"], ["view_id", 363], ["created_at", "2019-03-25 15:44:52.236788"], ["updated_at", "2019-03-25 15:44:52.236788"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:52.253465"], ["updated_at", "2019-03-25 15:44:52.253465"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 364], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:52.257519"], ["updated_at", "2019-03-25 15:44:52.257519"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:52.265304"], ["updated_at", "2019-03-25 15:44:52.265304"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 365], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:52.269211"], ["updated_at", "2019-03-25 15:44:52.269211"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:52.275362"], ["updated_at", "2019-03-25 15:44:52.275362"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 366], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:52.279211"], ["updated_at", "2019-03-25 15:44:52.279211"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:52.285453"], ["updated_at", "2019-03-25 15:44:52.285453"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 367], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:52.289311"], ["updated_at", "2019-03-25 15:44:52.289311"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.3ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:52.295259"], ["updated_at", "2019-03-25 15:44:52.295259"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 368], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:52.299152"], ["updated_at", "2019-03-25 15:44:52.299152"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:52.305847"], ["updated_at", "2019-03-25 15:44:52.305847"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 369], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:52.309700"], ["updated_at", "2019-03-25 15:44:52.309700"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:52.315999"], ["updated_at", "2019-03-25 15:44:52.315999"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 370], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:52.319891"], ["updated_at", "2019-03-25 15:44:52.319891"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:52.326758"], ["updated_at", "2019-03-25 15:44:52.326758"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 371], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:52.330676"], ["updated_at", "2019-03-25 15:44:52.330676"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:52.337852"], ["updated_at", "2019-03-25 15:44:52.337852"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 372], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:52.341768"], ["updated_at", "2019-03-25 15:44:52.341768"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:52.348147"], ["updated_at", "2019-03-25 15:44:52.348147"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 373], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:52.352461"], ["updated_at", "2019-03-25 15:44:52.352461"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:52.359568"], ["updated_at", "2019-03-25 15:44:52.359568"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 374], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:52.363455"], ["updated_at", "2019-03-25 15:44:52.363455"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:52.392889"], ["updated_at", "2019-03-25 15:44:52.392889"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 375], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:52.397327"], ["updated_at", "2019-03-25 15:44:52.397327"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 15:44:52.405801"], ["updated_at", "2019-03-25 15:44:52.405801"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 376], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:52.410174"], ["updated_at", "2019-03-25 15:44:52.410174"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 15:44:52.418345"], ["updated_at", "2019-03-25 15:44:52.418345"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 377], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:52.422601"], ["updated_at", "2019-03-25 15:44:52.422601"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) ROLLBACK  (0.4ms) BEGIN Role Exists (0.9ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1001], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Alan"], ["LIMIT", 1]] Role Create (0.7ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Alan"], ["position", 1], ["created_at", "2019-03-25 15:44:52.504792"], ["updated_at", "2019-03-25 15:44:52.504792"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.7ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 18], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Ettie"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Ettie"], ["position", 1], ["created_at", "2019-03-25 15:44:52.513143"], ["updated_at", "2019-03-25 15:44:52.513143"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 19], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Aniya"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Aniya"], ["position", 1], ["created_at", "2019-03-25 15:44:52.520723"], ["updated_at", "2019-03-25 15:44:52.520723"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 20]] Permission Create (0.8ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 20], ["created_at", "2019-03-25 15:44:52.525218"], ["updated_at", "2019-03-25 15:44:52.525218"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 20], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Era"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Era"], ["position", 1], ["created_at", "2019-03-25 15:44:52.533003"], ["updated_at", "2019-03-25 15:44:52.533003"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 21]] Permission Create (0.6ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 21], ["created_at", "2019-03-25 15:44:52.536948"], ["updated_at", "2019-03-25 15:44:52.536948"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 21], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 21], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 21], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 21], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2019-03-25 15:44:52.544289"], ["id", 12]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 21], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Sylvan"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Sylvan"], ["position", 1], ["created_at", "2019-03-25 15:44:52.551247"], ["updated_at", "2019-03-25 15:44:52.551247"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 22]] Permission Create (0.5ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 22], ["created_at", "2019-03-25 15:44:52.555162"], ["updated_at", "2019-03-25 15:44:52.555162"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 22], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 22], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 22], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 22], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[]}}"], ["updated_at", "2019-03-25 15:44:52.562235"], ["id", 13]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 22], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 22], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 22], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 22], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Permission Update (1.0ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["updated_at", "2019-03-25 15:44:52.569566"], ["id", 13]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 22], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Role Exists (0.8ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Arjun"], ["LIMIT", 1]] Role Create (0.8ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Arjun"], ["position", 1], ["created_at", "2019-03-25 15:44:52.578742"], ["updated_at", "2019-03-25 15:44:52.578742"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 23]] Permission Create (0.9ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\"]}}"], ["role_id", 23], ["created_at", "2019-03-25 15:44:52.583728"], ["updated_at", "2019-03-25 15:44:52.583728"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.6ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 23], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Easton"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Easton"], ["position", 1], ["created_at", "2019-03-25 15:44:52.592330"], ["updated_at", "2019-03-25 15:44:52.592330"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Exists (0.3ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 24], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Dayna"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Dayna"], ["position", 1], ["created_at", "2019-03-25 15:44:52.598680"], ["updated_at", "2019-03-25 15:44:52.598680"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 25]] Permission Create (0.7ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Script\":{\"actions\":[\"index\"]}}"], ["role_id", 25], ["created_at", "2019-03-25 15:44:52.603417"], ["updated_at", "2019-03-25 15:44:52.603417"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 25], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Script Update All (0.5ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2019-03-25 15:44:52.634414' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.5ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Hayley"], ["script", "MyStrig"], ["url", "www.example.com"], ["position", 1], ["created_at", "2019-03-25 15:44:52.633678"], ["updated_at", "2019-03-25 15:44:52.633678"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 5], ["key", "script.create"], ["created_at", "2019-03-25 15:44:52.638245"], ["updated_at", "2019-03-25 15:44:52.638245"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."url" = $1 LIMIT $2 [["url", "www.example.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Script Update All (0.4ms) UPDATE "scripts" SET "position" = ("scripts"."position" + 1), "updated_at" = '2019-03-25 15:44:52.645591' WHERE (1 = 1) AND ("scripts"."position" >= 1) Script Create (0.3ms) INSERT INTO "scripts" ("name", "script", "url", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Kris"], ["script", "MyStrig"], ["url", "www.keppleradmin.com"], ["position", 1], ["created_at", "2019-03-25 15:44:52.645140"], ["updated_at", "2019-03-25 15:44:52.645140"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Script"], ["trackable_id", 6], ["key", "script.create"], ["created_at", "2019-03-25 15:44:52.648893"], ["updated_at", "2019-03-25 15:44:52.648893"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Script Load (0.3ms) SELECT "scripts".* FROM "scripts" WHERE "scripts"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "danny.purdy@funkabernathy.biz"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]] Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE 1=0 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "brenda@gerlach.net"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 ORDER BY "roles"."id" ASC LIMIT $2 [["user_id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) SAVEPOINT active_record_1 Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "edyth@kovacek.io"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Clara"], ["permalink", "clara-bba1460c"], ["username", "Golda"], ["email", "edyth@kovacek.io"], ["encrypted_password", "$2a$04$o2p8QQhjY80EP7xJgHf35u2zLcgUFm1/TCsGKhKYG6iyuuAsmk5uO"], ["created_at", "2019-03-25 15:44:52.707888"], ["updated_at", "2019-03-25 15:44:52.707888"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 14], ["key", "user.create"], ["created_at", "2019-03-25 15:44:52.711028"], ["updated_at", "2019-03-25 15:44:52.711028"]] User::HABTM_Roles Create (0.3ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 14], ["role_id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.4ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.4ms) SAVEPOINT active_record_1 Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "juwan_terry@hermannlebsack.co"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Orland"], ["permalink", "orland-f6c3cb82"], ["username", "Vivianne"], ["email", "juwan_terry@hermannlebsack.co"], ["encrypted_password", "$2a$04$7fZZN065NX4Vu0QTSHwt6.nLsHmH.kITRHJkXmM8AxAFwB2Jr5fGu"], ["created_at", "2019-03-25 15:44:52.735357"], ["updated_at", "2019-03-25 15:44:52.735357"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 15], ["key", "user.create"], ["created_at", "2019-03-25 15:44:52.739293"], ["updated_at", "2019-03-25 15:44:52.739293"]] User::HABTM_Roles Create (0.5ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 15], ["role_id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN Role Load (0.7ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.5ms) SAVEPOINT active_record_1 Role Exists (0.9ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "keppler_admin"], ["id", 1], ["LIMIT", 1]] User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "maurine.witting@pacocha.io"], ["LIMIT", 1]] User Create (0.8ms) INSERT INTO "users" ("name", "permalink", "username", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Celestine"], ["permalink", "celestine-8bc14819"], ["username", "Darrion"], ["email", "maurine.witting@pacocha.io"], ["encrypted_password", "$2a$04$fqlDWQr.NbQ1aktvyWNlHeydLlwXBeV0HMi/Gi.tOQsqRzgU38XBC"], ["created_at", "2019-03-25 15:44:52.764814"], ["updated_at", "2019-03-25 15:44:52.764814"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 16], ["key", "user.create"], ["created_at", "2019-03-25 15:44:52.771315"], ["updated_at", "2019-03-25 15:44:52.771315"]] User::HABTM_Roles Create (0.7ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 16], ["role_id", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.6ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:52.846161' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.5ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:52.845540"], ["updated_at", "2019-03-25 15:44:52.845540"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 128], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:52.850774"], ["updated_at", "2019-03-25 15:44:52.850774"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.6ms) ROLLBACK  (0.5ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (1.2ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:53.183059' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (1.0ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:53.182104"], ["updated_at", "2019-03-25 15:44:53.182104"]] PublicActivity::Activity Create (1.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 129], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:53.190717"], ["updated_at", "2019-03-25 15:44:53.190717"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.6ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.8ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:53.205105' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.8ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:53.204239"], ["updated_at", "2019-03-25 15:44:53.204239"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 130], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:53.211726"], ["updated_at", "2019-03-25 15:44:53.211726"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.9ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:53.225795' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.8ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:53.224743"], ["updated_at", "2019-03-25 15:44:53.224743"]] PublicActivity::Activity Create (1.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 131], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:53.233270"], ["updated_at", "2019-03-25 15:44:53.233270"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.6ms) ROLLBACK  (0.4ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.9ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:53.248231' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.8ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:53.247327"], ["updated_at", "2019-03-25 15:44:53.247327"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 132], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:53.255001"], ["updated_at", "2019-03-25 15:44:53.255001"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.8ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:53.267611' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.7ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:53.266833"], ["updated_at", "2019-03-25 15:44:53.266833"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 133], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:53.273689"], ["updated_at", "2019-03-25 15:44:53.273689"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (1.0ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:53.284848' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (1.1ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:53.284209"], ["updated_at", "2019-03-25 15:44:53.284209"]] PublicActivity::Activity Create (1.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 134], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:53.290982"], ["updated_at", "2019-03-25 15:44:53.290982"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (1.0ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (1.0ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:53.302789' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.7ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:53.302102"], ["updated_at", "2019-03-25 15:44:53.302102"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 135], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:53.308439"], ["updated_at", "2019-03-25 15:44:53.308439"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_function"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.8ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:53.319580' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.7ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_function"], ["description", "test_function"], ["position", 1], ["created_at", "2019-03-25 15:44:53.318912"], ["updated_at", "2019-03-25 15:44:53.318912"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 136], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:53.324896"], ["updated_at", "2019-03-25 15:44:53.324896"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_function"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.9ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:53.356295' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.9ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_function"], ["description", "test_function"], ["position", 1], ["created_at", "2019-03-25 15:44:53.355118"], ["updated_at", "2019-03-25 15:44:53.355118"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 137], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:53.365022"], ["updated_at", "2019-03-25 15:44:53.365022"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.5ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_function"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.8ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:53.380555' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.8ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_function"], ["description", "test_function"], ["position", 1], ["created_at", "2019-03-25 15:44:53.379583"], ["updated_at", "2019-03-25 15:44:53.379583"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 138], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:53.387519"], ["updated_at", "2019-03-25 15:44:53.387519"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_function"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.8ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:53.401243' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.9ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_function"], ["description", "test_function"], ["position", 1], ["created_at", "2019-03-25 15:44:53.400386"], ["updated_at", "2019-03-25 15:44:53.400386"]] PublicActivity::Activity Create (1.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 139], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:53.407789"], ["updated_at", "2019-03-25 15:44:53.407789"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_function"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (1.2ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:53.420584' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.9ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_function"], ["description", "test_function"], ["position", 1], ["created_at", "2019-03-25 15:44:53.419768"], ["updated_at", "2019-03-25 15:44:53.419768"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 140], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:53.427320"], ["updated_at", "2019-03-25 15:44:53.427320"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_function"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.8ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:53.439027' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.7ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_function"], ["description", "test_function"], ["position", 1], ["created_at", "2019-03-25 15:44:53.438327"], ["updated_at", "2019-03-25 15:44:53.438327"]] PublicActivity::Activity Create (1.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 141], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:53.444632"], ["updated_at", "2019-03-25 15:44:53.444632"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_function"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.8ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:53.455683' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.7ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_function"], ["description", "test_function"], ["position", 1], ["created_at", "2019-03-25 15:44:53.454977"], ["updated_at", "2019-03-25 15:44:53.454977"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 142], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:53.461339"], ["updated_at", "2019-03-25 15:44:53.461339"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_function"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.7ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:53.471875' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.6ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_function"], ["description", "test_function"], ["position", 1], ["created_at", "2019-03-25 15:44:53.471271"], ["updated_at", "2019-03-25 15:44:53.471271"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 143], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:53.477023"], ["updated_at", "2019-03-25 15:44:53.477023"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:53.488272"], ["updated_at", "2019-03-25 15:44:53.488272"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 378], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:53.494071"], ["updated_at", "2019-03-25 15:44:53.494071"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:53.503468"], ["updated_at", "2019-03-25 15:44:53.503468"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 379], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:53.508541"], ["updated_at", "2019-03-25 15:44:53.508541"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:53.518569"], ["updated_at", "2019-03-25 15:44:53.518569"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 380], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:53.523642"], ["updated_at", "2019-03-25 15:44:53.523642"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:53.532175"], ["updated_at", "2019-03-25 15:44:53.532175"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 381], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:53.536758"], ["updated_at", "2019-03-25 15:44:53.536758"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:53.544508"], ["updated_at", "2019-03-25 15:44:53.544508"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 382], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:53.549010"], ["updated_at", "2019-03-25 15:44:53.549010"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:53.557737"], ["updated_at", "2019-03-25 15:44:53.557737"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 383], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:53.563240"], ["updated_at", "2019-03-25 15:44:53.563240"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:53.573053"], ["updated_at", "2019-03-25 15:44:53.573053"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 384], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:53.578117"], ["updated_at", "2019-03-25 15:44:53.578117"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.0ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:53.600788"], ["updated_at", "2019-03-25 15:44:53.600788"]] PublicActivity::Activity Create (1.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 385], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:53.606701"], ["updated_at", "2019-03-25 15:44:53.606701"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:53.697183"], ["updated_at", "2019-03-25 15:44:53.697183"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 386], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:53.701583"], ["updated_at", "2019-03-25 15:44:53.701583"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.6ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:53.706920' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.6ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:53.706414"], ["updated_at", "2019-03-25 15:44:53.706414"]] PublicActivity::Activity Create (1.2ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 144], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:53.712399"], ["updated_at", "2019-03-25 15:44:53.712399"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 386]]  (0.7ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 386]] KepplerFrontend::ViewCallback Create (0.6ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 386], ["created_at", "2019-03-25 15:44:53.722102"], ["updated_at", "2019-03-25 15:44:53.722102"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 386]]  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 386]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 386], ["created_at", "2019-03-25 15:44:53.729431"], ["updated_at", "2019-03-25 15:44:53.729431"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 386]]  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 386]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 386], ["created_at", "2019-03-25 15:44:53.736845"], ["updated_at", "2019-03-25 15:44:53.736845"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 386]]  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 386]] KepplerFrontend::ViewCallback Create (0.6ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 386], ["created_at", "2019-03-25 15:44:53.743766"], ["updated_at", "2019-03-25 15:44:53.743766"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test_callback"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 386]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:53.754094"], ["updated_at", "2019-03-25 15:44:53.754094"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 387], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:53.758215"], ["updated_at", "2019-03-25 15:44:53.758215"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:53.762834' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:53.762381"], ["updated_at", "2019-03-25 15:44:53.762381"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 145], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:53.766318"], ["updated_at", "2019-03-25 15:44:53.766318"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 387]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 387]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 387], ["created_at", "2019-03-25 15:44:53.771746"], ["updated_at", "2019-03-25 15:44:53.771746"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 387]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 387]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 387], ["created_at", "2019-03-25 15:44:53.776522"], ["updated_at", "2019-03-25 15:44:53.776522"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 387]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 387]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 387], ["created_at", "2019-03-25 15:44:53.780960"], ["updated_at", "2019-03-25 15:44:53.780960"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 387]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 387]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 387], ["created_at", "2019-03-25 15:44:53.785248"], ["updated_at", "2019-03-25 15:44:53.785248"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:53.791068"], ["updated_at", "2019-03-25 15:44:53.791068"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 388], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:53.795076"], ["updated_at", "2019-03-25 15:44:53.795076"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:53.799217' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:53.798738"], ["updated_at", "2019-03-25 15:44:53.798738"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 146], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:53.802642"], ["updated_at", "2019-03-25 15:44:53.802642"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 388]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 388]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 388], ["created_at", "2019-03-25 15:44:53.808314"], ["updated_at", "2019-03-25 15:44:53.808314"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 388]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 388]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 388], ["created_at", "2019-03-25 15:44:53.812889"], ["updated_at", "2019-03-25 15:44:53.812889"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 388]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 388]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 388], ["created_at", "2019-03-25 15:44:53.817273"], ["updated_at", "2019-03-25 15:44:53.817273"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 388]]  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 388]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 388], ["created_at", "2019-03-25 15:44:53.823843"], ["updated_at", "2019-03-25 15:44:53.823843"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Load (0.3ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test_callback"], ["function_type", "before_filter"]] KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 388]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.3ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:53.832380"], ["updated_at", "2019-03-25 15:44:53.832380"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 389], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:53.836263"], ["updated_at", "2019-03-25 15:44:53.836263"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:53.841000' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:53.840495"], ["updated_at", "2019-03-25 15:44:53.840495"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 147], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:53.844336"], ["updated_at", "2019-03-25 15:44:53.844336"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 389]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 389]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 389], ["created_at", "2019-03-25 15:44:53.849378"], ["updated_at", "2019-03-25 15:44:53.849378"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 389]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 389]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 389], ["created_at", "2019-03-25 15:44:53.853790"], ["updated_at", "2019-03-25 15:44:53.853790"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 389]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 389]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 389], ["created_at", "2019-03-25 15:44:53.858083"], ["updated_at", "2019-03-25 15:44:53.858083"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 389]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 389]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 389], ["created_at", "2019-03-25 15:44:53.862303"], ["updated_at", "2019-03-25 15:44:53.862303"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:53.868091"], ["updated_at", "2019-03-25 15:44:53.868091"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 390], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:53.872251"], ["updated_at", "2019-03-25 15:44:53.872251"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:53.876444' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:53.875942"], ["updated_at", "2019-03-25 15:44:53.875942"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 148], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:53.879838"], ["updated_at", "2019-03-25 15:44:53.879838"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 390]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 390]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 390], ["created_at", "2019-03-25 15:44:53.885142"], ["updated_at", "2019-03-25 15:44:53.885142"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 390]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 390]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 390], ["created_at", "2019-03-25 15:44:53.889690"], ["updated_at", "2019-03-25 15:44:53.889690"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 390]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 390]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 390], ["created_at", "2019-03-25 15:44:53.894016"], ["updated_at", "2019-03-25 15:44:53.894016"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 390]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 390]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 390], ["created_at", "2019-03-25 15:44:53.898516"], ["updated_at", "2019-03-25 15:44:53.898516"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Load (0.3ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test_callback"], ["function_type", "after_action"]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 390]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:53.907818"], ["updated_at", "2019-03-25 15:44:53.907818"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 391], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:53.912032"], ["updated_at", "2019-03-25 15:44:53.912032"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:53.916442' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:53.915947"], ["updated_at", "2019-03-25 15:44:53.915947"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 149], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:53.919865"], ["updated_at", "2019-03-25 15:44:53.919865"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 391]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 391]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 391], ["created_at", "2019-03-25 15:44:53.925278"], ["updated_at", "2019-03-25 15:44:53.925278"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 391]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 391]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 391], ["created_at", "2019-03-25 15:44:53.930014"], ["updated_at", "2019-03-25 15:44:53.930014"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 391]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 391]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 391], ["created_at", "2019-03-25 15:44:53.934494"], ["updated_at", "2019-03-25 15:44:53.934494"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 391]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 391]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 391], ["created_at", "2019-03-25 15:44:53.939015"], ["updated_at", "2019-03-25 15:44:53.939015"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:53.944914"], ["updated_at", "2019-03-25 15:44:53.944914"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 392], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:53.948905"], ["updated_at", "2019-03-25 15:44:53.948905"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.3ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:53.953084' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.3ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:53.952649"], ["updated_at", "2019-03-25 15:44:53.952649"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 150], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:53.956189"], ["updated_at", "2019-03-25 15:44:53.956189"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 392]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 392]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 392], ["created_at", "2019-03-25 15:44:53.961509"], ["updated_at", "2019-03-25 15:44:53.961509"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 392]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 392]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 392], ["created_at", "2019-03-25 15:44:53.966013"], ["updated_at", "2019-03-25 15:44:53.966013"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 392]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 392]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 392], ["created_at", "2019-03-25 15:44:53.970479"], ["updated_at", "2019-03-25 15:44:53.970479"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 392]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 392]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 392], ["created_at", "2019-03-25 15:44:53.974835"], ["updated_at", "2019-03-25 15:44:53.974835"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Load (0.3ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test_callback"], ["function_type", "after_filter"]] KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 392]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:53.982873"], ["updated_at", "2019-03-25 15:44:53.982873"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 393], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:53.986927"], ["updated_at", "2019-03-25 15:44:53.986927"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:53.991192' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:53.990750"], ["updated_at", "2019-03-25 15:44:53.990750"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 151], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:53.994546"], ["updated_at", "2019-03-25 15:44:53.994546"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 393]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 393]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 393], ["created_at", "2019-03-25 15:44:53.999731"], ["updated_at", "2019-03-25 15:44:53.999731"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 393]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 393]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 393], ["created_at", "2019-03-25 15:44:54.005057"], ["updated_at", "2019-03-25 15:44:54.005057"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 393]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 393]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 393], ["created_at", "2019-03-25 15:44:54.009392"], ["updated_at", "2019-03-25 15:44:54.009392"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 393]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 393]] KepplerFrontend::ViewCallback Create (0.3ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 393], ["created_at", "2019-03-25 15:44:54.013658"], ["updated_at", "2019-03-25 15:44:54.013658"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:54.019766"], ["updated_at", "2019-03-25 15:44:54.019766"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 394], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:54.024312"], ["updated_at", "2019-03-25 15:44:54.024312"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.7ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:54.028637' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.7ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:54.028162"], ["updated_at", "2019-03-25 15:44:54.028162"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 152], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:54.032647"], ["updated_at", "2019-03-25 15:44:54.032647"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 394]]  (0.8ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 394]] KepplerFrontend::ViewCallback Create (0.6ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 394], ["created_at", "2019-03-25 15:44:54.039406"], ["updated_at", "2019-03-25 15:44:54.039406"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 394]]  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 394]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 394], ["created_at", "2019-03-25 15:44:54.044867"], ["updated_at", "2019-03-25 15:44:54.044867"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 394]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 394]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 394], ["created_at", "2019-03-25 15:44:54.050026"], ["updated_at", "2019-03-25 15:44:54.050026"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 394]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 394]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 394], ["created_at", "2019-03-25 15:44:54.055383"], ["updated_at", "2019-03-25 15:44:54.055383"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Destroy (0.4ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 173]]  (0.2ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Load (0.2ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test_callback"], ["function_type", "before_action"]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:54.065922"], ["updated_at", "2019-03-25 15:44:54.065922"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 395], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:54.071138"], ["updated_at", "2019-03-25 15:44:54.071138"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.6ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:54.076635' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.5ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:54.076121"], ["updated_at", "2019-03-25 15:44:54.076121"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 153], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:54.080524"], ["updated_at", "2019-03-25 15:44:54.080524"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 395]]  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 395]] KepplerFrontend::ViewCallback Create (0.6ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 395], ["created_at", "2019-03-25 15:44:54.086883"], ["updated_at", "2019-03-25 15:44:54.086883"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 395]]  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 395]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 395], ["created_at", "2019-03-25 15:44:54.092667"], ["updated_at", "2019-03-25 15:44:54.092667"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 395]]  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 395]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 395], ["created_at", "2019-03-25 15:44:54.098060"], ["updated_at", "2019-03-25 15:44:54.098060"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 395]]  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 395]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 395], ["created_at", "2019-03-25 15:44:54.103771"], ["updated_at", "2019-03-25 15:44:54.103771"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:54.110758"], ["updated_at", "2019-03-25 15:44:54.110758"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 396], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:54.115297"], ["updated_at", "2019-03-25 15:44:54.115297"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:54.120309' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:54.119720"], ["updated_at", "2019-03-25 15:44:54.119720"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 154], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:54.123876"], ["updated_at", "2019-03-25 15:44:54.123876"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 396]]  (0.8ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 396]] KepplerFrontend::ViewCallback Create (0.7ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 396], ["created_at", "2019-03-25 15:44:54.130499"], ["updated_at", "2019-03-25 15:44:54.130499"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 396]]  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 396]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 396], ["created_at", "2019-03-25 15:44:54.136842"], ["updated_at", "2019-03-25 15:44:54.136842"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 396]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 396]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 396], ["created_at", "2019-03-25 15:44:54.141917"], ["updated_at", "2019-03-25 15:44:54.141917"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 396]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 396]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 396], ["created_at", "2019-03-25 15:44:54.146908"], ["updated_at", "2019-03-25 15:44:54.146908"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Destroy (0.7ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 182]]  (0.3ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test_callback"], ["function_type", "before_filter"]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:54.158089"], ["updated_at", "2019-03-25 15:44:54.158089"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 397], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:54.163296"], ["updated_at", "2019-03-25 15:44:54.163296"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.8ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:54.169383' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.7ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:54.168873"], ["updated_at", "2019-03-25 15:44:54.168873"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 155], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:54.173795"], ["updated_at", "2019-03-25 15:44:54.173795"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 397]]  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 397]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 397], ["created_at", "2019-03-25 15:44:54.181073"], ["updated_at", "2019-03-25 15:44:54.181073"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 397]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 397]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 397], ["created_at", "2019-03-25 15:44:54.186683"], ["updated_at", "2019-03-25 15:44:54.186683"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 397]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 397]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 397], ["created_at", "2019-03-25 15:44:54.192163"], ["updated_at", "2019-03-25 15:44:54.192163"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 397]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 397]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 397], ["created_at", "2019-03-25 15:44:54.197491"], ["updated_at", "2019-03-25 15:44:54.197491"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.0ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:54.205419"], ["updated_at", "2019-03-25 15:44:54.205419"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 398], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:54.211038"], ["updated_at", "2019-03-25 15:44:54.211038"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.7ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:54.217233' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.7ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:54.216711"], ["updated_at", "2019-03-25 15:44:54.216711"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 156], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:54.221433"], ["updated_at", "2019-03-25 15:44:54.221433"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 398]]  (0.8ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 398]] KepplerFrontend::ViewCallback Create (0.7ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 398], ["created_at", "2019-03-25 15:44:54.228447"], ["updated_at", "2019-03-25 15:44:54.228447"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 398]]  (0.9ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 398]] KepplerFrontend::ViewCallback Create (0.9ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 398], ["created_at", "2019-03-25 15:44:54.235129"], ["updated_at", "2019-03-25 15:44:54.235129"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 398]]  (0.9ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 398]] KepplerFrontend::ViewCallback Create (0.8ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 398], ["created_at", "2019-03-25 15:44:54.241981"], ["updated_at", "2019-03-25 15:44:54.241981"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 398]]  (0.9ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 398]] KepplerFrontend::ViewCallback Create (0.7ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 398], ["created_at", "2019-03-25 15:44:54.248785"], ["updated_at", "2019-03-25 15:44:54.248785"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Destroy (0.8ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 191]]  (0.4ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test_callback"], ["function_type", "after_action"]]  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:54.261431"], ["updated_at", "2019-03-25 15:44:54.261431"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 399], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:54.267180"], ["updated_at", "2019-03-25 15:44:54.267180"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.9ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:54.273539' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (1.0ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:54.272997"], ["updated_at", "2019-03-25 15:44:54.272997"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 157], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:54.278483"], ["updated_at", "2019-03-25 15:44:54.278483"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 399]]  (0.8ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 399]] KepplerFrontend::ViewCallback Create (0.8ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 399], ["created_at", "2019-03-25 15:44:54.286319"], ["updated_at", "2019-03-25 15:44:54.286319"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 399]]  (0.8ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 399]] KepplerFrontend::ViewCallback Create (0.7ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 399], ["created_at", "2019-03-25 15:44:54.293189"], ["updated_at", "2019-03-25 15:44:54.293189"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 399]]  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 399]] KepplerFrontend::ViewCallback Create (0.6ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 399], ["created_at", "2019-03-25 15:44:54.299280"], ["updated_at", "2019-03-25 15:44:54.299280"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 399]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 399]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 399], ["created_at", "2019-03-25 15:44:54.305110"], ["updated_at", "2019-03-25 15:44:54.305110"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:54.312646"], ["updated_at", "2019-03-25 15:44:54.312646"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 400], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:54.317770"], ["updated_at", "2019-03-25 15:44:54.317770"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:54.322891' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:54.322348"], ["updated_at", "2019-03-25 15:44:54.322348"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 158], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:54.326827"], ["updated_at", "2019-03-25 15:44:54.326827"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 400]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 400]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 400], ["created_at", "2019-03-25 15:44:54.332918"], ["updated_at", "2019-03-25 15:44:54.332918"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 400]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 400]] KepplerFrontend::ViewCallback Create (0.4ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 400], ["created_at", "2019-03-25 15:44:54.338297"], ["updated_at", "2019-03-25 15:44:54.338297"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 400]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 400]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 400], ["created_at", "2019-03-25 15:44:54.343558"], ["updated_at", "2019-03-25 15:44:54.343558"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 400]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 400]] KepplerFrontend::ViewCallback Create (0.5ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 400], ["created_at", "2019-03-25 15:44:54.348900"], ["updated_at", "2019-03-25 15:44:54.348900"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Destroy (0.4ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 200]]  (0.3ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::ViewCallback Load (0.3ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test_callback"], ["function_type", "after_filter"]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:54.359199"], ["updated_at", "2019-03-25 15:44:54.359199"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 401], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:54.364746"], ["updated_at", "2019-03-25 15:44:54.364746"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.9ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:54.370958' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.7ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:54.370449"], ["updated_at", "2019-03-25 15:44:54.370449"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 159], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:54.375400"], ["updated_at", "2019-03-25 15:44:54.375400"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 401]]  (0.9ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_action"], ["name", "test_callback"], ["view_id", 401]] KepplerFrontend::ViewCallback Create (0.8ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_action"], ["view_id", 401], ["created_at", "2019-03-25 15:44:54.382689"], ["updated_at", "2019-03-25 15:44:54.382689"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 401]]  (0.9ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "before_filter"], ["name", "test_callback"], ["view_id", 401]] KepplerFrontend::ViewCallback Create (0.8ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "before_filter"], ["view_id", 401], ["created_at", "2019-03-25 15:44:54.389384"], ["updated_at", "2019-03-25 15:44:54.389384"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 401]]  (0.8ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_action"], ["name", "test_callback"], ["view_id", 401]] KepplerFrontend::ViewCallback Create (0.8ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_action"], ["view_id", 401], ["created_at", "2019-03-25 15:44:54.396271"], ["updated_at", "2019-03-25 15:44:54.396271"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 401]]  (1.0ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 AND "keppler_frontend_view_callbacks"."view_id" = $3 [["function_type", "after_filter"], ["name", "test_callback"], ["view_id", 401]] KepplerFrontend::ViewCallback Create (0.9ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["function_type", "after_filter"], ["view_id", 401], ["created_at", "2019-03-25 15:44:54.403187"], ["updated_at", "2019-03-25 15:44:54.403187"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.9ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:54.412791' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.8ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:54.412209"], ["updated_at", "2019-03-25 15:44:54.412209"]] PublicActivity::Activity Create (1.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 160], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:54.418181"], ["updated_at", "2019-03-25 15:44:54.418181"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.8ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:54.427898' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.7ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:54.427364"], ["updated_at", "2019-03-25 15:44:54.427364"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 161], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:54.432841"], ["updated_at", "2019-03-25 15:44:54.432841"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.8ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:54.442242' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.8ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:54.441662"], ["updated_at", "2019-03-25 15:44:54.441662"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 162], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:54.447433"], ["updated_at", "2019-03-25 15:44:54.447433"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.8ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:54.456406' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.7ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:54.455800"], ["updated_at", "2019-03-25 15:44:54.455800"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 163], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:54.461328"], ["updated_at", "2019-03-25 15:44:54.461328"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.7ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:54.470319' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.7ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:54.469756"], ["updated_at", "2019-03-25 15:44:54.469756"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 164], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:54.475209"], ["updated_at", "2019-03-25 15:44:54.475209"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.7ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:54.484550' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.6ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:54.483923"], ["updated_at", "2019-03-25 15:44:54.483923"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 165], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:54.489143"], ["updated_at", "2019-03-25 15:44:54.489143"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.6ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:54.498105' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.7ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:54.497545"], ["updated_at", "2019-03-25 15:44:54.497545"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 166], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:54.502861"], ["updated_at", "2019-03-25 15:44:54.502861"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.7ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:54.511578' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.6ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:54.511062"], ["updated_at", "2019-03-25 15:44:54.511062"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 167], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:54.516158"], ["updated_at", "2019-03-25 15:44:54.516158"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.6ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:54.524420' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.5ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:54.523861"], ["updated_at", "2019-03-25 15:44:54.523861"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 168], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:54.528806"], ["updated_at", "2019-03-25 15:44:54.528806"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::CallbackFunction Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-03-25 15:44:54.537292' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (0.5ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test_callback"], ["description", "test_callback"], ["position", 1], ["created_at", "2019-03-25 15:44:54.536746"], ["updated_at", "2019-03-25 15:44:54.536746"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 169], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-03-25 15:44:54.541670"], ["updated_at", "2019-03-25 15:44:54.541670"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:54.728314"], ["updated_at", "2019-03-25 15:44:54.728314"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 402], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:54.737815"], ["updated_at", "2019-03-25 15:44:54.737815"]]  (0.5ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:54.757413"], ["updated_at", "2019-03-25 15:44:54.757413"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 403], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:54.764764"], ["updated_at", "2019-03-25 15:44:54.764764"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.0ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:54.780423"], ["updated_at", "2019-03-25 15:44:54.780423"]] PublicActivity::Activity Create (1.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 404], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:54.787150"], ["updated_at", "2019-03-25 15:44:54.787150"]]  (0.5ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "keppler"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "test_index"], ["LIMIT", 1]]  (0.5ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:54.805635"], ["updated_at", "2019-03-25 15:44:54.805635"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 405], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:54.812181"], ["updated_at", "2019-03-25 15:44:54.812181"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views"  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:54.843573"], ["updated_at", "2019-03-25 15:44:54.843573"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 406], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:54.849090"], ["updated_at", "2019-03-25 15:44:54.849090"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:54.857071"], ["updated_at", "2019-03-25 15:44:54.857071"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 407], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:54.861645"], ["updated_at", "2019-03-25 15:44:54.861645"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:54.869018"], ["updated_at", "2019-03-25 15:44:54.869018"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 408], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:54.873459"], ["updated_at", "2019-03-25 15:44:54.873459"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:54.880778"], ["updated_at", "2019-03-25 15:44:54.880778"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 409], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:54.884971"], ["updated_at", "2019-03-25 15:44:54.884971"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:54.891941"], ["updated_at", "2019-03-25 15:44:54.891941"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 410], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:54.896271"], ["updated_at", "2019-03-25 15:44:54.896271"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:54.903225"], ["updated_at", "2019-03-25 15:44:54.903225"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 411], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:54.908654"], ["updated_at", "2019-03-25 15:44:54.908654"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:54.917475"], ["updated_at", "2019-03-25 15:44:54.917475"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 412], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:54.922281"], ["updated_at", "2019-03-25 15:44:54.922281"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:54.930364"], ["updated_at", "2019-03-25 15:44:54.930364"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 413], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:54.935049"], ["updated_at", "2019-03-25 15:44:54.935049"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:54.942509"], ["updated_at", "2019-03-25 15:44:54.942509"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 414], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:54.947064"], ["updated_at", "2019-03-25 15:44:54.947064"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:54.954175"], ["updated_at", "2019-03-25 15:44:54.954175"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 415], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:54.958595"], ["updated_at", "2019-03-25 15:44:54.958595"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:54.965532"], ["updated_at", "2019-03-25 15:44:54.965532"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 416], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:54.969812"], ["updated_at", "2019-03-25 15:44:54.969812"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:54.976801"], ["updated_at", "2019-03-25 15:44:54.976801"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 417], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:54.981261"], ["updated_at", "2019-03-25 15:44:54.981261"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:54.988722"], ["updated_at", "2019-03-25 15:44:54.988722"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 418], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:54.994051"], ["updated_at", "2019-03-25 15:44:54.994051"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.002612"], ["updated_at", "2019-03-25 15:44:55.002612"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 419], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.007511"], ["updated_at", "2019-03-25 15:44:55.007511"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.015039"], ["updated_at", "2019-03-25 15:44:55.015039"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 420], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.019535"], ["updated_at", "2019-03-25 15:44:55.019535"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.027063"], ["updated_at", "2019-03-25 15:44:55.027063"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 421], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.031617"], ["updated_at", "2019-03-25 15:44:55.031617"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.038912"], ["updated_at", "2019-03-25 15:44:55.038912"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 422], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.043378"], ["updated_at", "2019-03-25 15:44:55.043378"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.050321"], ["updated_at", "2019-03-25 15:44:55.050321"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 423], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.054900"], ["updated_at", "2019-03-25 15:44:55.054900"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.061903"], ["updated_at", "2019-03-25 15:44:55.061903"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 424], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.066333"], ["updated_at", "2019-03-25 15:44:55.066333"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.073805"], ["updated_at", "2019-03-25 15:44:55.073805"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 425], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.079022"], ["updated_at", "2019-03-25 15:44:55.079022"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.087894"], ["updated_at", "2019-03-25 15:44:55.087894"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 426], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.093506"], ["updated_at", "2019-03-25 15:44:55.093506"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.102936"], ["updated_at", "2019-03-25 15:44:55.102936"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 427], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.107905"], ["updated_at", "2019-03-25 15:44:55.107905"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.115579"], ["updated_at", "2019-03-25 15:44:55.115579"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 428], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.120468"], ["updated_at", "2019-03-25 15:44:55.120468"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.127450"], ["updated_at", "2019-03-25 15:44:55.127450"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 429], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.132206"], ["updated_at", "2019-03-25 15:44:55.132206"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.138788"], ["updated_at", "2019-03-25 15:44:55.138788"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 430], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.143000"], ["updated_at", "2019-03-25 15:44:55.143000"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.149629"], ["updated_at", "2019-03-25 15:44:55.149629"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 431], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.153719"], ["updated_at", "2019-03-25 15:44:55.153719"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.160551"], ["updated_at", "2019-03-25 15:44:55.160551"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 432], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.164528"], ["updated_at", "2019-03-25 15:44:55.164528"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.170721"], ["updated_at", "2019-03-25 15:44:55.170721"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 433], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.174648"], ["updated_at", "2019-03-25 15:44:55.174648"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.181159"], ["updated_at", "2019-03-25 15:44:55.181159"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 434], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.185130"], ["updated_at", "2019-03-25 15:44:55.185130"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.191199"], ["updated_at", "2019-03-25 15:44:55.191199"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 435], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.195251"], ["updated_at", "2019-03-25 15:44:55.195251"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.201245"], ["updated_at", "2019-03-25 15:44:55.201245"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 436], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.205340"], ["updated_at", "2019-03-25 15:44:55.205340"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.211246"], ["updated_at", "2019-03-25 15:44:55.211246"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 437], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.215086"], ["updated_at", "2019-03-25 15:44:55.215086"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.221472"], ["updated_at", "2019-03-25 15:44:55.221472"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 438], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.225395"], ["updated_at", "2019-03-25 15:44:55.225395"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.231523"], ["updated_at", "2019-03-25 15:44:55.231523"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 439], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.235533"], ["updated_at", "2019-03-25 15:44:55.235533"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.248923"], ["updated_at", "2019-03-25 15:44:55.248923"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 440], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.252905"], ["updated_at", "2019-03-25 15:44:55.252905"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.258913"], ["updated_at", "2019-03-25 15:44:55.258913"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 441], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.263293"], ["updated_at", "2019-03-25 15:44:55.263293"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.271436"], ["updated_at", "2019-03-25 15:44:55.271436"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 442], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.276210"], ["updated_at", "2019-03-25 15:44:55.276210"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.285001"], ["updated_at", "2019-03-25 15:44:55.285001"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 443], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.291647"], ["updated_at", "2019-03-25 15:44:55.291647"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.300094"], ["updated_at", "2019-03-25 15:44:55.300094"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 444], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.305082"], ["updated_at", "2019-03-25 15:44:55.305082"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.0ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.313426"], ["updated_at", "2019-03-25 15:44:55.313426"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 445], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.318703"], ["updated_at", "2019-03-25 15:44:55.318703"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 15:44:55.327524"], ["updated_at", "2019-03-25 15:44:55.327524"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 446], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.332285"], ["updated_at", "2019-03-25 15:44:55.332285"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 15:44:55.341368"], ["updated_at", "2019-03-25 15:44:55.341368"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 447], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.348671"], ["updated_at", "2019-03-25 15:44:55.348671"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 15:44:55.357501"], ["updated_at", "2019-03-25 15:44:55.357501"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 448], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.362651"], ["updated_at", "2019-03-25 15:44:55.362651"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 15:44:55.371702"], ["updated_at", "2019-03-25 15:44:55.371702"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 449], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.376741"], ["updated_at", "2019-03-25 15:44:55.376741"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 15:44:55.384756"], ["updated_at", "2019-03-25 15:44:55.384756"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 450], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.389122"], ["updated_at", "2019-03-25 15:44:55.389122"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 15:44:55.397743"], ["updated_at", "2019-03-25 15:44:55.397743"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 451], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.405249"], ["updated_at", "2019-03-25 15:44:55.405249"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 15:44:55.411983"], ["updated_at", "2019-03-25 15:44:55.411983"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 452], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.416700"], ["updated_at", "2019-03-25 15:44:55.416700"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 15:44:55.423869"], ["updated_at", "2019-03-25 15:44:55.423869"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 453], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.427827"], ["updated_at", "2019-03-25 15:44:55.427827"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 15:44:55.435494"], ["updated_at", "2019-03-25 15:44:55.435494"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 454], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.440174"], ["updated_at", "2019-03-25 15:44:55.440174"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 15:44:55.447196"], ["updated_at", "2019-03-25 15:44:55.447196"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 455], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.451435"], ["updated_at", "2019-03-25 15:44:55.451435"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.5ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (1.1ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 15:44:55.487020"], ["updated_at", "2019-03-25 15:44:55.487020"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 456], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.494517"], ["updated_at", "2019-03-25 15:44:55.494517"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "Action"], ["position", 2], ["created_at", "2019-03-25 15:44:55.505614"], ["updated_at", "2019-03-25 15:44:55.505614"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 457], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.510984"], ["updated_at", "2019-03-25 15:44:55.510984"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 15:44:55.520492"], ["updated_at", "2019-03-25 15:44:55.520492"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 458], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.525732"], ["updated_at", "2019-03-25 15:44:55.525732"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 15:44:55.534387"], ["updated_at", "2019-03-25 15:44:55.534387"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 459], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.539947"], ["updated_at", "2019-03-25 15:44:55.539947"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 15:44:55.547236"], ["updated_at", "2019-03-25 15:44:55.547236"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 460], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.552214"], ["updated_at", "2019-03-25 15:44:55.552214"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 15:44:55.560119"], ["updated_at", "2019-03-25 15:44:55.560119"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 461], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.564387"], ["updated_at", "2019-03-25 15:44:55.564387"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 15:44:55.571899"], ["updated_at", "2019-03-25 15:44:55.571899"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 462], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.576162"], ["updated_at", "2019-03-25 15:44:55.576162"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 15:44:55.582654"], ["updated_at", "2019-03-25 15:44:55.582654"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 463], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.587678"], ["updated_at", "2019-03-25 15:44:55.587678"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 15:44:55.595003"], ["updated_at", "2019-03-25 15:44:55.595003"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 464], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.598958"], ["updated_at", "2019-03-25 15:44:55.598958"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.7ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 15:44:55.606230"], ["updated_at", "2019-03-25 15:44:55.606230"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 465], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.610290"], ["updated_at", "2019-03-25 15:44:55.610290"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 15:44:55.617054"], ["updated_at", "2019-03-25 15:44:55.617054"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 466], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.621100"], ["updated_at", "2019-03-25 15:44:55.621100"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 15:44:55.627578"], ["updated_at", "2019-03-25 15:44:55.627578"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 467], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.631790"], ["updated_at", "2019-03-25 15:44:55.631790"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 15:44:55.638392"], ["updated_at", "2019-03-25 15:44:55.638392"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 468], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.642454"], ["updated_at", "2019-03-25 15:44:55.642454"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 15:44:55.649907"], ["updated_at", "2019-03-25 15:44:55.649907"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 469], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.654057"], ["updated_at", "2019-03-25 15:44:55.654057"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 15:44:55.660487"], ["updated_at", "2019-03-25 15:44:55.660487"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 470], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.664714"], ["updated_at", "2019-03-25 15:44:55.664714"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 15:44:55.671019"], ["updated_at", "2019-03-25 15:44:55.671019"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 471], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.675071"], ["updated_at", "2019-03-25 15:44:55.675071"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 15:44:55.681406"], ["updated_at", "2019-03-25 15:44:55.681406"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 472], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.685552"], ["updated_at", "2019-03-25 15:44:55.685552"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 15:44:55.692237"], ["updated_at", "2019-03-25 15:44:55.692237"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 473], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.696511"], ["updated_at", "2019-03-25 15:44:55.696511"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 15:44:55.703028"], ["updated_at", "2019-03-25 15:44:55.703028"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 474], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.708307"], ["updated_at", "2019-03-25 15:44:55.708307"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.717023"], ["updated_at", "2019-03-25 15:44:55.717023"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 475], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.722056"], ["updated_at", "2019-03-25 15:44:55.722056"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.729775"], ["updated_at", "2019-03-25 15:44:55.729775"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 476], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.734465"], ["updated_at", "2019-03-25 15:44:55.734465"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.741958"], ["updated_at", "2019-03-25 15:44:55.741958"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 477], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.746880"], ["updated_at", "2019-03-25 15:44:55.746880"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.754450"], ["updated_at", "2019-03-25 15:44:55.754450"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 478], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.759043"], ["updated_at", "2019-03-25 15:44:55.759043"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.766531"], ["updated_at", "2019-03-25 15:44:55.766531"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 479], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.771016"], ["updated_at", "2019-03-25 15:44:55.771016"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.778455"], ["updated_at", "2019-03-25 15:44:55.778455"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 480], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.782972"], ["updated_at", "2019-03-25 15:44:55.782972"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.795388"], ["updated_at", "2019-03-25 15:44:55.795388"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 481], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.799770"], ["updated_at", "2019-03-25 15:44:55.799770"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.806839"], ["updated_at", "2019-03-25 15:44:55.806839"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 482], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.811039"], ["updated_at", "2019-03-25 15:44:55.811039"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.817515"], ["updated_at", "2019-03-25 15:44:55.817515"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 483], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.821913"], ["updated_at", "2019-03-25 15:44:55.821913"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.830029"], ["updated_at", "2019-03-25 15:44:55.830029"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 484], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.834023"], ["updated_at", "2019-03-25 15:44:55.834023"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.840449"], ["updated_at", "2019-03-25 15:44:55.840449"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 485], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.844450"], ["updated_at", "2019-03-25 15:44:55.844450"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.850847"], ["updated_at", "2019-03-25 15:44:55.850847"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 486], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.854718"], ["updated_at", "2019-03-25 15:44:55.854718"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.860784"], ["updated_at", "2019-03-25 15:44:55.860784"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 487], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.864776"], ["updated_at", "2019-03-25 15:44:55.864776"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.870971"], ["updated_at", "2019-03-25 15:44:55.870971"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 488], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.874955"], ["updated_at", "2019-03-25 15:44:55.874955"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.881717"], ["updated_at", "2019-03-25 15:44:55.881717"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 489], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.886680"], ["updated_at", "2019-03-25 15:44:55.886680"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.894381"], ["updated_at", "2019-03-25 15:44:55.894381"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 490], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.898503"], ["updated_at", "2019-03-25 15:44:55.898503"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.905433"], ["updated_at", "2019-03-25 15:44:55.905433"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 491], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.909638"], ["updated_at", "2019-03-25 15:44:55.909638"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.916545"], ["updated_at", "2019-03-25 15:44:55.916545"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 492], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.920677"], ["updated_at", "2019-03-25 15:44:55.920677"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.927078"], ["updated_at", "2019-03-25 15:44:55.927078"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 493], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.931342"], ["updated_at", "2019-03-25 15:44:55.931342"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.937672"], ["updated_at", "2019-03-25 15:44:55.937672"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 494], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.941647"], ["updated_at", "2019-03-25 15:44:55.941647"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.947872"], ["updated_at", "2019-03-25 15:44:55.947872"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 495], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.951828"], ["updated_at", "2019-03-25 15:44:55.951828"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.958135"], ["updated_at", "2019-03-25 15:44:55.958135"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 496], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.962207"], ["updated_at", "2019-03-25 15:44:55.962207"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:55.968822"], ["updated_at", "2019-03-25 15:44:55.968822"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 497], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:55.972802"], ["updated_at", "2019-03-25 15:44:55.972802"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:56.007704"], ["updated_at", "2019-03-25 15:44:56.007704"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 498], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.012301"], ["updated_at", "2019-03-25 15:44:56.012301"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.6ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:56.070843"], ["updated_at", "2019-03-25 15:44:56.070843"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 499], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.079420"], ["updated_at", "2019-03-25 15:44:56.079420"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.8ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:56.095315"], ["updated_at", "2019-03-25 15:44:56.095315"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 500], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.102507"], ["updated_at", "2019-03-25 15:44:56.102507"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.7ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 15:44:56.116196"], ["updated_at", "2019-03-25 15:44:56.116196"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 501], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.122584"], ["updated_at", "2019-03-25 15:44:56.122584"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:56.134161"], ["updated_at", "2019-03-25 15:44:56.134161"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 502], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.140003"], ["updated_at", "2019-03-25 15:44:56.140003"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:56.148599"], ["updated_at", "2019-03-25 15:44:56.148599"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 503], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.153684"], ["updated_at", "2019-03-25 15:44:56.153684"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:56.161369"], ["updated_at", "2019-03-25 15:44:56.161369"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 504], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.166024"], ["updated_at", "2019-03-25 15:44:56.166024"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:56.173266"], ["updated_at", "2019-03-25 15:44:56.173266"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 505], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.177691"], ["updated_at", "2019-03-25 15:44:56.177691"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:56.184879"], ["updated_at", "2019-03-25 15:44:56.184879"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 506], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.189319"], ["updated_at", "2019-03-25 15:44:56.189319"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:56.199343"], ["updated_at", "2019-03-25 15:44:56.199343"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 507], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.205577"], ["updated_at", "2019-03-25 15:44:56.205577"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:56.213121"], ["updated_at", "2019-03-25 15:44:56.213121"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 508], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.217402"], ["updated_at", "2019-03-25 15:44:56.217402"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:56.224231"], ["updated_at", "2019-03-25 15:44:56.224231"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 509], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.228410"], ["updated_at", "2019-03-25 15:44:56.228410"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:56.234636"], ["updated_at", "2019-03-25 15:44:56.234636"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 510], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.239116"], ["updated_at", "2019-03-25 15:44:56.239116"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:56.246385"], ["updated_at", "2019-03-25 15:44:56.246385"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 511], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.250529"], ["updated_at", "2019-03-25 15:44:56.250529"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:56.257144"], ["updated_at", "2019-03-25 15:44:56.257144"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 512], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.261233"], ["updated_at", "2019-03-25 15:44:56.261233"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:56.267891"], ["updated_at", "2019-03-25 15:44:56.267891"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 513], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.272146"], ["updated_at", "2019-03-25 15:44:56.272146"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-03-25 15:44:56.276870"], ["updated_at", "2019-03-25 15:44:56.276870"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 514], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.280788"], ["updated_at", "2019-03-25 15:44:56.280788"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:56.287956"], ["updated_at", "2019-03-25 15:44:56.287956"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 515], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.292324"], ["updated_at", "2019-03-25 15:44:56.292324"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.6ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-03-25 15:44:56.297637"], ["updated_at", "2019-03-25 15:44:56.297637"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 516], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.301975"], ["updated_at", "2019-03-25 15:44:56.301975"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:56.309299"], ["updated_at", "2019-03-25 15:44:56.309299"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 517], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.313393"], ["updated_at", "2019-03-25 15:44:56.313393"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-03-25 15:44:56.318480"], ["updated_at", "2019-03-25 15:44:56.318480"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 518], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.322595"], ["updated_at", "2019-03-25 15:44:56.322595"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:56.329250"], ["updated_at", "2019-03-25 15:44:56.329250"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 519], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.333428"], ["updated_at", "2019-03-25 15:44:56.333428"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-03-25 15:44:56.338295"], ["updated_at", "2019-03-25 15:44:56.338295"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 520], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.342150"], ["updated_at", "2019-03-25 15:44:56.342150"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:56.349118"], ["updated_at", "2019-03-25 15:44:56.349118"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 521], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.353143"], ["updated_at", "2019-03-25 15:44:56.353143"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-03-25 15:44:56.357858"], ["updated_at", "2019-03-25 15:44:56.357858"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 522], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.361678"], ["updated_at", "2019-03-25 15:44:56.361678"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:56.368733"], ["updated_at", "2019-03-25 15:44:56.368733"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 523], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.372693"], ["updated_at", "2019-03-25 15:44:56.372693"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-03-25 15:44:56.377379"], ["updated_at", "2019-03-25 15:44:56.377379"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 524], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.381964"], ["updated_at", "2019-03-25 15:44:56.381964"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:56.389514"], ["updated_at", "2019-03-25 15:44:56.389514"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 525], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.393705"], ["updated_at", "2019-03-25 15:44:56.393705"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (1.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.9ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-03-25 15:44:56.401300"], ["updated_at", "2019-03-25 15:44:56.401300"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 526], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.407004"], ["updated_at", "2019-03-25 15:44:56.407004"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:56.414186"], ["updated_at", "2019-03-25 15:44:56.414186"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 527], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.418232"], ["updated_at", "2019-03-25 15:44:56.418232"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index_two"], ["url", "/test_index_two"], ["method", "GET"], ["active", false], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-03-25 15:44:56.423596"], ["updated_at", "2019-03-25 15:44:56.423596"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 528], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.427675"], ["updated_at", "2019-03-25 15:44:56.427675"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "save_code"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "save_code"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:56.434817"], ["updated_at", "2019-03-25 15:44:56.434817"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 529], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.438912"], ["updated_at", "2019-03-25 15:44:56.438912"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "save_code"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "save_code"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:56.448128"], ["updated_at", "2019-03-25 15:44:56.448128"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 530], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.452132"], ["updated_at", "2019-03-25 15:44:56.452132"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "save_code"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "save_code"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:56.475050"], ["updated_at", "2019-03-25 15:44:56.475050"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 531], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.479351"], ["updated_at", "2019-03-25 15:44:56.479351"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "save_code"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "save_code"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:56.487674"], ["updated_at", "2019-03-25 15:44:56.487674"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 532], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.493157"], ["updated_at", "2019-03-25 15:44:56.493157"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "save_code"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "save_code"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:56.503234"], ["updated_at", "2019-03-25 15:44:56.503234"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 533], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.508567"], ["updated_at", "2019-03-25 15:44:56.508567"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "save_code"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "save_code"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:56.517931"], ["updated_at", "2019-03-25 15:44:56.517931"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 534], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.521928"], ["updated_at", "2019-03-25 15:44:56.521928"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "save_code"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "save_code"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:56.531007"], ["updated_at", "2019-03-25 15:44:56.531007"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 535], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.534972"], ["updated_at", "2019-03-25 15:44:56.534972"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "save_code"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "save_code"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-03-25 15:44:56.543981"], ["updated_at", "2019-03-25 15:44:56.543981"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 536], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.547974"], ["updated_at", "2019-03-25 15:44:56.547974"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 15:44:56.556813"], ["updated_at", "2019-03-25 15:44:56.556813"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 537], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.561468"], ["updated_at", "2019-03-25 15:44:56.561468"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "test_index"], ["url", "/test_index"], ["method", "GET"], ["active", true], ["format_result", "JS"], ["position", 2], ["created_at", "2019-03-25 15:44:56.569082"], ["updated_at", "2019-03-25 15:44:56.569082"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 538], ["key", "keppler_frontend_view.create"], ["created_at", "2019-03-25 15:44:56.573641"], ["updated_at", "2019-03-25 15:44:56.573641"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK